C# Class ApprovalTests.Reporters.FirstWorkingReporter

Inheritance: IEnvironmentAwareReporter
ファイルを表示 Open project: approvals/ApprovalTests.Net Class Usage Examples

Public Methods

Method Description
FirstWorkingReporter ( ) : System
FirstWorkingReporter ( IEnumerable reporters ) : System
IsWorkingInThisEnvironment ( string forFile ) : bool
Report ( string approved, string received ) : void

Method Details

FirstWorkingReporter() public method

public FirstWorkingReporter ( ) : System
return System

FirstWorkingReporter() public method

public FirstWorkingReporter ( IEnumerable reporters ) : System
reporters IEnumerable
return System

IsWorkingInThisEnvironment() public method

public IsWorkingInThisEnvironment ( string forFile ) : bool
forFile string
return bool

Report() public method

public Report ( string approved, string received ) : void
approved string
received string
return void