Table of Contents

Delegate InspectAsyncFn

Namespace
Mokkit.Inspect
Assembly
Mokkit.dll

Represents an asynchronous inspect function that performs assertions and verifications. This delegate is used in the Assert phase of the AAA (Arrange-Act-Assert) pattern.

public delegate Task InspectAsyncFn(ITestHost host)

Parameters

host ITestHost

The test host that provides access to configured services and dependencies.

Returns

Task

A task representing the asynchronous inspect operation.

Extension Methods