org.jbehave.core.steps
Interface InjectableStepsFactory
- All Known Implementing Classes:
- AbstractStepsFactory, CompositeStepsFactory, InstanceStepsFactory, ProvidedStepsFactory
public interface InjectableStepsFactory
Interface abstracting the creation of CandidateSteps.
Concrete implementations will provide different mechanisms
to create the steps instances.
createCandidateSteps
java.util.List<CandidateSteps> createCandidateSteps()
createInstanceOfType
java.lang.Object createInstanceOfType(java.lang.Class<?> type)
Copyright © 2003-2012. All Rights Reserved.