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,
StepType stepType,
String patternAsString) |
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, waitlistBeforeOrAfterScenario, listBeforeOrAfterStories, listBeforeOrAfterStory, listCandidatespublic AbstractCandidateSteps(Configuration configuration)
public Configuration configuration()
CandidateStepsconfiguration in interface CandidateStepsprotected void checkForDuplicateCandidates(List<StepCandidate> candidates, StepType stepType, String patternAsString)
protected StepCandidate createCandidate(String stepPatternAsString, int priority, StepType stepType, Method method, Class<?> type, InjectableStepsFactory stepsFactory)
Copyright © 2003–2019. All rights reserved.