org.jbehave.core.steps
Interface InjectableStepsFactory

All Known Implementing Classes:
AbstractStepsFactory, InstanceStepsFactory

public interface InjectableStepsFactory

Interface abstracting the creation of CandidateSteps. Concrete implementations should be injected with the mechanism to instantiate the CandidateSteps instances.


Method Summary
 List<CandidateSteps> createCandidateSteps()
           
 

Method Detail

createCandidateSteps

List<CandidateSteps> createCandidateSteps()


Copyright © 2003-2011. All Rights Reserved.