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

            TFSrvGetTestSuiteCommand command =
                new TFSrvGetTestSuiteCommand(this);

            command.Execute();
        }