C# Class ApprovalTests.Wpf.AssertNoBindingErrorsTraceListener

Inheritance: System.Diagnostics.TraceListener
Mostra file Open project: approvals/ApprovalTests.Net Class Usage Examples

Public Methods

Method Description
Start ( SourceLevels level = SourceLevels.Warning ) : IDisposable
Write ( string message ) : void
WriteLine ( string message ) : void

Private Methods

Method Description
AssertNoBindingErrorsTraceListener ( SourceLevels level ) : System

Method Details

Start() public static method

public static Start ( SourceLevels level = SourceLevels.Warning ) : IDisposable
level SourceLevels
return IDisposable

Write() public method

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

WriteLine() public method

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