Annotation Type State
-
@Retention(RUNTIME) @Target(METHOD) @Inherited public @interface StateUsed to mark methods that should be run on state change
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]value
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StateChangeActionactionWhether to run the method before (SETUP) or after (TEARDOWN) the interactionjava.lang.StringcommentComment associated with the state change callback
-
-
-
-
action
StateChangeAction action
Whether to run the method before (SETUP) or after (TEARDOWN) the interaction- Default:
- au.com.dius.pact.provider.junitsupport.StateChangeAction.SETUP
-
-