C# Class NUnit.Gui.CommandLineOptions

GuiOptions encapsulates the option settingsServiceServiceService for the nunit-console program. It inherits from the Mono Options OptionSet class and provides a central location for defining and parsing options.
Inheritance: OptionSet
Mostrar archivo Open project: nunit/nunit-gui Class Usage Examples

Public Properties

Property Type Description
errorMessages List

Public Methods

Method Description
CommandLineOptions ( ) : System
Validate ( ) : bool

Private Methods

Method Description
RequiredInt ( string val, string option ) : int
RequiredValue ( string val, string option ) : string

Method Details

CommandLineOptions() public method

public CommandLineOptions ( ) : System
return System

Validate() public method

public Validate ( ) : bool
return bool

Property Details

errorMessages public_oe property

public List errorMessages
return List