Package com.tngtech.jgiven.annotation
Annotation Interface ProvidedScenarioState
Marks fields to be provided by a scenario stage.
The annotation behaves exactly like
ScenarioState
,
but better indicates the usage of a field.-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
-
Element Details
-
resolution
ScenarioState.Resolution resolution- Default:
- AUTO
-
guaranteed
boolean guaranteed- Default:
- false
-