C# Class Conesole.ConesoleConfiguration

Exibir arquivo 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_oe property

public string[] AssemblyPaths
return string[]

ConfigPath public_oe property

public string ConfigPath
return string

IsDryRun public_oe property

public bool IsDryRun
return bool

Multicore public_oe property

public bool Multicore
return bool

RunList public_oe property

public string[] RunList
return string[]

ShowTimings public_oe property

public bool ShowTimings
return bool

TeamCityOutput public_oe property

public bool TeamCityOutput
return bool

Verbosity public_oe property

public LoggerVerbosity Verbosity
return LoggerVerbosity

XmlConsole public_oe property

public bool XmlConsole
return bool

XmlOutput public_oe property

public Maybe XmlOutput
return Maybe