Package org.jbehave.core.steps
Class AbstractCandidateSteps
java.lang.Object
org.jbehave.core.steps.AbstractCandidateSteps
- All Implemented Interfaces:
CandidateSteps
- Direct Known Subclasses:
CompositeCandidateSteps
,Steps
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addCandidatesFromVariants
(List<StepCandidate> candidates, Method method, StepType stepType, String value, int priority, Class<?> type, InjectableStepsFactory stepsFactory, String[] steps) protected Configuration
protected final StepCreator
createStepCreator
(Class<?> type, InjectableStepsFactory stepsFactory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jbehave.core.steps.CandidateSteps
listAfterScenario, listAfterStories, listAfterStory, listBeforeScenario, listBeforeStories, listBeforeStory, listCandidates
-
Constructor Details
-
AbstractCandidateSteps
-
-
Method Details
-
configuration
-
addCandidatesFromVariants
protected void addCandidatesFromVariants(List<StepCandidate> candidates, Method method, StepType stepType, String value, int priority, Class<?> type, InjectableStepsFactory stepsFactory, String[] steps) -
createStepCreator
-