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

            TFSrvNewTestPlanCommand command =
                new TFSrvNewTestPlanCommand(this);

            command.Execute();
        }