Package | Description |
---|---|
org.jbehave.core.embedder | |
org.jbehave.core.steps |
Modifier and Type | Method and Description |
---|---|
StoryRunner.State |
StoryRunner.State.run(Step step) |
PerformableTree.State |
PerformableTree.State.run(Step step,
List<StepResult> results,
StoryReporter reporter,
UUIDExceptionWrapper storyFailureIfItHappened) |
Constructor and Description |
---|
PerformableSteps(List<Step> steps) |
PerformableSteps(List<Step> steps,
List<MatchingStepMonitor.StepMatch> stepMatches) |
Modifier and Type | Class and Description |
---|---|
static class |
StepCreator.AbstractStep |
static class |
StepCreator.Comment |
static class |
StepCreator.IgnorableStep |
class |
StepCreator.ParametrisedStep |
static class |
StepCreator.PendingStep |
class |
StepCreator.UponAnyParametrisedStep |
class |
StepCreator.UponFailureParametrisedStep |
class |
StepCreator.UponFailureStep |
class |
StepCreator.UponSuccessParametrisedStep |
class |
StepCreator.UponSuccessStep |
Modifier and Type | Method and Description |
---|---|
Step |
StepCreator.createAfterStepUponOutcome(Method method,
AfterScenario.Outcome outcome,
Meta storyAndScenarioMeta) |
Step |
StepCreator.createBeforeOrAfterStep(Method method,
Meta meta) |
static Step |
StepCreator.createComment(String stepAsString) |
static Step |
StepCreator.createIgnorableStep(String stepAsString) |
Step |
StepCandidate.createMatchedStep(String stepAsString,
Map<String,String> namedParameters) |
Step |
StepCandidate.createMatchedStepUponOutcome(String stepAsString,
Map<String,String> namedParameters,
AfterScenario.Outcome outcome) |
Step |
StepCreator.createParametrisedStep(Method method,
String stepAsString,
String stepWithoutStartingWord,
Map<String,String> namedParameters) |
Step |
StepCreator.createParametrisedStepUponOutcome(Method method,
String stepAsString,
String stepWithoutStartingWord,
Map<String,String> namedParameters,
AfterScenario.Outcome outcome) |
static Step |
StepCreator.createPendingStep(String stepAsString,
String previousNonAndStep) |
Step |
BeforeOrAfterStep.createStep() |
Step |
BeforeOrAfterStep.createStepUponOutcome(Meta storyAndScenarioMeta) |
Step |
BeforeOrAfterStep.createStepWith(Meta meta) |
Modifier and Type | Method and Description |
---|---|
List<Step> |
StepCollector.collectBeforeOrAfterScenarioSteps(List<CandidateSteps> candidateSteps,
Meta storyAndScenarioMeta,
StepCollector.Stage stage,
ScenarioType type)
Collects all of the
BeforeScenario or AfterScenario steps to execute. |
List<Step> |
MarkUnmatchedStepsAsPending.collectBeforeOrAfterScenarioSteps(List<CandidateSteps> candidateSteps,
Meta storyAndScenarioMeta,
StepCollector.Stage stage,
ScenarioType type) |
List<Step> |
StepCollector.collectBeforeOrAfterStoriesSteps(List<CandidateSteps> candidateSteps,
StepCollector.Stage stage)
Collects all of the
BeforeStories or AfterStories steps to execute. |
List<Step> |
MarkUnmatchedStepsAsPending.collectBeforeOrAfterStoriesSteps(List<CandidateSteps> candidateSteps,
StepCollector.Stage stage) |
List<Step> |
StepCollector.collectBeforeOrAfterStorySteps(List<CandidateSteps> candidateSteps,
Story story,
StepCollector.Stage stage,
boolean givenStory)
Collects all of the
BeforeStory or AfterStory steps to execute. |
List<Step> |
MarkUnmatchedStepsAsPending.collectBeforeOrAfterStorySteps(List<CandidateSteps> candidateSteps,
Story story,
StepCollector.Stage stage,
boolean givenStory) |
List<Step> |
StepCollector.collectLifecycleSteps(List<CandidateSteps> candidateSteps,
Lifecycle lifecycle,
Meta storyAndScenarioMeta,
StepCollector.Stage stage)
Collects all lifecycle steps to execute
|
List<Step> |
MarkUnmatchedStepsAsPending.collectLifecycleSteps(List<CandidateSteps> candidateSteps,
Lifecycle lifecycle,
Meta storyAndScenarioMeta,
StepCollector.Stage stage) |
List<Step> |
StepCollector.collectScenarioSteps(List<CandidateSteps> candidateSteps,
Scenario scenario,
Map<String,String> parameters)
Collects all of the
Step s to execute for a scenario. |
List<Step> |
MarkUnmatchedStepsAsPending.collectScenarioSteps(List<CandidateSteps> candidateSteps,
Scenario scenario,
Map<String,String> parameters) |
List<Step> |
StepCollector.collectScenarioSteps(List<CandidateSteps> candidateSteps,
Scenario scenario,
Map<String,String> parameters,
StepMonitor stepMonitor)
Collects all of the
Step s to execute for a scenario. |
List<Step> |
MarkUnmatchedStepsAsPending.collectScenarioSteps(List<CandidateSteps> candidateSteps,
Scenario scenario,
Map<String,String> parameters,
StepMonitor stepMonitor) |
Modifier and Type | Method and Description |
---|---|
void |
StepCandidate.addComposedSteps(List<Step> steps,
String stepAsString,
Map<String,String> namedParameters,
List<StepCandidate> allCandidates) |
Copyright © 2003–2016. All rights reserved.