org.jbehave.core.reporters
Class PrintStreamStepdocReporter
java.lang.Object
org.jbehave.core.reporters.PrintStreamStepdocReporter
- All Implemented Interfaces:
- StepdocReporter
public class PrintStreamStepdocReporter
- extends java.lang.Object
- implements StepdocReporter
Stepdoc reporter that outputs to a PrintStream, defaulting to System.out.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrintStreamStepdocReporter
public PrintStreamStepdocReporter()
PrintStreamStepdocReporter
public PrintStreamStepdocReporter(boolean reportMethods)
PrintStreamStepdocReporter
public PrintStreamStepdocReporter(java.io.PrintStream output)
PrintStreamStepdocReporter
public PrintStreamStepdocReporter(java.io.PrintStream output,
boolean reportMethods)
report
public void report(java.util.List<Stepdoc> stepdocs)
- Specified by:
report
in interface StepdocReporter
Copyright © 2003-2010. All Rights Reserved.