C# 클래스 Epam.JDI.Core.Settings.JDISettings

파일 보기 프로젝트 열기: epam/JDI

공개 프로퍼티들

프로퍼티 타입 설명
Asserter IAssert
DriverFactory IDriver
ExceptionThrown bool
HighlightSettings HighlightSettings
IsDemoMode bool
JDISettingsPath string
Logger ILogger
ShortLogMessagesFormat bool
Timeouts TimeoutSettings
UseCache bool

공개 메소드들

메소드 설명
Exception ( string msg ) : Exception
InitFromProperties ( ) : void
InitFromProperties ( string propertyPath ) : void
NewTest ( ) : void
ToLog ( string message, LogLevels level ) : void
UseDriver ( string driverName ) : string

보호된 메소드들

메소드 설명
FillFromSettings ( Action action, string name ) : void

메소드 상세

Exception() 공개 정적인 메소드

public static Exception ( string msg ) : Exception
msg string
리턴 System.Exception

FillFromSettings() 보호된 정적인 메소드

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

InitFromProperties() 공개 정적인 메소드

public static InitFromProperties ( ) : void
리턴 void

InitFromProperties() 공개 정적인 메소드

public static InitFromProperties ( string propertyPath ) : void
propertyPath string
리턴 void

NewTest() 공개 정적인 메소드

public static NewTest ( ) : void
리턴 void

ToLog() 공개 정적인 메소드

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

UseDriver() 공개 정적인 메소드

public static UseDriver ( string driverName ) : string
driverName string
리턴 string

프로퍼티 상세

Asserter 공개적으로 정적으로 프로퍼티

public static IAssert Asserter
리턴 IAssert

DriverFactory 공개적으로 정적으로 프로퍼티

public static IDriver DriverFactory
리턴 IDriver

ExceptionThrown 공개적으로 정적으로 프로퍼티

public static bool ExceptionThrown
리턴 bool

HighlightSettings 공개적으로 정적으로 프로퍼티

public static HighlightSettings,Epam.JDI.Core.Settings HighlightSettings
리턴 HighlightSettings

IsDemoMode 공개적으로 정적으로 프로퍼티

public static bool IsDemoMode
리턴 bool

JDISettingsPath 공개적으로 정적으로 프로퍼티

public static string JDISettingsPath
리턴 string

Logger 공개적으로 정적으로 프로퍼티

public static ILogger Logger
리턴 ILogger

ShortLogMessagesFormat 공개적으로 정적으로 프로퍼티

public static bool ShortLogMessagesFormat
리턴 bool

Timeouts 공개적으로 정적으로 프로퍼티

public static TimeoutSettings,Epam.JDI.Core.Settings Timeouts
리턴 TimeoutSettings

UseCache 공개적으로 정적으로 프로퍼티

public static bool UseCache
리턴 bool