C# Class StatLight.Core.Configuration.InputOptions

Afficher le fichier Open project: staxmanade/StatLight Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
AssertFileExists ( IEnumerable xapPaths ) : void

Method Details

DumpValuesForDebug() public méthode

public DumpValuesForDebug ( ILogger logger ) : InputOptions
logger ILogger
Résultat InputOptions

InputOptions() public méthode

public InputOptions ( ) : System
Résultat System

SetContinuousIntegrationMode() public méthode

public SetContinuousIntegrationMode ( bool continuousIntegrationMode ) : InputOptions
continuousIntegrationMode bool
Résultat InputOptions

SetDllPaths() public méthode

public SetDllPaths ( IEnumerable dllPaths ) : InputOptions
dllPaths IEnumerable
Résultat InputOptions

SetExtensionDllPaths() public méthode

public SetExtensionDllPaths ( IEnumerable extensionDllPaths ) : InputOptions
extensionDllPaths IEnumerable
Résultat InputOptions

SetForceBrowserStart() public méthode

public SetForceBrowserStart ( bool forceBrowserStart ) : InputOptions
forceBrowserStart bool
Résultat InputOptions

SetIsPhoneRun() public méthode

public SetIsPhoneRun ( bool isPhoneRun ) : InputOptions
isPhoneRun bool
Résultat InputOptions

SetIsRequestingDebug() public méthode

public SetIsRequestingDebug ( bool isRequestingDebug ) : InputOptions
isRequestingDebug bool
Résultat InputOptions

SetMethodsToTest() public méthode

public SetMethodsToTest ( IEnumerable methodsToTest ) : InputOptions
methodsToTest IEnumerable
Résultat InputOptions

SetMicrosoftTestingFrameworkVersion() public méthode

public SetMicrosoftTestingFrameworkVersion ( MicrosoftTestingFrameworkVersion microsoftTestingFrameworkVersion ) : InputOptions
microsoftTestingFrameworkVersion MicrosoftTestingFrameworkVersion
Résultat InputOptions

SetNumberOfBrowserHosts() public méthode

public SetNumberOfBrowserHosts ( int numberOfBrowserHosts ) : InputOptions
numberOfBrowserHosts int
Résultat InputOptions

SetOutputForTeamCity() public méthode

public SetOutputForTeamCity ( bool outputForTeamCity ) : InputOptions
outputForTeamCity bool
Résultat InputOptions

SetQueryString() public méthode

public SetQueryString ( string queryString ) : InputOptions
queryString string
Résultat InputOptions

SetReportOutputFileType() public méthode

public SetReportOutputFileType ( ReportOutputFileType reportOutputFileType ) : InputOptions
reportOutputFileType ReportOutputFileType
Résultat InputOptions

SetReportOutputPath() public méthode

public SetReportOutputPath ( string reportOutputPath ) : InputOptions
reportOutputPath string
Résultat InputOptions

SetSettingsOverride() public méthode

public SetSettingsOverride ( string>.IDictionary settingsOverride ) : InputOptions
settingsOverride string>.IDictionary
Résultat InputOptions

SetStartWebServerOnly() public méthode

public SetStartWebServerOnly ( bool startWebServerOnly ) : InputOptions
startWebServerOnly bool
Résultat InputOptions

SetTagFilters() public méthode

public SetTagFilters ( string tagFilters ) : InputOptions
tagFilters string
Résultat InputOptions

SetUnitTestProviderType() public méthode

public SetUnitTestProviderType ( UnitTestProviderType unitTestProviderType ) : InputOptions
unitTestProviderType UnitTestProviderType
Résultat InputOptions

SetUseRemoteTestPage() public méthode

public SetUseRemoteTestPage ( bool useRemoteTestPage ) : InputOptions
useRemoteTestPage bool
Résultat InputOptions

SetWebBrowserType() public méthode

public SetWebBrowserType ( WebBrowserType webBrowserType ) : InputOptions
webBrowserType WebBrowserType
Résultat InputOptions

SetWindowGeometry() public méthode

public SetWindowGeometry ( WindowGeometry windowGeometry ) : InputOptions
windowGeometry WindowGeometry
Résultat InputOptions

SetXapPaths() public méthode

public SetXapPaths ( IEnumerable xapPaths ) : InputOptions
xapPaths IEnumerable
Résultat InputOptions