org.jbehave.core.steps.spring
Class SpringStepsFactory
java.lang.Object
org.jbehave.core.steps.spring.SpringStepsFactory
public class SpringStepsFactory
- extends Object
A factory class for CandidateSteps
that uses a
ListableBeanFactory
for the composition and instantiation of all
components that contains core annotated methods.
- Author:
- Paul Hammant, Mauro Talevi
Constructor Summary |
SpringStepsFactory(org.jbehave.core.steps.StepsConfiguration configuration,
org.springframework.beans.factory.ListableBeanFactory parent)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringStepsFactory
public SpringStepsFactory(org.jbehave.core.steps.StepsConfiguration configuration,
org.springframework.beans.factory.ListableBeanFactory parent)
createCandidateSteps
public org.jbehave.core.steps.CandidateSteps[] createCandidateSteps()
Copyright © 2003-2010. All Rights Reserved.