Uses of Enum Class
org.jbehave.core.annotations.AfterScenario.Outcome
Packages that use AfterScenario.Outcome
Package
Description
-
Uses of AfterScenario.Outcome in org.jbehave.core.annotations
Methods in org.jbehave.core.annotations that return AfterScenario.OutcomeModifier and TypeMethodDescriptionstatic AfterScenario.OutcomeReturns 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
Methods in org.jbehave.core.model that return types with arguments of type AfterScenario.OutcomeMethods in org.jbehave.core.model with parameters of type AfterScenario.OutcomeModifier 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) Constructors in org.jbehave.core.model with parameters of type AfterScenario.OutcomeModifierConstructorDescriptionSteps(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
Methods in org.jbehave.core.reporters that return types with arguments of type AfterScenario.OutcomeMethods in org.jbehave.core.reporters with parameters of type AfterScenario.OutcomeModifier 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
Methods in org.jbehave.core.steps with parameters of type AfterScenario.OutcomeModifier 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) Method parameters in org.jbehave.core.steps with type arguments of type AfterScenario.OutcomeModifier 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) Constructors in org.jbehave.core.steps with parameters of type AfterScenario.OutcomeModifierConstructorDescriptionBeforeOrAfterStep(Method method, int order, AfterScenario.Outcome outcome, StepCreator stepCreator)