Package org.jbehave.core.steps
Class AbstractCandidateSteps
- java.lang.Object
-
- org.jbehave.core.steps.AbstractCandidateSteps
-
- All Implemented Interfaces:
CandidateSteps
- Direct Known Subclasses:
CompositeCandidateSteps
,Steps
public abstract class AbstractCandidateSteps extends Object implements CandidateSteps
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractCandidateSteps(Configuration configuration)
-
Method Summary
Modifier and Type Method Description protected Configuration
configuration()
protected StepCandidate
createCandidate(String stepPatternAsString, int priority, StepType stepType, Method method, 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 Detail
-
AbstractCandidateSteps
protected AbstractCandidateSteps(Configuration configuration)
-
-
Method Detail
-
configuration
protected Configuration configuration()
-
createCandidate
protected StepCandidate createCandidate(String stepPatternAsString, int priority, StepType stepType, Method method, Class<?> type, InjectableStepsFactory stepsFactory)
-
-