C# Class Epam.JDI.Core.Settings.JDISettings

ファイルを表示 Open project: epam/JDI

Public Properties

Property Type Description
Asserter IAssert
DriverFactory IDriver
ExceptionThrown bool
HighlightSettings HighlightSettings
IsDemoMode bool
JDISettingsPath string
Logger ILogger
ShortLogMessagesFormat bool
Timeouts TimeoutSettings
UseCache bool

Public Methods

Method Description
Exception ( string msg ) : Exception
InitFromProperties ( ) : void
InitFromProperties ( string propertyPath ) : void
NewTest ( ) : void
ToLog ( string message, LogLevels level ) : void
UseDriver ( string driverName ) : string

Protected Methods

Method Description
FillFromSettings ( Action action, string name ) : void

Method Details

Exception() public static method

public static Exception ( string msg ) : Exception
msg string
return System.Exception

FillFromSettings() protected static method

protected static FillFromSettings ( Action action, string name ) : void
action Action
name string
return void

InitFromProperties() public static method

public static InitFromProperties ( ) : void
return void

InitFromProperties() public static method

public static InitFromProperties ( string propertyPath ) : void
propertyPath string
return void

NewTest() public static method

public static NewTest ( ) : void
return void

ToLog() public static method

public static ToLog ( string message, LogLevels level ) : void
message string
level LogLevels
return void

UseDriver() public static method

public static UseDriver ( string driverName ) : string
driverName string
return string

Property Details

Asserter public_oe static_oe property

public static IAssert Asserter
return IAssert

DriverFactory public_oe static_oe property

public static IDriver DriverFactory
return IDriver

ExceptionThrown public_oe static_oe property

public static bool ExceptionThrown
return bool

HighlightSettings public_oe static_oe property

public static HighlightSettings,Epam.JDI.Core.Settings HighlightSettings
return HighlightSettings

IsDemoMode public_oe static_oe property

public static bool IsDemoMode
return bool

JDISettingsPath public_oe static_oe property

public static string JDISettingsPath
return string

Logger public_oe static_oe property

public static ILogger Logger
return ILogger

ShortLogMessagesFormat public_oe static_oe property

public static bool ShortLogMessagesFormat
return bool

Timeouts public_oe static_oe property

public static TimeoutSettings,Epam.JDI.Core.Settings Timeouts
return TimeoutSettings

UseCache public_oe static_oe property

public static bool UseCache
return bool