- automation
auto automation()
Undocumented in source. Be warned that the author may not have intended to support it.
- getBDDErrors
const(BehaviourError)[] getBDDErrors(const(ScenarioGroup) scenarioGroup)
Undocumented in source. Be warned that the author may not have intended to support it.
- getFeature
FeatureGroup getFeature()
Undocumented in source. Be warned that the author may not have intended to support it.
- getScenarioGroup
ScenarioGroup getScenarioGroup()
Undocumented in source. Be warned that the author may not have intended to support it.
- hasErrors
bool hasErrors(FeatureGroup feature_group)
- hasErrors
bool hasErrors(const(FeatureGroup*) feature_group)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasErrors
bool hasErrors(ScenarioGroup scenario_group)
- hasPassed
bool hasPassed(FeatureGroup feature_group)
Checks if a feature has passed all tests
- hasPassed
bool hasPassed(const(FeatureGroup*) feature_group)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasPassed
bool hasPassed(ScenarioGroup scenario_group)
Used to checks if a scenario has passed all tests
- hasStarted
bool hasStarted(ScenarioGroup scenario_group)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasStarted
bool hasStarted(FeatureGroup feature_group)
Undocumented in source. Be warned that the author may not have intended to support it.
- run
ScenarioGroup run(T scenario)
Runs the scenario in Given, When, Then, But order
- testCode
TestCode testCode(Group group)
Undocumented in source. Be warned that the author may not have intended to support it.
- testColor
string testColor(TestCode code)
Undocumented in source. Be warned that the author may not have intended to support it.