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

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

공개 메소드들

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

Compares the expected to the actual exception.

CompareNetObjectsBasedExceptionComparer ( ICompareLogic logic ) : System

Initializes a new instance of the CompareNetObjectsBasedExceptionComparer class.

메소드 상세

Compare() 공개 메소드

Compares the expected to the actual exception.
public Compare ( Exception expected, Exception actual ) : IEnumerable
expected System.Exception The expected exception.
actual System.Exception The actual exception.
리턴 IEnumerable

CompareNetObjectsBasedExceptionComparer() 공개 메소드

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