Description of TFSrvAddTestCaseCommand.
Наследование: TFSrvCommand
Пример #1
0
 protected override void BeginProcessing()
 {
     this.CheckCmdletParameters();
     
     var command = new TFSrvAddTestCaseCommand(this);
     command.Execute();
 }
Пример #2
0
        protected override void BeginProcessing()
        {
            this.CheckCmdletParameters();

            var command = new TFSrvAddTestCaseCommand(this);

            command.Execute();
        }