C# Class StoryTeller.Engine.TestRunner

Inheritance: ITestRunner
Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Abort ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

IsExecuting() public méthode

public IsExecuting ( ) : bool
Résultat bool

RunTest() public méthode

public RunTest ( TestExecutionRequest request ) : StoryTeller.Engine.TestResult
request StoryTeller.Execution.TestExecutionRequest
Résultat StoryTeller.Engine.TestResult

RunTests() public méthode

public RunTests ( IEnumerable tests, IBatchListener listener ) : void
tests IEnumerable
listener IBatchListener
Résultat void

TestRunner() public méthode

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

TestRunner() public méthode

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