C# 클래스 ODiff.DiffReport

파일 보기 프로젝트 열기: goeran/ODiff 1 사용 예제들

공개 메소드들

메소드 설명
AssertDiffToBeFound ( ) : void
AssertNoDiffToBeFound ( ) : void
Merge ( DiffReport anotherResult ) : void
Print ( ) : string
ReportDiff ( string property, object leftValue, object rightValue ) : void
SetFilter ( ) : void

비공개 메소드들

메소드 설명
Pretty ( object obj ) : string

메소드 상세

AssertDiffToBeFound() 공개 메소드

public AssertDiffToBeFound ( ) : void
리턴 void

AssertNoDiffToBeFound() 공개 메소드

public AssertNoDiffToBeFound ( ) : void
리턴 void

Merge() 공개 메소드

public Merge ( DiffReport anotherResult ) : void
anotherResult DiffReport
리턴 void

Print() 공개 메소드

public Print ( ) : string
리턴 string

ReportDiff() 공개 메소드

public ReportDiff ( string property, object leftValue, object rightValue ) : void
property string
leftValue object
rightValue object
리턴 void

SetFilter() 공개 메소드

public SetFilter ( ) : void
리턴 void