Method | Description | |
---|---|---|
OnAssemblyEnd ( |
||
OnAssemblyStart ( |
||
OnContextEnd ( |
||
OnContextStart ( |
||
OnFatalError ( ExceptionResult exception ) : void | ||
OnRunEnd ( ) : void | ||
OnRunStart ( ) : void | ||
OnSpecificationEnd ( |
||
OnSpecificationStart ( |
||
TeamCityReporter ( Action |
Method | Description | |
---|---|---|
GetSpecificationName ( |
protected GetSpecificationName ( |
||
specification | ||
return | 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 TeamCityReporter ( Action |
||
writer | Action |
|
listener | ||
return | System |