|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbehave.core.steps.InstanceStepsFactory
public class InstanceStepsFactory
An InjectableStepsFactory that is provided Object instances, which
contain the candidate steps methods. The Object instances are wrapped by
Steps. The use of this factory allows steps classes to not have to extend
Steps.
| Constructor Summary | |
|---|---|
InstanceStepsFactory(Configuration configuration,
java.lang.Object... stepsInstances)
|
|
| Method Summary | |
|---|---|
java.util.List<CandidateSteps> |
createCandidateSteps()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InstanceStepsFactory(Configuration configuration,
java.lang.Object... stepsInstances)
| Method Detail |
|---|
public java.util.List<CandidateSteps> createCandidateSteps()
createCandidateSteps in interface InjectableStepsFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||