org.jbehave.core.steps
Class DefaultStepdocGenerator
java.lang.Object
org.jbehave.core.steps.DefaultStepdocGenerator
- All Implemented Interfaces:
- StepdocGenerator
public class DefaultStepdocGenerator
- extends Object
- implements StepdocGenerator
Default implementation of StepdocGenerator, which collates stepdocs for
methods annotated with Given
, When
and Then
and their
aliases.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultStepdocGenerator
public DefaultStepdocGenerator()
generate
public List<Stepdoc> generate(CandidateSteps... steps)
- Specified by:
generate
in interface StepdocGenerator
Copyright © 2003-2010. All Rights Reserved.