IScenarioFlowTester
Interface for scenario-based testing of actor workflows.
Namespace: ControlBee.Interfaces
Properties
| Name | Type | Description |
|---|---|---|
Complete | bool | Whether all scenario steps have been executed. |
Methods
OnCheckpoint
Called at a checkpoint in the actor workflow to advance the scenario.
void OnCheckpoint();
Setup
Configures the scenario with groups of simulation steps.
void Setup(ISimulationStep[][] stepGroups);
Parameters:
stepGroups— An array of step groups, where each group is an array of simulation steps.