C# 클래스 AggregateSource.Testing.NUnitExtensionsForFactoryScenario.XunitExtensionsForFactoryScenario

Xunit specific extension methods for asserting aggregate factory behavior.
파일 보기 프로젝트 열기: yreynhout/AggregateSource

공개 메소드들

메소드 설명
Assert ( this builder, IEventComparer comparer ) : void

Asserts that the specification is met.

Assert ( this builder, IExceptionComparer comparer ) : void

Asserts that the specification is met.

메소드 상세

Assert() 공개 정적인 메소드

Asserts that the specification is met.
public static Assert ( this builder, IEventComparer comparer ) : void
builder this The specification builder.
comparer IEventComparer The event comparer.
리턴 void

Assert() 공개 정적인 메소드

Asserts that the specification is met.
public static Assert ( this builder, IExceptionComparer comparer ) : void
builder this The specification builder.
comparer IExceptionComparer The exception comparer.
리턴 void