Метод | Описание | |
---|---|---|
GallioRunListener ( ISpecificationRunListener listener, IProgressMonitor progressMonitor, ITestContext context, IEnumerable |
||
OnContextEnd ( |
||
OnContextStart ( |
||
OnFatalError ( ExceptionResult exception ) : void | ||
OnSpecificationEnd ( |
||
OnSpecificationStart ( |
Метод | Описание | |
---|---|---|
Convert ( ExceptionResult result ) : Gallio.Common.Diagnostics.ExceptionData |
public GallioRunListener ( ISpecificationRunListener listener, IProgressMonitor progressMonitor, ITestContext context, IEnumerable |
||
listener | ISpecificationRunListener | |
progressMonitor | IProgressMonitor | |
context | ITestContext | |
specificationCommands | IEnumerable |
|
Результат | System |
public OnContextEnd ( |
||
context | ||
Результат | void |
public OnContextStart ( |
||
context | ||
Результат | void |
public OnFatalError ( ExceptionResult exception ) : void | ||
exception | ExceptionResult | |
Результат | void |
public OnSpecificationEnd ( |
||
specification | ||
result | System.Result | |
Результат | void |
public OnSpecificationStart ( |
||
specification | ||
Результат | void |