C# Class GoogleTestAdapter.DiaResolver.Helpers.FakeLogger

Inheritance: GoogleTestAdapter.Common.LoggerBase
Exibir arquivo Open project: csoltenborn/GoogleTestAdapter Class Usage Examples

Public Methods

Method Description
Log ( Severity severity, string message ) : void
MessagesOfType ( ) : IList

Private Methods

Method Description
GetMessages ( Severity severity ) : IList

Method Details

Log() public method

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

MessagesOfType() public method

public MessagesOfType ( ) : IList
return IList