Uses of Enum Class
org.jbehave.core.annotations.AfterScenario.Outcome
Package
Description
-
Uses of AfterScenario.Outcome in org.jbehave.core.annotations
Modifier and TypeMethodDescriptionstatic AfterScenario.Outcome
Returns the enum constant of this class with the specified name.static AfterScenario.Outcome[]
AfterScenario.Outcome.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AfterScenario.Outcome in org.jbehave.core.model
Modifier and TypeMethodDescriptionLifecycle.getAfterSteps
(AfterScenario.Outcome outcome) Lifecycle.getAfterSteps
(AfterScenario.Outcome outcome, Meta meta) Lifecycle.getAfterSteps
(Scope scope, AfterScenario.Outcome outcome) Lifecycle.getAfterSteps
(Scope scope, AfterScenario.Outcome outcome, Meta meta) Lifecycle.getMetaFilter
(AfterScenario.Outcome outcome) ModifierConstructorDescriptionSteps
(AfterScenario.Outcome outcome, String metaFilter, List<String> steps) Steps
(AfterScenario.Outcome outcome, List<String> steps) Steps
(Scope scope, AfterScenario.Outcome outcome, List<String> steps) -
Uses of AfterScenario.Outcome in org.jbehave.core.reporters
Modifier and TypeMethodDescriptionTemplateableOutput.OutputLifecycle.getAfterSteps
(AfterScenario.Outcome outcome) TemplateableOutput.OutputLifecycle.getAfterSteps
(AfterScenario.Outcome outcome, Meta meta) TemplateableOutput.OutputLifecycle.getAfterSteps
(Scope scope, AfterScenario.Outcome outcome) TemplateableOutput.OutputLifecycle.getMetaFilter
(AfterScenario.Outcome outcome) -
Uses of AfterScenario.Outcome in org.jbehave.core.steps
Modifier and TypeMethodDescriptionStepCreator.createAfterStepUponOutcome
(Method method, AfterScenario.Outcome outcome, Meta storyAndScenarioMeta) StepCandidate.createMatchedStepUponOutcome
(String stepAsString, Map<String, String> namedParameters, List<Step> composedSteps, AfterScenario.Outcome outcome) StepCreator.createParametrisedStepUponOutcome
(Method method, String stepAsString, String stepWithoutStartingWord, Map<String, String> namedParameters, List<Step> composedSteps, AfterScenario.Outcome outcome) Modifier and TypeMethodDescription<T extends Annotation>
Map<ScenarioType,List<BeforeOrAfterStep>> Steps.listBeforeOrAfterScenarioSteps
(Class<T> annotationClass, BiPredicate<T, ScenarioType> predicate, ToIntFunction<T> order, Function<T, AfterScenario.Outcome> outcome) ModifierConstructorDescriptionBeforeOrAfterStep
(Method method, int order, AfterScenario.Outcome outcome, StepCreator stepCreator)