C# Class StoryTeller.Engine.TestRun

Inheritance: ITestRun
Show file Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
Abort ( ) : void

Private Methods

Method Description
Execute ( ) : StoryTeller.Engine.TestResult
TestRun ( TestExecutionRequest request, IFixtureContainerSource fetchContainer, ITestObserver listener, FixtureLibrary library, SystemLifecycle lifecycle ) : System
captureException ( Exception ex ) : void
captureException ( string exceptionText ) : void
executeContext ( ) : void
recordResults ( Stopwatch timer ) : void
recordTimeout ( ) : void
startThread ( ) : void
writeResults ( ) : string

Method Details

Abort() public method

public Abort ( ) : void
return void