C# Class AggregateSource.Testing.NUnitExtensionsForConstructorScenario.XunitExtensionsForConstructorScenario

Xunit specific extension methods for asserting aggregate constructor behavior.
Mostra file Open project: yreynhout/AggregateSource

Public Methods

Method Description
Assert ( this builder, IEventComparer comparer ) : void

Asserts that the specification is met.

Assert ( this builder, IExceptionComparer comparer ) : void

Asserts that the specification is met.

Method Details

Assert() public static method

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

Assert() public static method

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