C# Класс AggregateSource.Testing.NUnitExtensionsForQueryScenario.XunitExtensionsForQueryScenario

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

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

Метод Описание
Assert ( this builder, IExceptionComparer comparer ) : void

Asserts that the specification is met.

Assert ( this builder, IResultComparer comparer ) : void

Asserts that the specification is met.

Описание методов

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

Assert() публичный статический Метод

Asserts that the specification is met.
public static Assert ( this builder, IResultComparer comparer ) : void
builder this The specification builder.
comparer IResultComparer The result comparer.
Результат void