C# 클래스 StoryTeller.Engine.TestRunner

상속: ITestRunner
파일 보기 프로젝트 열기: adymitruk/storyteller 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IsExecuting() 공개 메소드

public IsExecuting ( ) : bool
리턴 bool

RunTest() 공개 메소드

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

RunTests() 공개 메소드

public RunTests ( IEnumerable tests, IBatchListener listener ) : void
tests IEnumerable
listener IBatchListener
리턴 void

TestRunner() 공개 메소드

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

TestRunner() 공개 메소드

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