Table of Contents

Class Act

Namespace
Mokkit.Act
Assembly
Mokkit.dll

Provides static factory methods for starting act operations in the AAA (Arrange-Act-Assert) pattern. This class serves as the entry point for creating act chains that perform the operation(s) under test.

public static class Act

Inheritance

Act

Inherited Members

Methods

Start(TestStage)

Starts a new act operation from a test stage.

public static TestAct Start(TestStage stage)

Parameters

stage TestStage

The test stage to start the act operation from.

Returns

TestAct

A new Mokkit.Act.TestAct instance for chaining act operations.