Description of TFSrvAddTestCaseCommand.
Inheritance: TFSrvCommand
Esempio n. 1
0
 protected override void BeginProcessing()
 {
     this.CheckCmdletParameters();
     
     var command = new TFSrvAddTestCaseCommand(this);
     command.Execute();
 }
        protected override void BeginProcessing()
        {
            this.CheckCmdletParameters();

            var command = new TFSrvAddTestCaseCommand(this);

            command.Execute();
        }