C# Class ODiff.DiffReport

Show file Open project: goeran/ODiff Class Usage Examples

Public Methods

Method Description
AssertDiffToBeFound ( ) : void
AssertNoDiffToBeFound ( ) : void
Merge ( DiffReport anotherResult ) : void
Print ( ) : string
ReportDiff ( string property, object leftValue, object rightValue ) : void
SetFilter ( ) : void

Private Methods

Method Description
Pretty ( object obj ) : string

Method Details

AssertDiffToBeFound() public method

public AssertDiffToBeFound ( ) : void
return void

AssertNoDiffToBeFound() public method

public AssertNoDiffToBeFound ( ) : void
return void

Merge() public method

public Merge ( DiffReport anotherResult ) : void
anotherResult DiffReport
return void

Print() public method

public Print ( ) : string
return string

ReportDiff() public method

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

SetFilter() public method

public SetFilter ( ) : void
return void