Delegate ArrangeFn
- Namespace
- Mokkit.Arrange
- Assembly
- Mokkit.dll
Represents a synchronous arrange function that sets up test dependencies and state. This delegate is used in the Arrange phase of the AAA (Arrange-Act-Assert) pattern.
public delegate void ArrangeFn(ITestHost host)Parameters
hostITestHost-
The test host that provides access to configured services and dependencies.