org.jbehave.core.steps
Class DefaultStepdocGenerator

java.lang.Object
  extended by org.jbehave.core.steps.DefaultStepdocGenerator
All Implemented Interfaces:
StepdocGenerator

public class DefaultStepdocGenerator
extends java.lang.Object
implements StepdocGenerator

Default implementation of StepdocGenerator, which collates stepdocs for methods annotated with Given, When and Then and their aliases.


Constructor Summary
DefaultStepdocGenerator()
           
 
Method Summary
 java.util.List<Stepdoc> generate(CandidateSteps... steps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultStepdocGenerator

public DefaultStepdocGenerator()
Method Detail

generate

public java.util.List<Stepdoc> generate(CandidateSteps... steps)
Specified by:
generate in interface StepdocGenerator


Copyright © 2003-2010. All Rights Reserved.