Description of TLSrvGetTestSuiteCommand.
Inheritance: TLSrvCommand
 protected override void ProcessRecord()
 {
     var command = new TLSrvGetTestSuiteCommand(this);
     command.Execute();
 }
        protected override void ProcessRecord()
        {
            var command = new TLSrvGetTestSuiteCommand(this);

            command.Execute();
        }