Uses of Interface
org.jbehave.core.steps.StepdocGenerator

Packages that use StepdocGenerator
org.jbehave.core.configuration   
org.jbehave.core.steps   
 

Uses of StepdocGenerator in org.jbehave.core.configuration
 

Methods in org.jbehave.core.configuration that return StepdocGenerator
 StepdocGenerator UnmodifiableConfiguration.stepdocGenerator()
           
 StepdocGenerator Configuration.stepdocGenerator()
           
 

Methods in org.jbehave.core.configuration with parameters of type StepdocGenerator
 void UnmodifiableConfiguration.useStepdocGenerator(StepdocGenerator stepdocGenerator)
           
 void Configuration.useStepdocGenerator(StepdocGenerator stepdocGenerator)
           
 

Uses of StepdocGenerator in org.jbehave.core.steps
 

Classes in org.jbehave.core.steps that implement StepdocGenerator
 class DefaultStepdocGenerator
          Default implementation of StepdocGenerator, which collates stepdocs for methods annotated with Given, When and Then and their aliases.
 



Copyright © 2003-2010. All Rights Reserved.