public class PrintStreamStepdocReporter extends Object implements StepdocReporter
Constructor and Description |
---|
PrintStreamStepdocReporter() |
PrintStreamStepdocReporter(PrintStream output) |
Modifier and Type | Method and Description |
---|---|
void |
stepdocs(List<Stepdoc> stepdocs,
List<Object> stepsInstances) |
void |
stepdocsMatching(String stepAsString,
List<Stepdoc> stepdocs,
List<Object> stepsInstances) |
public PrintStreamStepdocReporter()
public PrintStreamStepdocReporter(PrintStream output)
public void stepdocsMatching(String stepAsString, List<Stepdoc> stepdocs, List<Object> stepsInstances)
stepdocsMatching
in interface StepdocReporter
Copyright © 2003–2015. All rights reserved.