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
Afficher le fichier Open project: nunit/nunit-gui Class Usage Examples

Méthodes publiques

Свойство Type Description
errorMessages List

Méthodes publiques

Méthode Description
CommandLineOptions ( ) : System
Validate ( ) : bool

Private Methods

Méthode Description
RequiredInt ( string val, string option ) : int
RequiredValue ( string val, string option ) : string

Method Details

CommandLineOptions() public méthode

public CommandLineOptions ( ) : System
Résultat System

Validate() public méthode

public Validate ( ) : bool
Résultat bool

Property Details

errorMessages public_oe property

public List errorMessages
Résultat List