C# 클래스 Conesole.ConesoleConfiguration

파일 보기 프로젝트 열기: drunkcod/Cone 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AssemblyPaths string[]
ConfigPath string
IsDryRun bool
Multicore bool
RunList string[]
ShowTimings bool
TeamCityOutput bool
Verbosity LoggerVerbosity
XmlConsole bool
XmlOutput Maybe

공개 메소드들

메소드 설명
IncludeSuite ( IConeSuite suite ) : bool
IncludeTest ( IConeTest test ) : bool
IsOption ( string value ) : bool
Parse ( ) : ConesoleConfiguration
ParseOption ( string item ) : void

메소드 상세

IncludeSuite() 공개 메소드

public IncludeSuite ( IConeSuite suite ) : bool
suite IConeSuite
리턴 bool

IncludeTest() 공개 메소드

public IncludeTest ( IConeTest test ) : bool
test IConeTest
리턴 bool

IsOption() 공개 정적인 메소드

public static IsOption ( string value ) : bool
value string
리턴 bool

Parse() 공개 정적인 메소드

public static Parse ( ) : ConesoleConfiguration
리턴 ConesoleConfiguration

ParseOption() 공개 메소드

public ParseOption ( string item ) : void
item string
리턴 void

프로퍼티 상세

AssemblyPaths 공개적으로 프로퍼티

public string[] AssemblyPaths
리턴 string[]

ConfigPath 공개적으로 프로퍼티

public string ConfigPath
리턴 string

IsDryRun 공개적으로 프로퍼티

public bool IsDryRun
리턴 bool

Multicore 공개적으로 프로퍼티

public bool Multicore
리턴 bool

RunList 공개적으로 프로퍼티

public string[] RunList
리턴 string[]

ShowTimings 공개적으로 프로퍼티

public bool ShowTimings
리턴 bool

TeamCityOutput 공개적으로 프로퍼티

public bool TeamCityOutput
리턴 bool

Verbosity 공개적으로 프로퍼티

public LoggerVerbosity Verbosity
리턴 LoggerVerbosity

XmlConsole 공개적으로 프로퍼티

public bool XmlConsole
리턴 bool

XmlOutput 공개적으로 프로퍼티

public Maybe XmlOutput
리턴 Maybe