Uses of Class
org.jbehave.core.model.Lifecycle
-
Packages that use Lifecycle Package Description org.jbehave.core.junit org.jbehave.core.model org.jbehave.core.reporters org.jbehave.core.steps -
-
Uses of Lifecycle in org.jbehave.core.junit
Methods in org.jbehave.core.junit with parameters of type Lifecycle Modifier and Type Method Description org.junit.runner.Description
JUnit4DescriptionGenerator. createDescriptionsFrom(Lifecycle lifecycle, PerformableTree.PerformableScenario performableScenario)
-
Uses of Lifecycle in org.jbehave.core.model
Fields in org.jbehave.core.model declared as Lifecycle Modifier and Type Field Description static Lifecycle
Lifecycle. EMPTY
Methods in org.jbehave.core.model that return Lifecycle Modifier and Type Method Description Lifecycle
Story. getLifecycle()
Constructors in org.jbehave.core.model with parameters of type Lifecycle Constructor Description Story(String path, Description description, Meta meta, Narrative narrative, GivenStories givenStories, Lifecycle lifecycle, List<Scenario> scenarios)
Story(Story story, String path, Lifecycle lifecycle)
-
Uses of Lifecycle in org.jbehave.core.reporters
Methods in org.jbehave.core.reporters with parameters of type Lifecycle Modifier and Type Method Description void
ConcurrentStoryReporter. lifecycle(Lifecycle lifecycle)
void
DelegatingStoryReporter. lifecycle(Lifecycle lifecycle)
void
NullStoryReporter. lifecycle(Lifecycle lifecycle)
void
PrintStreamOutput. lifecycle(Lifecycle lifecycle)
void
SilentSuccessFilter. lifecycle(Lifecycle lifecycle)
void
StoryReporter. lifecycle(Lifecycle lifecycle)
void
TemplateableOutput. lifecycle(Lifecycle lifecycle)
Constructors in org.jbehave.core.reporters with parameters of type Lifecycle Constructor Description OutputLifecycle(Lifecycle lifecycle)
-
Uses of Lifecycle in org.jbehave.core.steps
Methods in org.jbehave.core.steps with parameters of type Lifecycle Modifier and Type Method Description Map<StepCollector.Stage,List<Step>>
MarkUnmatchedStepsAsPending. collectLifecycleSteps(List<StepCandidate> stepCandidates, Lifecycle lifecycle, Meta storyAndScenarioMeta, Scope scope, StepMonitor stepMonitor)
Map<StepCollector.Stage,List<Step>>
StepCollector. collectLifecycleSteps(List<StepCandidate> stepCandidates, Lifecycle lifecycle, Meta storyAndScenarioMeta, Scope scope, StepMonitor stepMonitor)
Collects all lifecycle steps to execute perStepCollector.Stage
of execution
-