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.


Method Summary
 List<CandidateSteps> createCandidateSteps()
           
 Object createInstanceOfType(Class<?> type)
           
 

Method Detail

createCandidateSteps

List<CandidateSteps> createCandidateSteps()

createInstanceOfType

Object createInstanceOfType(Class<?> type)


Copyright © 2003-2012. All Rights Reserved.