Method | Description | |
---|---|---|
BufferedAssemblyTeamCityReporter ( Action |
|
|
OnAssemblyEnd ( Machine.Specifications.Runner.Utility.AssemblyInfo assembly ) : void | ||
OnAssemblyStart ( Machine.Specifications.Runner.Utility.AssemblyInfo assembly ) : void | ||
OnContextEnd ( Machine.Specifications.Runner.Utility.ContextInfo context ) : void | ||
OnContextStart ( Machine.Specifications.Runner.Utility.ContextInfo context ) : void | ||
OnFatalError ( Machine.Specifications.Runner.Utility.ExceptionResult exception ) : void | ||
OnRunEnd ( ) : void | ||
OnRunStart ( ) : void | ||
OnSpecificationEnd ( Machine.Specifications.Runner.Utility.SpecificationInfo specification, Result result ) : void | ||
OnSpecificationStart ( Machine.Specifications.Runner.Utility.SpecificationInfo specification ) : void |
Method | Description | |
---|---|---|
WriteToBuffer ( string text ) : void |
public BufferedAssemblyTeamCityReporter ( Action |
||
onFinished | Action |
Gets invoked when the runner is done |
return | System |
public OnAssemblyEnd ( Machine.Specifications.Runner.Utility.AssemblyInfo assembly ) : void | ||
assembly | Machine.Specifications.Runner.Utility.AssemblyInfo | |
return | void |
public OnAssemblyStart ( Machine.Specifications.Runner.Utility.AssemblyInfo assembly ) : void | ||
assembly | Machine.Specifications.Runner.Utility.AssemblyInfo | |
return | void |
public OnContextEnd ( Machine.Specifications.Runner.Utility.ContextInfo context ) : void | ||
context | Machine.Specifications.Runner.Utility.ContextInfo | |
return | void |
public OnContextStart ( Machine.Specifications.Runner.Utility.ContextInfo context ) : void | ||
context | Machine.Specifications.Runner.Utility.ContextInfo | |
return | void |
public OnFatalError ( Machine.Specifications.Runner.Utility.ExceptionResult exception ) : void | ||
exception | Machine.Specifications.Runner.Utility.ExceptionResult | |
return | void |
public OnSpecificationEnd ( Machine.Specifications.Runner.Utility.SpecificationInfo specification, Result result ) : void | ||
specification | Machine.Specifications.Runner.Utility.SpecificationInfo | |
result | Result | |
return | void |
public OnSpecificationStart ( Machine.Specifications.Runner.Utility.SpecificationInfo specification ) : void | ||
specification | Machine.Specifications.Runner.Utility.SpecificationInfo | |
return | void |