public abstract class AbstractCandidateSteps extends Object implements CandidateSteps
Modifier and Type | Class and Description |
---|---|
static class |
AbstractCandidateSteps.DuplicateCandidateFound |
Constructor and Description |
---|
AbstractCandidateSteps(Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkForDuplicateCandidates(List<StepCandidate> candidates,
StepCandidate candidate) |
Configuration |
configuration()
Returns the configuration
|
protected StepCandidate |
createCandidate(String stepPatternAsString,
int priority,
StepType stepType,
Method method,
Class<?> type,
InjectableStepsFactory stepsFactory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
listBeforeOrAfterScenario, listBeforeOrAfterStories, listBeforeOrAfterStory, listCandidates
public AbstractCandidateSteps(Configuration configuration)
public Configuration configuration()
CandidateSteps
configuration
in interface CandidateSteps
protected void checkForDuplicateCandidates(List<StepCandidate> candidates, StepCandidate candidate)
protected StepCandidate createCandidate(String stepPatternAsString, int priority, StepType stepType, Method method, Class<?> type, InjectableStepsFactory stepsFactory)
Copyright © 2003–2021. All rights reserved.