C# 클래스 ApprovalTests.Reporters.IntroductionReporter

상속: IApprovalFailureReporter
파일 보기 프로젝트 열기: approvals/ApprovalTests.Net

공개 프로퍼티들

프로퍼티 타입 설명
INSTANCE IntroductionReporter

공개 메소드들

메소드 설명
GetFriendlyWelcomeMessage ( ) : string
Report ( string approved, string received ) : void

메소드 상세

GetFriendlyWelcomeMessage() 공개 메소드

public GetFriendlyWelcomeMessage ( ) : string
리턴 string

Report() 공개 메소드

public Report ( string approved, string received ) : void
approved string
received string
리턴 void

프로퍼티 상세

INSTANCE 공개적으로 정적으로 프로퍼티

public static IntroductionReporter,ApprovalTests.Reporters INSTANCE
리턴 IntroductionReporter