C# Class StoryTeller.Engine.TestRunner

Inheritance: ITestRunner
Exibir arquivo Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
Abort ( ) : void
Dispose ( ) : void
IsExecuting ( ) : bool
RunTest ( TestExecutionRequest request ) : StoryTeller.Engine.TestResult
RunTests ( IEnumerable tests, IBatchListener listener ) : void
TestRunner ( ISystem system, FixtureLibrary library, IFixtureContainerSource source ) : System.Collections.Generic
TestRunner ( SystemLifecycle lifecycle, FixtureLibrary library, IFixtureContainerSource source ) : System.Collections.Generic

Method Details

Abort() public method

public Abort ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

IsExecuting() public method

public IsExecuting ( ) : bool
return bool

RunTest() public method

public RunTest ( TestExecutionRequest request ) : StoryTeller.Engine.TestResult
request StoryTeller.Execution.TestExecutionRequest
return StoryTeller.Engine.TestResult

RunTests() public method

public RunTests ( IEnumerable tests, IBatchListener listener ) : void
tests IEnumerable
listener IBatchListener
return void

TestRunner() public method

public TestRunner ( ISystem system, FixtureLibrary library, IFixtureContainerSource source ) : System.Collections.Generic
system ISystem
library StoryTeller.Model.FixtureLibrary
source IFixtureContainerSource
return System.Collections.Generic

TestRunner() public method

public TestRunner ( SystemLifecycle lifecycle, FixtureLibrary library, IFixtureContainerSource source ) : System.Collections.Generic
lifecycle SystemLifecycle
library StoryTeller.Model.FixtureLibrary
source IFixtureContainerSource
return System.Collections.Generic