C# Class AggregateSource.Testing.Comparers.CompareNetObjectsBasedResultComparer

Compares results using a ICompareObjects object and reports the differences.
Inheritance: IResultComparer
Afficher le fichier Open project: yreynhout/AggregateSource Class Usage Examples

Méthodes publiques

Méthode Description
Compare ( object expected, object actual ) : IEnumerable

Compares the expected to the actual event.

CompareNetObjectsBasedResultComparer ( ICompareLogic logic ) : System

Initializes a new instance of the CompareNetObjectsBasedResultComparer class.

Method Details

Compare() public méthode

Compares the expected to the actual event.
public Compare ( object expected, object actual ) : IEnumerable
expected object The expected event.
actual object The actual event.
Résultat IEnumerable

CompareNetObjectsBasedResultComparer() public méthode

Initializes a new instance of the CompareNetObjectsBasedResultComparer class.
Thrown when the is null.
public CompareNetObjectsBasedResultComparer ( ICompareLogic logic ) : System
logic ICompareLogic The comparer.
Résultat System