org.jbehave.core.steps
Class CompositeStepsFactory
java.lang.Object
org.jbehave.core.steps.CompositeStepsFactory
- All Implemented Interfaces:
- InjectableStepsFactory
public class CompositeStepsFactory
- extends Object
- implements InjectableStepsFactory
An InjectableStepsFactory
that composes CandidateSteps
created from other factories.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeStepsFactory
public CompositeStepsFactory(InjectableStepsFactory... stepsFactories)
createCandidateSteps
public List<CandidateSteps> createCandidateSteps()
- Specified by:
createCandidateSteps
in interface InjectableStepsFactory
createInstanceOfType
public Object createInstanceOfType(Class<?> type)
- Specified by:
createInstanceOfType
in interface InjectableStepsFactory
Copyright © 2003-2012. All Rights Reserved.