C# Класс AggregateSource.Testing.NUnitExtensionsForFactoryScenario.XunitExtensionsForFactoryScenario

Xunit specific extension methods for asserting aggregate factory behavior.
Показать файл Открыть проект

Открытые методы

Метод Описание
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