Tmx.TLSrvAddTestSuiteCommand.Execute C# (CSharp) Method

Execute() private method

private Execute ( ) : void
return void
        internal override void Execute()
        {
            TLHelper.AddTestSuite(
                Cmdlet,
                ((AddTLTestSuiteCommand)Cmdlet).Name);
        }
    }

Usage Example

 protected override void ProcessRecord()
 {
     var command = new TLSrvAddTestSuiteCommand(this);
     command.Execute();
 }
All Usage Examples Of Tmx.TLSrvAddTestSuiteCommand::Execute
TLSrvAddTestSuiteCommand