C# Class Conesole.ConesoleConfiguration

Afficher le fichier Open project: drunkcod/Cone Class Usage Examples

Méthodes publiques

Свойство Type Description
AssemblyPaths string[]
ConfigPath string
IsDryRun bool
Multicore bool
RunList string[]
ShowTimings bool
TeamCityOutput bool
Verbosity LoggerVerbosity
XmlConsole bool
XmlOutput Maybe

Méthodes publiques

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

Method Details

IncludeSuite() public méthode

public IncludeSuite ( IConeSuite suite ) : bool
suite IConeSuite
Résultat bool

IncludeTest() public méthode

public IncludeTest ( IConeTest test ) : bool
test IConeTest
Résultat bool

IsOption() public static méthode

public static IsOption ( string value ) : bool
value string
Résultat bool

Parse() public static méthode

public static Parse ( ) : ConesoleConfiguration
Résultat ConesoleConfiguration

ParseOption() public méthode

public ParseOption ( string item ) : void
item string
Résultat void

Property Details

AssemblyPaths public_oe property

public string[] AssemblyPaths
Résultat string[]

ConfigPath public_oe property

public string ConfigPath
Résultat string

IsDryRun public_oe property

public bool IsDryRun
Résultat bool

Multicore public_oe property

public bool Multicore
Résultat bool

RunList public_oe property

public string[] RunList
Résultat string[]

ShowTimings public_oe property

public bool ShowTimings
Résultat bool

TeamCityOutput public_oe property

public bool TeamCityOutput
Résultat bool

Verbosity public_oe property

public LoggerVerbosity Verbosity
Résultat LoggerVerbosity

XmlConsole public_oe property

public bool XmlConsole
Résultat bool

XmlOutput public_oe property

public Maybe XmlOutput
Résultat Maybe