org.jbehave.core.reporters
Class PrintStreamStepdocReporter

java.lang.Object
  extended by org.jbehave.core.reporters.PrintStreamStepdocReporter
All Implemented Interfaces:
StepdocReporter

public class PrintStreamStepdocReporter
extends Object
implements StepdocReporter


Constructor Summary
PrintStreamStepdocReporter()
           
PrintStreamStepdocReporter(PrintStream output)
           
 
Method Summary
 void stepdocs(List<Stepdoc> stepdocs, List<Object> stepsInstances)
           
 void stepdocsMatching(String stepAsString, List<Stepdoc> stepdocs, List<Object> stepsInstances)
           
 
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(PrintStream output)
Method Detail

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.