C# 클래스 StatLight.Client.Harness.XUnit.XUnitRunnerHost

상속: ITestRunnerHost
파일 보기 프로젝트 열기: staxmanade/StatLight

공개 메소드들

메소드 설명
ConfigureWithClientTestRunConfiguration ( ClientTestRunConfiguration clientTestRunConfiguration ) : void
ConfigureWithLoadedXapData ( ILoadedXapData loadedXapData ) : void
StartRun ( ) : UIElement

비공개 메소드들

메소드 설명
GetMethodTesters ( TestGroup group ) : IEnumerable
GetMethodTestersToRun ( TestContext testContext ) : IEnumerable
IsFinalResultStatus ( MethodTester methodTester ) : bool
OnMethodTesterPropertyChanged ( MethodTester mt, string propertyName ) : void
PopulateCoreInfo ( TestExecutionMethodClientEvent testExecutionMethodClientEvent, MethodInfo method ) : TestExecutionMethodClientEvent
SendTestBeginClientEvent ( MethodTester methodTester ) : void
SendTestCompleteClientEvent ( ) : void
SendTestFailureClientEvent ( MethodInfo method, string message ) : void
SendTestIgnoredClientEvent ( MethodInfo method, string message ) : void
SendTestPassedClientEvent ( MethodInfo method ) : void
SetupMethodTesterCommand ( MethodTester methodTester ) : void
ShouldReportedThisInstanceOfTheFinalResult ( MethodInfo methodInfo ) : bool
WireUpTestEngineMonitoring ( TestContext testContext ) : void

메소드 상세

ConfigureWithClientTestRunConfiguration() 공개 메소드

public ConfigureWithClientTestRunConfiguration ( ClientTestRunConfiguration clientTestRunConfiguration ) : void
clientTestRunConfiguration StatLight.Core.Configuration.ClientTestRunConfiguration
리턴 void

ConfigureWithLoadedXapData() 공개 메소드

public ConfigureWithLoadedXapData ( ILoadedXapData loadedXapData ) : void
loadedXapData ILoadedXapData
리턴 void

StartRun() 공개 메소드

public StartRun ( ) : UIElement
리턴 System.Windows.UIElement