Package com.tngtech.jgiven.annotation
Annotation Type ProvidedScenarioState
-
@Documented @Retention(RUNTIME) @Target(FIELD) public @interface ProvidedScenarioState
Marks fields to be provided by a scenario stage. The annotation behaves exactly likeScenarioState
, but better indicates the usage of a field.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
guaranteed
ScenarioState.Resolution
resolution
-
-
-
Element Detail
-
resolution
ScenarioState.Resolution resolution
- Default:
- com.tngtech.jgiven.annotation.ScenarioState.Resolution.AUTO
-
-