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

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

공개 메소드들

메소드 설명
DumpValuesForDebug ( ILogger logger ) : InputOptions
InputOptions ( ) : System
SetContinuousIntegrationMode ( bool continuousIntegrationMode ) : InputOptions
SetDllPaths ( IEnumerable dllPaths ) : InputOptions
SetExtensionDllPaths ( IEnumerable extensionDllPaths ) : InputOptions
SetForceBrowserStart ( bool forceBrowserStart ) : InputOptions
SetIsPhoneRun ( bool isPhoneRun ) : InputOptions
SetIsRequestingDebug ( bool isRequestingDebug ) : InputOptions
SetMethodsToTest ( IEnumerable methodsToTest ) : InputOptions
SetMicrosoftTestingFrameworkVersion ( MicrosoftTestingFrameworkVersion microsoftTestingFrameworkVersion ) : InputOptions
SetNumberOfBrowserHosts ( int numberOfBrowserHosts ) : InputOptions
SetOutputForTeamCity ( bool outputForTeamCity ) : InputOptions
SetQueryString ( string queryString ) : InputOptions
SetReportOutputFileType ( ReportOutputFileType reportOutputFileType ) : InputOptions
SetReportOutputPath ( string reportOutputPath ) : InputOptions
SetSettingsOverride ( string>.IDictionary settingsOverride ) : InputOptions
SetStartWebServerOnly ( bool startWebServerOnly ) : InputOptions
SetTagFilters ( string tagFilters ) : InputOptions
SetUnitTestProviderType ( UnitTestProviderType unitTestProviderType ) : InputOptions
SetUseRemoteTestPage ( bool useRemoteTestPage ) : InputOptions
SetWebBrowserType ( WebBrowserType webBrowserType ) : InputOptions
SetWindowGeometry ( WindowGeometry windowGeometry ) : InputOptions
SetXapPaths ( IEnumerable xapPaths ) : InputOptions

비공개 메소드들

메소드 설명
AssertFileExists ( IEnumerable xapPaths ) : void

메소드 상세

DumpValuesForDebug() 공개 메소드

public DumpValuesForDebug ( ILogger logger ) : InputOptions
logger ILogger
리턴 InputOptions

InputOptions() 공개 메소드

public InputOptions ( ) : System
리턴 System

SetContinuousIntegrationMode() 공개 메소드

public SetContinuousIntegrationMode ( bool continuousIntegrationMode ) : InputOptions
continuousIntegrationMode bool
리턴 InputOptions

SetDllPaths() 공개 메소드

public SetDllPaths ( IEnumerable dllPaths ) : InputOptions
dllPaths IEnumerable
리턴 InputOptions

SetExtensionDllPaths() 공개 메소드

public SetExtensionDllPaths ( IEnumerable extensionDllPaths ) : InputOptions
extensionDllPaths IEnumerable
리턴 InputOptions

SetForceBrowserStart() 공개 메소드

public SetForceBrowserStart ( bool forceBrowserStart ) : InputOptions
forceBrowserStart bool
리턴 InputOptions

SetIsPhoneRun() 공개 메소드

public SetIsPhoneRun ( bool isPhoneRun ) : InputOptions
isPhoneRun bool
리턴 InputOptions

SetIsRequestingDebug() 공개 메소드

public SetIsRequestingDebug ( bool isRequestingDebug ) : InputOptions
isRequestingDebug bool
리턴 InputOptions

SetMethodsToTest() 공개 메소드

public SetMethodsToTest ( IEnumerable methodsToTest ) : InputOptions
methodsToTest IEnumerable
리턴 InputOptions

SetMicrosoftTestingFrameworkVersion() 공개 메소드

public SetMicrosoftTestingFrameworkVersion ( MicrosoftTestingFrameworkVersion microsoftTestingFrameworkVersion ) : InputOptions
microsoftTestingFrameworkVersion MicrosoftTestingFrameworkVersion
리턴 InputOptions

SetNumberOfBrowserHosts() 공개 메소드

public SetNumberOfBrowserHosts ( int numberOfBrowserHosts ) : InputOptions
numberOfBrowserHosts int
리턴 InputOptions

SetOutputForTeamCity() 공개 메소드

public SetOutputForTeamCity ( bool outputForTeamCity ) : InputOptions
outputForTeamCity bool
리턴 InputOptions

SetQueryString() 공개 메소드

public SetQueryString ( string queryString ) : InputOptions
queryString string
리턴 InputOptions

SetReportOutputFileType() 공개 메소드

public SetReportOutputFileType ( ReportOutputFileType reportOutputFileType ) : InputOptions
reportOutputFileType ReportOutputFileType
리턴 InputOptions

SetReportOutputPath() 공개 메소드

public SetReportOutputPath ( string reportOutputPath ) : InputOptions
reportOutputPath string
리턴 InputOptions

SetSettingsOverride() 공개 메소드

public SetSettingsOverride ( string>.IDictionary settingsOverride ) : InputOptions
settingsOverride string>.IDictionary
리턴 InputOptions

SetStartWebServerOnly() 공개 메소드

public SetStartWebServerOnly ( bool startWebServerOnly ) : InputOptions
startWebServerOnly bool
리턴 InputOptions

SetTagFilters() 공개 메소드

public SetTagFilters ( string tagFilters ) : InputOptions
tagFilters string
리턴 InputOptions

SetUnitTestProviderType() 공개 메소드

public SetUnitTestProviderType ( UnitTestProviderType unitTestProviderType ) : InputOptions
unitTestProviderType UnitTestProviderType
리턴 InputOptions

SetUseRemoteTestPage() 공개 메소드

public SetUseRemoteTestPage ( bool useRemoteTestPage ) : InputOptions
useRemoteTestPage bool
리턴 InputOptions

SetWebBrowserType() 공개 메소드

public SetWebBrowserType ( WebBrowserType webBrowserType ) : InputOptions
webBrowserType WebBrowserType
리턴 InputOptions

SetWindowGeometry() 공개 메소드

public SetWindowGeometry ( WindowGeometry windowGeometry ) : InputOptions
windowGeometry WindowGeometry
리턴 InputOptions

SetXapPaths() 공개 메소드

public SetXapPaths ( IEnumerable xapPaths ) : InputOptions
xapPaths IEnumerable
리턴 InputOptions