Package org.jbehave.core.steps
Class CompositeCandidateSteps
java.lang.Object
org.jbehave.core.steps.AbstractCandidateSteps
org.jbehave.core.steps.CompositeCandidateSteps
- All Implemented Interfaces:
CandidateSteps
-
Constructor Summary
ConstructorDescriptionCompositeCandidateSteps
(Configuration configuration, Set<String> compositePaths) -
Method Summary
Modifier and TypeMethodDescriptionReturns the after scenario stepsReturns the after stories stepslistAfterStory
(boolean givenStory) Returns the after story steps, based on the given story statusReturns the before scenario stepsReturns the before stories stepslistBeforeStory
(boolean givenStory) Returns the before story steps, based on the given story statusReturns the step candidates that can be matchedMethods inherited from class org.jbehave.core.steps.AbstractCandidateSteps
addCandidatesFromVariants, configuration, createStepCreator
-
Constructor Details
-
CompositeCandidateSteps
-
-
Method Details
-
listCandidates
Description copied from interface:CandidateSteps
Returns the step candidates that can be matched- Returns:
- The list of step candidates
-
listBeforeStories
Description copied from interface:CandidateSteps
Returns the before stories steps- Returns:
- The list of the before stories steps
-
listAfterStories
Description copied from interface:CandidateSteps
Returns the after stories steps- Returns:
- The list of the after stories steps
-
listBeforeStory
Description copied from interface:CandidateSteps
Returns the before story steps, based on the given story status- Parameters:
givenStory
- the boolean flag denoting if it's a given story- Returns:
- The list of the before story steps
-
listAfterStory
Description copied from interface:CandidateSteps
Returns the after story steps, based on the given story status- Parameters:
givenStory
- the boolean flag denoting if it's a given story- Returns:
- The list of the after story steps
-
listBeforeScenario
Description copied from interface:CandidateSteps
Returns the before scenario steps- Returns:
- The list of the before scenario steps
-
listAfterScenario
Description copied from interface:CandidateSteps
Returns the after scenario steps- Returns:
- The list of the after scenario steps
-