C# Class StatLight.Client.Harness.Hosts.RemoteRunStatLightSystem

Inheritance: StatLightSystemBase
Show file Open project: staxmanade/StatLight

Public Methods

Method Description
RemoteRunStatLightSystem ( Assembly assemblyToTest, Action rootVisualActionOnReady ) : System

Protected Methods

Method Description
OnTestRunConfigurationDownloaded ( ClientTestRunConfiguration clientTestRunConfiguration ) : void

Private Methods

Method Description
OnReadySetupRootVisual ( Action onReady ) : void

Method Details

OnTestRunConfigurationDownloaded() protected method

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

RemoteRunStatLightSystem() public method

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