C# Class ApprovalTests.Reporters.QuietReporter

Inheritance: IEnvironmentAwareReporter
Show file Open project: approvals/ApprovalTests.Net Class Usage Examples

Public Properties

Property Type Description
INSTANCE QuietReporter

Public Methods

Method Description
DisplayCommandLineApproval ( string approved, string received ) : void
GetCommandLineForApproval ( string approved, string received ) : string
IsWorkingInThisEnvironment ( string forFile ) : bool
Report ( string approved, string received ) : void

Method Details

DisplayCommandLineApproval() public static method

public static DisplayCommandLineApproval ( string approved, string received ) : void
approved string
received string
return void

GetCommandLineForApproval() public static method

public static GetCommandLineForApproval ( string approved, string received ) : string
approved string
received string
return string

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

Property Details

INSTANCE public static property

public static QuietReporter,ApprovalTests.Reporters INSTANCE
return QuietReporter