IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnitLite.NUnitLiteOptions Class Reference

NUnitLiteOptions encapsulates the option settings for NUnitLite. Currently, there are no additional options beyond those common options that are shared with nunit3-console. If NUnitLite should acquire some unique options, they should be placed here. More...

+ Inheritance diagram for NUnitLite.NUnitLiteOptions:
+ Collaboration diagram for NUnitLite.NUnitLiteOptions:

Public Member Functions

 NUnitLiteOptions (params string[] args)
 Constructor More...
 
- Public Member Functions inherited from NUnit.Common.CommandLineOptions
 CommandLineOptions (params string[] args)
 
bool Validate ()
 

Additional Inherited Members

- Public Attributes inherited from NUnit.Common.CommandLineOptions
List< string > errorMessages = new List<string>()
 
- Protected Member Functions inherited from NUnit.Common.CommandLineOptions
string RequiredValue (string val, string option, params string[] validValues)
 Case is ignored when val is compared to validValues. When a match is found, the returned value will be in the canonical case from validValues. More...
 
int RequiredInt (string val, string option)
 
virtual void ConfigureOptions ()
 
- Properties inherited from NUnit.Common.CommandLineOptions
bool Explore [get, private set]
 
bool ShowHelp [get, private set]
 
bool ShowVersion [get, private set]
 
IList< string > InputFiles [get]
 
IList< string > TestList [get]
 
string WhereClause [get, private set]
 
bool WhereClauseSpecified [get]
 
int DefaultTimeout [get]
 
bool DefaultTimeoutSpecified [get]
 
int RandomSeed [get]
 
bool RandomSeedSpecified [get]
 
int NumberOfTestWorkers [get]
 
bool NumberOfTestWorkersSpecified [get]
 
bool StopOnError [get, private set]
 
bool WaitBeforeExit [get, private set]
 
bool NoHeader [get, private set]
 
bool NoColor [get, private set]
 
bool Verbose [get, private set]
 
bool TeamCity [get, private set]
 
string OutFile [get, private set]
 
bool OutFileSpecified [get]
 
string ErrFile [get, private set]
 
bool ErrFileSpecified [get]
 
string DisplayTestLabels [get, private set]
 
string WorkDirectory [get]
 
bool WorkDirectorySpecified [get]
 
string InternalTraceLevel [get, private set]
 
bool InternalTraceLevelSpecified [get]
 
bool Full [get, private set]
 Indicates whether a full report should be displayed. More...
 
IList< OutputSpecificationResultOutputSpecifications [get]
 
IList< OutputSpecificationExploreOutputSpecifications [get]
 
IList< string > ErrorMessages [get]
 

Detailed Description

NUnitLiteOptions encapsulates the option settings for NUnitLite. Currently, there are no additional options beyond those common options that are shared with nunit3-console. If NUnitLite should acquire some unique options, they should be placed here.

Constructor & Destructor Documentation

NUnitLite.NUnitLiteOptions.NUnitLiteOptions ( params string[]  args)
inline

Constructor


The documentation for this class was generated from the following file: