org.jbehave.core.reporters
Class PrintStreamStepdocReporter
java.lang.Object
org.jbehave.core.reporters.PrintStreamStepdocReporter
- All Implemented Interfaces:
- StepdocReporter
public class PrintStreamStepdocReporter
- extends Object
- implements StepdocReporter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrintStreamStepdocReporter
public PrintStreamStepdocReporter()
PrintStreamStepdocReporter
public PrintStreamStepdocReporter(PrintStream output)
stepdocsMatching
public void stepdocsMatching(String stepAsString,
List<Stepdoc> stepdocs,
List<Object> stepsInstances)
- Specified by:
stepdocsMatching
in interface StepdocReporter
stepdocs
public void stepdocs(List<Stepdoc> stepdocs,
List<Object> stepsInstances)
- Specified by:
stepdocs
in interface StepdocReporter
Copyright © 2003-2011. All Rights Reserved.