Skip to main content

IScenarioFlowTester

Interface for scenario-based testing of actor workflows.

Namespace: ControlBee.Interfaces

Properties

NameTypeDescription
CompleteboolWhether 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.

See Also