C# 클래스 ApprovalTests.Reporters.AssertReporter

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

보호된 프로퍼티들

프로퍼티 타입 설명
areEqual string

공개 메소드들

메소드 설명
AssertEqual ( string approvedContent, string receivedContent ) : void
AssertFileContents ( string approved, string received ) : void
AssertReporter ( string assertClass, string areEqual, string frameworkAttribute ) : ApprovalTests.Core
IsFrameworkUsed ( ) : bool
IsWorkingInThisEnvironment ( string forFile ) : bool
Report ( string approved, string received ) : void

보호된 메소드들

메소드 설명
InvokeEqualsMethod ( Type type, string parameters ) : void

메소드 상세

AssertEqual() 공개 메소드

public AssertEqual ( string approvedContent, string receivedContent ) : void
approvedContent string
receivedContent string
리턴 void

AssertFileContents() 공개 메소드

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

AssertReporter() 공개 메소드

public AssertReporter ( string assertClass, string areEqual, string frameworkAttribute ) : ApprovalTests.Core
assertClass string
areEqual string
frameworkAttribute string
리턴 ApprovalTests.Core

InvokeEqualsMethod() 보호된 메소드

protected InvokeEqualsMethod ( Type type, string parameters ) : void
type System.Type
parameters string
리턴 void

IsFrameworkUsed() 공개 메소드

public IsFrameworkUsed ( ) : bool
리턴 bool

IsWorkingInThisEnvironment() 공개 메소드

public IsWorkingInThisEnvironment ( string forFile ) : bool
forFile string
리턴 bool

Report() 공개 메소드

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

프로퍼티 상세

areEqual 보호되어 있는 프로퍼티

protected string areEqual
리턴 string