Package | Description |
---|---|
org.jbehave.core.configuration | |
org.jbehave.core.steps |
Modifier and Type | Field and Description |
---|---|
protected ParameterControls |
Configuration.parameterControls
Controls of step parameterization
|
Modifier and Type | Method and Description |
---|---|
ParameterControls |
UnmodifiableConfiguration.parameterControls() |
ParameterControls |
Configuration.parameterControls() |
Modifier and Type | Method and Description |
---|---|
Configuration |
UnmodifiableConfiguration.useParameterControls(ParameterControls parameterControls) |
Configuration |
Configuration.useParameterControls(ParameterControls parameterControls) |
Modifier and Type | Method and Description |
---|---|
ParameterControls |
ParameterControls.useDelimiterNamedParameters(boolean delimiterNamedParameters) |
ParameterControls |
ParameterControls.useNameDelimiterLeft(String nameDelimiterLeft) |
ParameterControls |
ParameterControls.useNameDelimiterRight(String nameDelimiterRight) |
Constructor and Description |
---|
StepCandidate(String patternAsString,
int priority,
StepType stepType,
Method method,
Class<?> stepsType,
InjectableStepsFactory stepsFactory,
Keywords keywords,
StepPatternParser stepPatternParser,
ParameterConverters parameterConverters,
ParameterControls parameterControls) |
StepCreator(Class<?> stepsType,
InjectableStepsFactory stepsFactory,
ParameterConverters parameterConverters,
ParameterControls parameterControls,
StepMatcher stepMatcher,
StepMonitor stepMonitor) |
Copyright © 2003–2015. All rights reserved.