Description of TFSrvAddTestSuiteCommand.
Inheritance: TFSrvCommand
 protected override void BeginProcessing()
 {
     this.CheckCmdletParameters();
     
     TFSrvAddTestSuiteCommand command =
         new TFSrvAddTestSuiteCommand(this);
     command.Execute();
 }
Beispiel #2
0
        protected override void BeginProcessing()
        {
            this.CheckCmdletParameters();

            TFSrvAddTestSuiteCommand command =
                new TFSrvAddTestSuiteCommand(this);

            command.Execute();
        }