org.jbehave.core.reporters
Interface StepdocReporter
- All Known Implementing Classes:
- PrintStreamStepdocReporter
public interface StepdocReporter
Method Summary |
void |
stepdocs(java.util.List<Stepdoc> stepdocs,
java.util.List<java.lang.Object> stepsInstances)
|
void |
stepdocsMatching(java.lang.String stepAsString,
java.util.List<Stepdoc> matching,
java.util.List<java.lang.Object> stepsIntances)
|
stepdocs
void stepdocs(java.util.List<Stepdoc> stepdocs,
java.util.List<java.lang.Object> stepsInstances)
stepdocsMatching
void stepdocsMatching(java.lang.String stepAsString,
java.util.List<Stepdoc> matching,
java.util.List<java.lang.Object> stepsIntances)
Copyright © 2003-2010. All Rights Reserved.