C# Class ApprovalTests.Reporters.IntroductionReporter

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

Public Properties

Property Type Description
INSTANCE IntroductionReporter

Public Methods

Method Description
GetFriendlyWelcomeMessage ( ) : string
Report ( string approved, string received ) : void

Method Details

GetFriendlyWelcomeMessage() public method

public GetFriendlyWelcomeMessage ( ) : string
return string

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 IntroductionReporter,ApprovalTests.Reporters INSTANCE
return IntroductionReporter