Package org.jbehave.core.annotations
Annotation Type BeforeScenario
-
@Retention(RUNTIME) @Target(METHOD) @Documented public @interface BeforeScenario
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intorderLifecycle hooks with the higher order will be executed firstScenarioTypeuponTypeSignals that the annotated method should be invoked only upon given type
-
-
-
Element Detail
-
uponType
ScenarioType uponType
Signals that the annotated method should be invoked only upon given type- Returns:
- A ScenarioType upon which the method should be invoked
- Default:
- org.jbehave.core.annotations.ScenarioType.ANY
-
-