Table of Contents

Delegate ActFn

Namespace
Mokkit.Act
Assembly
Mokkit.dll

Represents a synchronous act function that performs the operation under test. This delegate is used in the Act phase of the AAA (Arrange-Act-Assert) pattern.

public delegate void ActFn(ITestHost host)

Parameters

host ITestHost

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