tagion.behaviour.Behaviour

Undocumented in source.

Public Imports

tagion.behaviour.BehaviourFeature
public import tagion.behaviour.BehaviourFeature;
Undocumented in source.

Members

Functions

hasErrors
bool hasErrors(ScenarioGroup scenario_group)
hasErrors
bool hasErrors(FeatureGroup feature_group)
hasPassed
bool hasPassed(FeatureGroup feature_group)

Checks if a feature has passed all tests

hasPassed
bool hasPassed(ScenarioGroup scenario_group)

Used to checks if a scenario has passed all tests

run
ScenarioGroup run(T scenario)

Runs the scenario in Given, When, Then, But order