Description of TLSrvAddTestCaseCommand.
Inheritance: TLSrvCommand
 protected override void ProcessRecord()
 {
     var command = new TLSrvAddTestCaseCommand(this);
     command.Execute();
 }
Exemple #2
0
        protected override void ProcessRecord()
        {
            var command = new TLSrvAddTestCaseCommand(this);

            command.Execute();
        }