org.jbehave.core.reporters
Class PrintStreamStepdocReporter

java.lang.Object
  extended by 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.


Constructor Summary
PrintStreamStepdocReporter()
           
PrintStreamStepdocReporter(boolean reportMethods)
           
PrintStreamStepdocReporter(java.io.PrintStream output)
           
PrintStreamStepdocReporter(java.io.PrintStream output, boolean reportMethods)
           
 
Method Summary
 void report(java.util.List<Stepdoc> stepdocs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintStreamStepdocReporter

public PrintStreamStepdocReporter()

PrintStreamStepdocReporter

public PrintStreamStepdocReporter(boolean reportMethods)

PrintStreamStepdocReporter

public PrintStreamStepdocReporter(java.io.PrintStream output)

PrintStreamStepdocReporter

public PrintStreamStepdocReporter(java.io.PrintStream output,
                                  boolean reportMethods)
Method Detail

report

public void report(java.util.List<Stepdoc> stepdocs)
Specified by:
report in interface StepdocReporter


Copyright © 2003-2010. All Rights Reserved.