Package com.tngtech.jgiven.annotation
Annotation Interface ScenarioRule
Marks fields to be Scenario rules.
Scenario rules are classes with begin() and after() methods.
These methods are called like methods annotated with
BeforeScenario and
AfterScenario
@ScenarioRule MyRule rule = new MyRule();