Package org.jbehave.core.steps
Interface InjectableStepsFactory
- All Known Implementing Classes:
AbstractStepsFactory
,CompositeStepsFactory
,InstanceStepsFactory
,ProvidedStepsFactory
,ScanningStepsFactory
public interface InjectableStepsFactory
Interface abstracting the creation of
CandidateSteps
.
Concrete implementations will provide different mechanisms
to create the steps instances.-
Method Summary
-
Method Details
-
createCandidateSteps
List<CandidateSteps> createCandidateSteps() -
createInstanceOfType
-