C# Class Conesole.Program

Inheritance: System.MarshalByRefObject
Afficher le fichier Open project: drunkcod/Cone

Méthodes publiques

Свойство Type Description
AssemblyPaths string[]
Options string[]

Méthodes publiques

Méthode Description
Error ( Exception e ) : void
Error ( string message ) : void

Private Methods

Méthode 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 méthode

public Error ( Exception e ) : void
e System.Exception
Résultat void

Error() public méthode

public Error ( string message ) : void
message string
Résultat void

Property Details

AssemblyPaths public_oe property

public string[] AssemblyPaths
Résultat string[]

Options public_oe property

public string[] Options
Résultat string[]