|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StepsConfiguration | |
|---|---|
| org.jbehave.scenario.steps | |
| Uses of StepsConfiguration in org.jbehave.scenario.steps |
|---|
| Methods in org.jbehave.scenario.steps that return StepsConfiguration | |
|---|---|
StepsConfiguration |
Steps.getConfiguration()
|
StepsConfiguration |
CandidateSteps.getConfiguration()
Returns the steps configuration |
| Methods in org.jbehave.scenario.steps with parameters of type StepsConfiguration | |
|---|---|
protected CandidateStep |
Steps.createCandidateStep(java.lang.reflect.Method method,
StepType stepType,
java.lang.String stepPatternAsString,
int priority,
StepsConfiguration configuration)
|
| Constructors in org.jbehave.scenario.steps with parameters of type StepsConfiguration | |
|---|---|
Steps(StepsConfiguration configuration)
Creates Steps with given custom configuration |
|
Steps(StepsConfiguration configuration,
java.lang.Object instance)
Creates Steps with given custom configuration wrapping a POJO instance containing the annotatated steps methods |
|
StepsFactory(StepsConfiguration configuration)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||