Package org.jbehave.core.model
Class Lifecycle
java.lang.Object
org.jbehave.core.model.Lifecycle
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLifecycle(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) booleanbooleanbooleanisEmpty()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
-