C# 클래스 ApprovalTests.Utilities.StringReporting

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

공개 메소드들

메소드 설명
AssertEqual ( string expected, string actual, IApprovalFailureReporter reporter ) : void
DiffWith ( this expected, string actual ) : void

메소드 상세

AssertEqual() 공개 정적인 메소드

public static AssertEqual ( string expected, string actual, IApprovalFailureReporter reporter ) : void
expected string
actual string
reporter IApprovalFailureReporter
리턴 void

DiffWith() 공개 정적인 메소드

public static DiffWith ( this expected, string actual ) : void
expected this
actual string
리턴 void