FeatureGroup

Contains all the scenario groups and information of the Feature

@safe @safe
@recordType("Feature")
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

Mixed In Members

From mixin HiBONRecord!()

recordName
string recordName()

Get the record type name set by @recordType("name")