Class PicoStepsFactory

java.lang.Object
org.jbehave.core.steps.AbstractStepsFactory
org.jbehave.core.steps.pico.PicoStepsFactory
All Implemented Interfaces:
InjectableStepsFactory

public class PicoStepsFactory extends AbstractStepsFactory
An InjectableStepsFactory that uses a PicoContainer for the composition and instantiation of all components that contain JBehave annotated methods.
Author:
Paul Hammant, Mauro Talevi
  • Constructor Details

    • PicoStepsFactory

      public PicoStepsFactory(Configuration configuration, org.picocontainer.PicoContainer parent)
  • Method Details