Uses of Class
org.jbehave.core.steps.StepsConfiguration

Packages that use StepsConfiguration
org.jbehave.core.steps   
 

Uses of StepsConfiguration in org.jbehave.core.steps
 

Subclasses of StepsConfiguration in org.jbehave.core.steps
 class MostUsefulStepsConfiguration
          The configuration that works for most situations that users are likely to encounter.
 class UnmodifiableStepsConfiguration
          Decorator of StepsConfiguration that disables modification of configuration elements.
 

Methods in org.jbehave.core.steps that return StepsConfiguration
 StepsConfiguration Steps.getConfiguration()
           
 StepsConfiguration CandidateSteps.getConfiguration()
          Returns the steps configuration
 StepsConfiguration UnmodifiableStepsConfiguration.useKeywords(Keywords keywords)
           
 StepsConfiguration StepsConfiguration.useKeywords(Keywords keywords)
           
 StepsConfiguration UnmodifiableStepsConfiguration.useMonitor(StepMonitor monitor)
           
 StepsConfiguration StepsConfiguration.useMonitor(StepMonitor monitor)
           
 StepsConfiguration UnmodifiableStepsConfiguration.useParameterConverters(ParameterConverters parameterConverters)
           
 StepsConfiguration StepsConfiguration.useParameterConverters(ParameterConverters parameterConverters)
           
 StepsConfiguration UnmodifiableStepsConfiguration.useParanamer(com.thoughtworks.paranamer.Paranamer paranamer)
           
 StepsConfiguration StepsConfiguration.useParanamer(com.thoughtworks.paranamer.Paranamer paranamer)
           
 StepsConfiguration UnmodifiableStepsConfiguration.usePatternBuilder(StepPatternBuilder patternBuilder)
           
 StepsConfiguration StepsConfiguration.usePatternBuilder(StepPatternBuilder patternBuilder)
           
 

Methods in org.jbehave.core.steps with parameters of type StepsConfiguration
protected  CandidateStep Steps.createCandidateStep(java.lang.reflect.Method method, StepType stepType, java.lang.String stepPatternAsString, int priority, StepsConfiguration configuration)
           
 

Constructors in org.jbehave.core.steps with parameters of type StepsConfiguration
Steps(StepsConfiguration configuration)
          Creates Steps with given custom configuration
Steps(StepsConfiguration configuration, java.lang.Object instance)
          Creates Steps with given custom configuration wrapping a POJO instance containing the annotated steps methods
StepsFactory(StepsConfiguration configuration)
           
UnmodifiableStepsConfiguration(StepsConfiguration delegate)
           
 



Copyright © 2003-2010. All Rights Reserved.