FeatureGroup

Contains all the scenario groups and information of the Feature

@safe @safe
struct FeatureGroup {
@optional
string alternative;
}

Members

Variables

info
Info!Feature info;

Information of the Feature

scenarios
ScenarioGroup[] scenarios;

This all the information of each Scenario