@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface ExpectedScenarioState
ScenarioState,
but better indicates the usage of a field.| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
required
Marks this state as required for the stage.
|
ScenarioState.Resolution |
resolution |
public abstract ScenarioState.Resolution resolution