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

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

공개 메소드들

메소드 설명
Compare ( object expected, object actual ) : IEnumerable

Compares the expected to the actual event.

CompareNetObjectsBasedEventComparer ( ICompareLogic logic ) : System

Initializes a new instance of the CompareNetObjectsBasedEventComparer class.

메소드 상세

Compare() 공개 메소드

Compares the expected to the actual event.
public Compare ( object expected, object actual ) : IEnumerable
expected object The expected event.
actual object The actual event.
리턴 IEnumerable

CompareNetObjectsBasedEventComparer() 공개 메소드

Initializes a new instance of the CompareNetObjectsBasedEventComparer class.
Thrown when the is null.
public CompareNetObjectsBasedEventComparer ( ICompareLogic logic ) : System
logic ICompareLogic The compare logic.
리턴 System