C# Class StatLight.Core.Configuration.StatLightConfigurationFactory

Inheritance: IStatLightConfigurationFactory
Show file Open project: staxmanade/StatLight Class Usage Examples

Public Methods

Method Description
GetConfigurations ( ) : IEnumerable
StatLightConfigurationFactory ( ILogger logger, InputOptions options, WebServerLocation webServerLocation ) : System

Private Methods

Method Description
CreateServerConfiguration ( string xapPath, UnitTestProviderType unitTestProviderType, MicrosoftTestingFrameworkVersion microsoftTestingFrameworkVersion, Func filesToCopyIntoHostXapFunc, string queryString, bool forceBrowserStart, WindowGeometry windowGeometry, string runtimeVersion, bool isPhoneRun ) : ServerTestRunConfiguration
GetStatLightConfigurationForDll ( string dllPath ) : StatLightConfiguration
GetStatLightConfigurationForXap ( string xapPath ) : StatLightConfiguration
RewriteFunc ( Func filesToCopyIntoHostXapFunc ) : Func>
RewriteXapWithSpecialFiles ( byte xapHost, Func filesToCopyIntoHostXapFunc, string runtimeVersion ) : byte[]
SetupUnitTestProviderType ( TestFileCollection testFileCollection, UnitTestProviderType &unitTestProviderType, MicrosoftTestingFrameworkVersion &microsoftTestingFrameworkVersion ) : void

Method Details

GetConfigurations() public method

public GetConfigurations ( ) : IEnumerable
return IEnumerable

StatLightConfigurationFactory() public method

public StatLightConfigurationFactory ( ILogger logger, InputOptions options, WebServerLocation webServerLocation ) : System
logger ILogger
options InputOptions
webServerLocation WebServerLocation
return System