C# 클래스 Conesole.Program

상속: System.MarshalByRefObject
파일 보기 프로젝트 열기: drunkcod/Cone

공개 프로퍼티들

프로퍼티 타입 설명
AssemblyPaths string[]
Options string[]

공개 메소드들

메소드 설명
Error ( Exception e ) : void
Error ( string message ) : void

비공개 메소드들

메소드 설명
CreateLogger ( ConesoleConfiguration config, ISessionLogger baseLogger ) : ISessionLogger
CreateTestSession ( ConesoleConfiguration config, ISessionLogger baseLogger ) : TestSession
CreateXmlLogger ( string path ) : Cone.Runners.XmlSessionLogger
DisplayUsage ( ) : int
Execute ( ) : int
Main ( string args ) : int
RunTests ( string args, string assemblyPaths, string configPath ) : int

메소드 상세

Error() 공개 메소드

public Error ( Exception e ) : void
e System.Exception
리턴 void

Error() 공개 메소드

public Error ( string message ) : void
message string
리턴 void

프로퍼티 상세

AssemblyPaths 공개적으로 프로퍼티

public string[] AssemblyPaths
리턴 string[]

Options 공개적으로 프로퍼티

public string[] Options
리턴 string[]