ScenarioGroup

Contains all information of a scenario the class name of the scenario and the description it also contains all the action groups of the scenario

Members

Variables

but
ActionGroup!(But) but;

But actions

given
ActionGroup!(Given) given;

Given actions

then
ActionGroup!(Then) then;

Then actions

when
ActionGroup!(When) when;

When actions