C# Class StatLight.Core.Configuration.InputOptions

Mostra file Open project: staxmanade/StatLight Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
AssertFileExists ( IEnumerable xapPaths ) : void

Method Details

DumpValuesForDebug() public method

public DumpValuesForDebug ( ILogger logger ) : InputOptions
logger ILogger
return InputOptions

InputOptions() public method

public InputOptions ( ) : System
return System

SetContinuousIntegrationMode() public method

public SetContinuousIntegrationMode ( bool continuousIntegrationMode ) : InputOptions
continuousIntegrationMode bool
return InputOptions

SetDllPaths() public method

public SetDllPaths ( IEnumerable dllPaths ) : InputOptions
dllPaths IEnumerable
return InputOptions

SetExtensionDllPaths() public method

public SetExtensionDllPaths ( IEnumerable extensionDllPaths ) : InputOptions
extensionDllPaths IEnumerable
return InputOptions

SetForceBrowserStart() public method

public SetForceBrowserStart ( bool forceBrowserStart ) : InputOptions
forceBrowserStart bool
return InputOptions

SetIsPhoneRun() public method

public SetIsPhoneRun ( bool isPhoneRun ) : InputOptions
isPhoneRun bool
return InputOptions

SetIsRequestingDebug() public method

public SetIsRequestingDebug ( bool isRequestingDebug ) : InputOptions
isRequestingDebug bool
return InputOptions

SetMethodsToTest() public method

public SetMethodsToTest ( IEnumerable methodsToTest ) : InputOptions
methodsToTest IEnumerable
return InputOptions

SetMicrosoftTestingFrameworkVersion() public method

public SetMicrosoftTestingFrameworkVersion ( MicrosoftTestingFrameworkVersion microsoftTestingFrameworkVersion ) : InputOptions
microsoftTestingFrameworkVersion MicrosoftTestingFrameworkVersion
return InputOptions

SetNumberOfBrowserHosts() public method

public SetNumberOfBrowserHosts ( int numberOfBrowserHosts ) : InputOptions
numberOfBrowserHosts int
return InputOptions

SetOutputForTeamCity() public method

public SetOutputForTeamCity ( bool outputForTeamCity ) : InputOptions
outputForTeamCity bool
return InputOptions

SetQueryString() public method

public SetQueryString ( string queryString ) : InputOptions
queryString string
return InputOptions

SetReportOutputFileType() public method

public SetReportOutputFileType ( ReportOutputFileType reportOutputFileType ) : InputOptions
reportOutputFileType ReportOutputFileType
return InputOptions

SetReportOutputPath() public method

public SetReportOutputPath ( string reportOutputPath ) : InputOptions
reportOutputPath string
return InputOptions

SetSettingsOverride() public method

public SetSettingsOverride ( string>.IDictionary settingsOverride ) : InputOptions
settingsOverride string>.IDictionary
return InputOptions

SetStartWebServerOnly() public method

public SetStartWebServerOnly ( bool startWebServerOnly ) : InputOptions
startWebServerOnly bool
return InputOptions

SetTagFilters() public method

public SetTagFilters ( string tagFilters ) : InputOptions
tagFilters string
return InputOptions

SetUnitTestProviderType() public method

public SetUnitTestProviderType ( UnitTestProviderType unitTestProviderType ) : InputOptions
unitTestProviderType UnitTestProviderType
return InputOptions

SetUseRemoteTestPage() public method

public SetUseRemoteTestPage ( bool useRemoteTestPage ) : InputOptions
useRemoteTestPage bool
return InputOptions

SetWebBrowserType() public method

public SetWebBrowserType ( WebBrowserType webBrowserType ) : InputOptions
webBrowserType WebBrowserType
return InputOptions

SetWindowGeometry() public method

public SetWindowGeometry ( WindowGeometry windowGeometry ) : InputOptions
windowGeometry WindowGeometry
return InputOptions

SetXapPaths() public method

public SetXapPaths ( IEnumerable xapPaths ) : InputOptions
xapPaths IEnumerable
return InputOptions