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

            TFSrvGetTestCaseCommand command =
                new TFSrvGetTestCaseCommand(this);

            command.Execute();
        }