C# Класс StoryTeller.Engine.TestRunner

Наследование: ITestRunner
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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