C# 클래스 StatLight.Core.Configuration.StatLightConfigurationFactory

상속: IStatLightConfigurationFactory
파일 보기 프로젝트 열기: staxmanade/StatLight 1 사용 예제들

공개 메소드들

메소드 설명
GetConfigurations ( ) : IEnumerable
StatLightConfigurationFactory ( ILogger logger, InputOptions options, WebServerLocation webServerLocation ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

GetConfigurations() 공개 메소드

public GetConfigurations ( ) : IEnumerable
리턴 IEnumerable

StatLightConfigurationFactory() 공개 메소드

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