|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StepsConfiguration | |
---|---|
org.jbehave.core.steps |
Uses of StepsConfiguration in org.jbehave.core.steps |
---|
Subclasses of StepsConfiguration in org.jbehave.core.steps | |
---|---|
class |
MostUsefulStepsConfiguration
The configuration that works for most situations that users are likely to encounter. |
class |
UnmodifiableStepsConfiguration
Decorator of StepsConfiguration that disables modification of configuration elements. |
Methods in org.jbehave.core.steps with parameters of type StepsConfiguration | |
---|---|
protected CandidateStep |
Steps.createCandidateStep(Method method,
StepType stepType,
String stepPatternAsString,
int priority,
StepsConfiguration configuration)
|
Constructors in org.jbehave.core.steps with parameters of type StepsConfiguration | |
---|---|
Steps(StepsConfiguration configuration)
Creates Steps with given custom configuration |
|
Steps(StepsConfiguration configuration,
Object instance)
Creates Steps with given custom configuration wrapping a POJO instance containing the annotatated steps methods |
|
StepsFactory(StepsConfiguration configuration)
|
|
UnmodifiableStepsConfiguration(StepsConfiguration delegate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |