com.tngtech.jgiven.annotation
Annotation Type ExpectedScenarioState


@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface ExpectedScenarioState

Marks fields to be expected by a scenario stage. The annotation behaves exactly like ScenarioState, but better indicates the usage of a field.


Optional Element Summary
 ScenarioState.Resolution resolution
           
 

resolution

public abstract ScenarioState.Resolution resolution
Default:
com.tngtech.jgiven.annotation.ScenarioState.Resolution.AUTO


Copyright © 2014 TNG Technology Consulting. All rights reserved.