C# Class ApprovalTests.Reporters.AppVeyorReporter

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

Public Properties

Property Type Description
INSTANCE AppVeyorReporter

Public Methods

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

Method Details

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_oe static_oe property

public static AppVeyorReporter,ApprovalTests.Reporters INSTANCE
return AppVeyorReporter