org.jbehave.core.steps
Class ProvidedStepsFactory
java.lang.Object
org.jbehave.core.steps.ProvidedStepsFactory
- All Implemented Interfaces:
- InjectableStepsFactory
public class ProvidedStepsFactory
- extends Object
- implements InjectableStepsFactory
An InjectableStepsFactory
that is provided with the
CandidateSteps
instances.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProvidedStepsFactory
public ProvidedStepsFactory(List<CandidateSteps> candidateSteps)
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.