hasPassed

Used to checks if a scenario has passed all tests

  1. bool hasPassed(FeatureGroup feature_group)
  2. bool hasPassed(ScenarioGroup scenario_group)
    @safe nothrow
    bool
    hasPassed

Parameters

scenario_group ScenarioGroup

The scenario which ran

Return Value

Type: bool

true if the scenario has passed all tests