C# Класс AggregateSource.Testing.Comparers.CompareNetObjectsBasedFactComparer

Compares facts using a ICompareObjects object and reports the differences.
Наследование: IFactComparer
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Compare ( Fact expected, Fact actual ) : IEnumerable

Compares the expected to the actual fact.

CompareNetObjectsBasedFactComparer ( ICompareLogic logic ) : System

Initializes a new instance of the CompareNetObjectsBasedFactComparer class.

Описание методов

Compare() публичный Метод

Compares the expected to the actual fact.
public Compare ( Fact expected, Fact actual ) : IEnumerable
expected Fact The expected fact.
actual Fact The actual fact.
Результат IEnumerable

CompareNetObjectsBasedFactComparer() публичный Метод

Initializes a new instance of the CompareNetObjectsBasedFactComparer class.
Thrown when the comparer is null.
public CompareNetObjectsBasedFactComparer ( ICompareLogic logic ) : System
logic ICompareLogic The comparer.
Результат System