Description of TFSrvGetTestSuiteCommand.
상속: TFSrvCommand
예제 #1
0
 protected override void BeginProcessing()
 {
     this.CheckCmdletParameters();
     
     TFSrvGetTestSuiteCommand command =
         new TFSrvGetTestSuiteCommand(this);
     command.Execute();
 }
예제 #2
0
        protected override void BeginProcessing()
        {
            this.CheckCmdletParameters();

            TFSrvGetTestSuiteCommand command =
                new TFSrvGetTestSuiteCommand(this);

            command.Execute();
        }