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
NUnit.Common.ConsoleOptions Class Reference

ConsoleOptions encapsulates the option settings for the nunit3-console program. More...

+ Inheritance diagram for NUnit.Common.ConsoleOptions:
+ Collaboration diagram for NUnit.Common.ConsoleOptions:

Public Member Functions

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

Protected Member Functions

override void ConfigureOptions ()
 
- 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)
 

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]
 
- 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]
 

Private Attributes

int maxAgents = -1
 

Additional Inherited Members

- Public Attributes inherited from NUnit.Common.CommandLineOptions
List< string > errorMessages = new List<string>()
 

Detailed Description

ConsoleOptions encapsulates the option settings for the nunit3-console program.

Constructor & Destructor Documentation

NUnit.Common.ConsoleOptions.ConsoleOptions ( params string[]  args)
inline

Member Function Documentation

override void NUnit.Common.ConsoleOptions.ConfigureOptions ( )
inlineprotectedvirtual

Reimplemented from NUnit.Common.CommandLineOptions.

Member Data Documentation

int NUnit.Common.ConsoleOptions.maxAgents = -1
private

Property Documentation

string NUnit.Common.ConsoleOptions.ActiveConfig
getprivate set
bool NUnit.Common.ConsoleOptions.ActiveConfigSpecified
get
string NUnit.Common.ConsoleOptions.ProcessModel
getprivate set
bool NUnit.Common.ConsoleOptions.ProcessModelSpecified
get
string NUnit.Common.ConsoleOptions.DomainUsage
getprivate set
bool NUnit.Common.ConsoleOptions.DomainUsageSpecified
get
string NUnit.Common.ConsoleOptions.Framework
getprivate set
bool NUnit.Common.ConsoleOptions.FrameworkSpecified
get
bool NUnit.Common.ConsoleOptions.RunAsX86
getprivate set
bool NUnit.Common.ConsoleOptions.DisposeRunners
getprivate set
bool NUnit.Common.ConsoleOptions.ShadowCopyFiles
getprivate set
int NUnit.Common.ConsoleOptions.MaxAgents
get
bool NUnit.Common.ConsoleOptions.MaxAgentsSpecified
get
bool NUnit.Common.ConsoleOptions.DebugTests
getprivate set
bool NUnit.Common.ConsoleOptions.DebugAgent
getprivate set
bool NUnit.Common.ConsoleOptions.PauseBeforeRun
getprivate set

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