C# Class GoogleTestAdapter.Helpers.TestEnvironment

Inheritance: GoogleTestAdapter.Common.LoggerBase
显示文件 Open project: csoltenborn/GoogleTestAdapter Class Usage Examples

Public Methods

Method Description
DebugError ( string message ) : void
DebugInfo ( string message ) : void
DebugWarning ( string message ) : void
Log ( Severity severity, string message ) : void
TestEnvironment ( SettingsWrapper options, ILogger logger ) : System

Private Methods

Method Description
ShouldBeLogged ( LogType logType ) : bool

Method Details

DebugError() public method

public DebugError ( string message ) : void
message string
return void

DebugInfo() public method

public DebugInfo ( string message ) : void
message string
return void

DebugWarning() public method

public DebugWarning ( string message ) : void
message string
return void

Log() public method

public Log ( Severity severity, string message ) : void
severity Severity
message string
return void

TestEnvironment() public method

public TestEnvironment ( SettingsWrapper options, ILogger logger ) : System
options GoogleTestAdapter.Settings.SettingsWrapper
logger ILogger
return System