Class NUnitLiteOptions
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.
Inheritance
NUnitLiteOptions
Implements
Inherited Members
Namespace: NUnitLite
Assembly: nunitlite.dll
Syntax
public class NUnitLiteOptions : CommandLineOptions, IList<Option>, ICollection<Option>, IList, ICollection, IReadOnlyList<Option>, IReadOnlyCollection<Option>, IEnumerable<Option>, IEnumerable
Constructors
View SourceNUnitLiteOptions(bool, params string[])
Declaration
public NUnitLiteOptions(bool requireInputFile, params string[] args)
Parameters
Type | Name | Description |
---|---|---|
bool | requireInputFile | |
string[] | args |
NUnitLiteOptions(params string[])
Constructor
Declaration
public NUnitLiteOptions(params string[] args)
Parameters
Type | Name | Description |
---|---|---|
string[] | args |