org.jbehave.core.steps
Interface StepdocGenerator

All Known Implementing Classes:
DefaultStepdocGenerator

public interface StepdocGenerator

Generates a list of Stepdocs from the annotations of the given CandidateSteps instances.


Method Summary
 java.util.List<Stepdoc> generate(CandidateSteps... steps)
           
 

Method Detail

generate

java.util.List<Stepdoc> generate(CandidateSteps... steps)


Copyright © 2003-2010. All Rights Reserved.