org.jbehave.core.steps.pico
Class PicoStepsFactory

java.lang.Object
  extended by org.jbehave.core.steps.pico.PicoStepsFactory

public class PicoStepsFactory
extends java.lang.Object

A factory class for CandidateSteps that uses a PicoContainer for the composition and instantiation of all components that contains core annotated methods.

Author:
Paul Hammant, Mauro Talevi

Constructor Summary
PicoStepsFactory(org.jbehave.core.steps.StepsConfiguration configuration, org.picocontainer.PicoContainer parent)
           
 
Method Summary
 org.jbehave.core.steps.CandidateSteps[] createCandidateSteps()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PicoStepsFactory

public PicoStepsFactory(org.jbehave.core.steps.StepsConfiguration configuration,
                        org.picocontainer.PicoContainer parent)
Method Detail

createCandidateSteps

public org.jbehave.core.steps.CandidateSteps[] createCandidateSteps()


Copyright © 2003-2010. All Rights Reserved.