Annotation Interface ProvidedScenarioState


@Documented @Retention(RUNTIME) @Target(FIELD) public @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.
  • Element Details