C# Класс StatLight.Core.RunnerExecutionEngine

Показать файл Открыть проект

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

Метод Описание
DetermineRunnerType ( bool continuousIntegrationMode, bool useTeamCity, bool startWebServerOnly, bool isRemoteRun ) : RunnerType
Run ( ) : TestReportCollection

Приватные методы

Метод Описание
GetRunner ( ILogger logger, RunnerType runnerType, StatLightConfiguration statLightConfiguration, IStatLightRunnerFactory statLightRunnerFactory ) : IRunner
GetTestReports ( RunnerType runnerType ) : TestReportCollection
RunnerExecutionEngine ( ILogger logger, IStatLightRunnerFactory statLightRunnerFactory, IEventPublisher eventPublisher, InputOptions inputOptions, ICurrentStatLightConfiguration currentStatLightConfiguration ) : System
WriteXmlReport ( TestReportCollection testReports, string xmlReportOutputPath, ReportOutputFileType reportOutputFileType ) : void

Описание методов

DetermineRunnerType() публичный статический Метод

public static DetermineRunnerType ( bool continuousIntegrationMode, bool useTeamCity, bool startWebServerOnly, bool isRemoteRun ) : RunnerType
continuousIntegrationMode bool
useTeamCity bool
startWebServerOnly bool
isRemoteRun bool
Результат RunnerType

Run() публичный Метод

public Run ( ) : TestReportCollection
Результат TestReportCollection