Class ArrangeActAssert

Namespace
BunsenBurner
Assembly
BunsenBurner.dll

Static class to support ArrangeActAssertSyntax keywords

public static class ArrangeActAssert
Inheritance
ArrangeActAssert
Inherited Members

Methods

Act<TData, TResult>(Arranged<TData>, Func<TData, Task<TResult>>)

Acts on the test data and returns a result to assert against

Act<TData, TResult>(Arranged<TData>, Func<TData, TResult>)

Acts on the test data and returns a result to assert against

Arrange<TData>(Func<Task<TData>>)

Arranges the test data

Arrange<TData>(Func<TData>)

Arranges the test data

Arrange<TData>(TData)

Arranges the test data

Assert<TData, TResult>(Acted<TData, TResult>, Action<TData, TResult>)

Asserts on the result of acting on the test

Assert<TData, TResult>(Acted<TData, TResult>, Action<TResult>)

Asserts on the result of acting on the test

Assert<TData, TResult>(Acted<TData, TResult>, Func<TData, TResult, Task>)

Asserts on the result of acting on the test

Assert<TData, TResult>(Acted<TData, TResult>, Func<TResult, Task>)

Asserts on the result of acting on the test

Assert<TData, TResult>(Acted<TData, TResult>, Expression<Func<TData, TResult, bool>>)

Asserts on the result of acting on the test

Assert<TData, TResult>(Acted<TData, TResult>, Expression<Func<TResult, bool>>)

Asserts on the result of acting on the test