Class TestAct<T>
- Namespace
- Mokkit.Act
- Assembly
- Mokkit.dll
Internal implementation of Mokkit.Act.ITestAct`1 — a result-bearing act that runs its pending steps and then a producer, yielding the produced value when awaited.
public class TestAct<T> : ITestAct<T>Type Parameters
T-
The type of the produced result.
Inheritance
Implements
Inherited Members
Methods
GetAwaiter()
Gets an awaiter for the result-bearing act instance.
public ITestActAwaiter<T> GetAwaiter()Returns
- ITestActAwaiter<T>
-
The awaiter for the result-bearing act instance.