Package | Description |
---|---|
org.jbehave.core.configuration | |
org.jbehave.core.parsers | |
org.jbehave.core.steps |
Modifier and Type | Method and Description |
---|---|
StepPatternParser |
UnmodifiableConfiguration.stepPatternParser() |
StepPatternParser |
Configuration.stepPatternParser() |
Modifier and Type | Method and Description |
---|---|
Configuration |
UnmodifiableConfiguration.useStepPatternParser(StepPatternParser stepPatternParser) |
Configuration |
Configuration.useStepPatternParser(StepPatternParser stepPatternParser) |
Modifier and Type | Class and Description |
---|---|
class |
RegexPrefixCapturingPatternParser
A step pattern parser that provides a step matcher which will capture
parameters starting with the given prefix in any matching step.
|
Constructor and Description |
---|
StepCandidate(java.lang.String patternAsString,
int priority,
StepType stepType,
java.lang.reflect.Method method,
java.lang.Class<?> stepsType,
InjectableStepsFactory stepsFactory,
Keywords keywords,
StepPatternParser stepPatternParser,
ParameterConverters parameterConverters,
ParameterControls parameterControls) |
Copyright © 2003-2014. All Rights Reserved.