Package org.jbehave.core.model
Class Lifecycle
java.lang.Object
org.jbehave.core.model.Lifecycle
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static class
-
Field Summary
-
Constructor Summary
ConstructorDescriptionLifecycle
(List<Lifecycle.Steps> before, List<Lifecycle.Steps> after) Lifecycle
(ExamplesTable examplesTable) Lifecycle
(ExamplesTable examplesTable, List<Lifecycle.Steps> before, List<Lifecycle.Steps> after) -
Method Summary
Modifier and TypeMethodDescriptiongetAfter()
getAfterSteps
(AfterScenario.Outcome outcome) getAfterSteps
(AfterScenario.Outcome outcome, Meta meta) getAfterSteps
(Scope scope) getAfterSteps
(Scope scope, AfterScenario.Outcome outcome) getAfterSteps
(Scope scope, AfterScenario.Outcome outcome, Meta meta) getBeforeSteps
(Scope scope) getMetaFilter
(AfterScenario.Outcome outcome) boolean
boolean
boolean
isEmpty()
toString()
-
Field Details
-
EMPTY
-
-
Constructor Details
-
Lifecycle
public Lifecycle() -
Lifecycle
-
Lifecycle
-
Lifecycle
public Lifecycle(ExamplesTable examplesTable, List<Lifecycle.Steps> before, List<Lifecycle.Steps> after)
-
-
Method Details
-
getScopes
-
getExamplesTable
-
hasBeforeSteps
public boolean hasBeforeSteps() -
getBeforeSteps
-
getBeforeSteps
-
getBefore
-
hasAfterSteps
public boolean hasAfterSteps() -
getAfterSteps
-
getAfterSteps
-
getAfterSteps
-
getAfterSteps
-
getAfterSteps
-
getAfterSteps
-
getAfter
-
getOutcomes
-
getMetaFilter
-
isEmpty
public boolean isEmpty() -
toString
-