IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
ConsoleOptions encapsulates the option settings for the nunit3-console program. More...
Public Member Functions | |
ConsoleOptions (params string[] args) | |
![]() | |
CommandLineOptions (params string[] args) | |
bool | Validate () |
Protected Member Functions | |
override void | ConfigureOptions () |
![]() | |
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) |
Properties | |
string | ActiveConfig [get, private set] |
bool | ActiveConfigSpecified [get] |
string | ProcessModel [get, private set] |
bool | ProcessModelSpecified [get] |
string | DomainUsage [get, private set] |
bool | DomainUsageSpecified [get] |
string | Framework [get, private set] |
bool | FrameworkSpecified [get] |
bool | RunAsX86 [get, private set] |
bool | DisposeRunners [get, private set] |
bool | ShadowCopyFiles [get, private set] |
int | MaxAgents [get] |
bool | MaxAgentsSpecified [get] |
bool | DebugTests [get, private set] |
bool | DebugAgent [get, private set] |
bool | PauseBeforeRun [get, private set] |
![]() | |
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< OutputSpecification > | ResultOutputSpecifications [get] |
IList< OutputSpecification > | ExploreOutputSpecifications [get] |
IList< string > | ErrorMessages [get] |
Private Attributes | |
int | maxAgents = -1 |
Additional Inherited Members | |
![]() | |
List< string > | errorMessages = new List<string>() |
ConsoleOptions encapsulates the option settings for the nunit3-console program.
|
inline |
|
inlineprotectedvirtual |
Reimplemented from NUnit.Common.CommandLineOptions.
|
private |
|
getprivate set |
Referenced by NUnit.ConsoleRunner.ConsoleRunner.MakeTestPackage().
|
get |
Referenced by NUnit.ConsoleRunner.ConsoleRunner.MakeTestPackage().
|
getprivate set |
|
get |
Referenced by NUnit.ConsoleRunner.ConsoleRunner.MakeTestPackage().
|
getprivate set |
Referenced by NUnit.ConsoleRunner.ConsoleRunner.MakeTestPackage().
|
get |
Referenced by NUnit.ConsoleRunner.ConsoleRunner.MakeTestPackage().
|
getprivate set |
Referenced by NUnit.ConsoleRunner.ConsoleRunner.MakeTestPackage().
|
get |
Referenced by NUnit.ConsoleRunner.ConsoleRunner.MakeTestPackage().
|
getprivate set |
Referenced by NUnit.ConsoleRunner.ConsoleRunner.MakeTestPackage().
|
getprivate set |
Referenced by NUnit.ConsoleRunner.ConsoleRunner.MakeTestPackage().
|
getprivate set |
Referenced by NUnit.ConsoleRunner.ConsoleRunner.MakeTestPackage().
|
get |
Referenced by NUnit.ConsoleRunner.ConsoleRunner.MakeTestPackage().
|
get |
Referenced by NUnit.ConsoleRunner.ConsoleRunner.MakeTestPackage().
|
getprivate set |
Referenced by NUnit.ConsoleRunner.ConsoleRunner.MakeTestPackage().
|
getprivate set |
Referenced by NUnit.ConsoleRunner.ConsoleRunner.MakeTestPackage().
|
getprivate set |
Referenced by NUnit.ConsoleRunner.ConsoleRunner.MakeTestPackage().