C# 클래스 StatLight.Client.Harness.Hosts.RemoteRunStatLightSystem

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

공개 메소드들

메소드 설명
RemoteRunStatLightSystem ( Assembly assemblyToTest, Action rootVisualActionOnReady ) : System

보호된 메소드들

메소드 설명
OnTestRunConfigurationDownloaded ( ClientTestRunConfiguration clientTestRunConfiguration ) : void

비공개 메소드들

메소드 설명
OnReadySetupRootVisual ( Action onReady ) : void

메소드 상세

OnTestRunConfigurationDownloaded() 보호된 메소드

protected OnTestRunConfigurationDownloaded ( ClientTestRunConfiguration clientTestRunConfiguration ) : void
clientTestRunConfiguration StatLight.Core.Configuration.ClientTestRunConfiguration
리턴 void

RemoteRunStatLightSystem() 공개 메소드

public RemoteRunStatLightSystem ( Assembly assemblyToTest, Action rootVisualActionOnReady ) : System
assemblyToTest System.Reflection.Assembly
rootVisualActionOnReady Action
리턴 System