C# Class Conesole.ConesoleConfiguration

Show file Open project: drunkcod/Cone Class Usage Examples

Public Properties

Property Type Description
AssemblyPaths string[]
ConfigPath string
IsDryRun bool
Multicore bool
RunList string[]
ShowTimings bool
TeamCityOutput bool
Verbosity LoggerVerbosity
XmlConsole bool
XmlOutput Maybe

Public Methods

Method Description
IncludeSuite ( IConeSuite suite ) : bool
IncludeTest ( IConeTest test ) : bool
IsOption ( string value ) : bool
Parse ( ) : ConesoleConfiguration
ParseOption ( string item ) : void

Method Details

IncludeSuite() public method

public IncludeSuite ( IConeSuite suite ) : bool
suite IConeSuite
return bool

IncludeTest() public method

public IncludeTest ( IConeTest test ) : bool
test IConeTest
return bool

IsOption() public static method

public static IsOption ( string value ) : bool
value string
return bool

Parse() public static method

public static Parse ( ) : ConesoleConfiguration
return ConesoleConfiguration

ParseOption() public method

public ParseOption ( string item ) : void
item string
return void

Property Details

AssemblyPaths public property

public string[] AssemblyPaths
return string[]

ConfigPath public property

public string ConfigPath
return string

IsDryRun public property

public bool IsDryRun
return bool

Multicore public property

public bool Multicore
return bool

RunList public property

public string[] RunList
return string[]

ShowTimings public property

public bool ShowTimings
return bool

TeamCityOutput public property

public bool TeamCityOutput
return bool

Verbosity public property

public LoggerVerbosity Verbosity
return LoggerVerbosity

XmlConsole public property

public bool XmlConsole
return bool

XmlOutput public property

public Maybe XmlOutput
return Maybe