C# Class ODiff.DiffReport

Afficher le fichier Open project: goeran/ODiff Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Pretty ( object obj ) : string

Method Details

AssertDiffToBeFound() public méthode

public AssertDiffToBeFound ( ) : void
Résultat void

AssertNoDiffToBeFound() public méthode

public AssertNoDiffToBeFound ( ) : void
Résultat void

Merge() public méthode

public Merge ( DiffReport anotherResult ) : void
anotherResult DiffReport
Résultat void

Print() public méthode

public Print ( ) : string
Résultat string

ReportDiff() public méthode

public ReportDiff ( string property, object leftValue, object rightValue ) : void
property string
leftValue object
rightValue object
Résultat void

SetFilter() public méthode

public SetFilter ( ) : void
Résultat void