Package org.jbehave.core.annotations
Annotation Type AfterScenario
-
@Retention(RUNTIME) @Target(METHOD) @Documented public @interface AfterScenario
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intorderLifecycle hooks with the higher order will be executed lastAfterScenario.OutcomeuponOutcomeSignals that the annotated method should be invoked only upon given outcomeScenarioTypeuponTypeSignals that the annotated method should be invoked only upon given type
-
-
-
Element Detail
-
uponOutcome
AfterScenario.Outcome uponOutcome
Signals that the annotated method should be invoked only upon given outcome- Returns:
- An Outcome upon which the method should be invoked
- Default:
- org.jbehave.core.annotations.AfterScenario.Outcome.ANY
-
-
-
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
-
-