C# Class AggregateSource.Testing.NUnitExtensionsForQueryScenario.XunitExtensionsForQueryScenario

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

Public Methods

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

Asserts that the specification is met.

Assert ( this builder, IResultComparer 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, IExceptionComparer comparer ) : void
builder this The specification builder.
comparer IExceptionComparer The exception comparer.
return void

Assert() public static method

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