Méthode | Description | |
---|---|---|
OnAssemblyEnd ( |
||
OnAssemblyStart ( |
||
OnContextEnd ( |
||
OnContextStart ( |
||
OnFatalError ( ExceptionResult exception ) : void | ||
OnRunEnd ( ) : void | ||
OnRunStart ( ) : void | ||
OnSpecificationEnd ( |
||
OnSpecificationStart ( |
||
RunListener ( IConsole console, bool silent, ITimeSpecifications timer ) : System |
Méthode | Description | |
---|---|---|
FormattableTimeSpan ( long milliseconds ) : System.DateTime | ||
WriteLineVerbose ( string str ) : void | ||
WriteVerbose ( string str ) : void |
public OnAssemblyEnd ( |
||
assembly | ||
Résultat | void |
public OnAssemblyStart ( |
||
assembly | ||
Résultat | void |
public OnContextEnd ( |
||
context | ||
Résultat | void |
public OnContextStart ( |
||
context | ||
Résultat | void |
public OnFatalError ( ExceptionResult exception ) : void | ||
exception | ExceptionResult | |
Résultat | void |
public OnSpecificationEnd ( |
||
specification | ||
result | System.Result | |
Résultat | void |
public OnSpecificationStart ( |
||
specification | ||
Résultat | void |
public RunListener ( IConsole console, bool silent, ITimeSpecifications timer ) : System | ||
console | IConsole | |
silent | bool | |
timer | ITimeSpecifications | |
Résultat | System |