Method | Description | |
---|---|---|
OnAssemblyEnd ( |
||
OnAssemblyStart ( |
||
OnContextEnd ( |
||
OnContextStart ( |
||
OnFatalError ( ExceptionResult exception ) : void | ||
OnRunEnd ( ) : void | ||
OnRunStart ( ) : void | ||
OnSpecificationEnd ( |
||
OnSpecificationStart ( |
||
TerseSpecFormatter ( Action |
Method | Description | |
---|---|---|
GetOutputForRunFinished ( long runTimeInMillis ) : string |
public OnAssemblyEnd ( |
||
assembly | ||
return | void |
public OnAssemblyStart ( |
||
assembly | ||
return | void |
public OnContextEnd ( |
||
context | ||
return | void |
public OnContextStart ( |
||
context | ||
return | void |
public OnFatalError ( ExceptionResult exception ) : void | ||
exception | ExceptionResult | |
return | void |
public OnSpecificationEnd ( |
||
specification | ||
result | System.Result | |
return | void |
public OnSpecificationStart ( |
||
specification | ||
return | void |
public TerseSpecFormatter ( Action |
||
outputAction | Action |
|
specificationTimer | ITimeSpecifications | |
return | System |