Annotation Interface State
Used to mark methods that should be run on state change
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionWhether to run the method before (SETUP) or after (TEARDOWN) the interactionComment associated with the state change callback
-
Element Details
-
value
String[] value- Returns:
- list of state names
-
-
-
action
StateChangeAction actionWhether to run the method before (SETUP) or after (TEARDOWN) the interaction- Default:
- SETUP
-
comment
String commentComment associated with the state change callback- Default:
- ""
-