C# 클래스 AggregateSource.Testing.Comparers.CompareNetObjectsBasedFactComparer

Compares facts using a ICompareObjects object and reports the differences.
상속: IFactComparer
파일 보기 프로젝트 열기: yreynhout/AggregateSource 1 사용 예제들

공개 메소드들

메소드 설명
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