C# Class Conesole.Program

Inheritance: System.MarshalByRefObject
Exibir arquivo Open project: drunkcod/Cone

Public Properties

Property Type Description
AssemblyPaths string[]
Options string[]

Public Methods

Method Description
Error ( Exception e ) : void
Error ( string message ) : void

Private Methods

Method Description
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

Method Details

Error() public method

public Error ( Exception e ) : void
e System.Exception
return void

Error() public method

public Error ( string message ) : void
message string
return void

Property Details

AssemblyPaths public_oe property

public string[] AssemblyPaths
return string[]

Options public_oe property

public string[] Options
return string[]