org.jbehave.scenario.reporters
Class HtmlPrintStreamScenarioReporter
java.lang.Object
org.jbehave.scenario.reporters.PrintStreamScenarioReporter
org.jbehave.scenario.reporters.HtmlPrintStreamScenarioReporter
- All Implemented Interfaces:
- ScenarioReporter
public class HtmlPrintStreamScenarioReporter
- extends PrintStreamScenarioReporter
Scenario reporter that outputs to a PrintStream, as HTML. It extends
PrintStreamScenarioReporter
, providing HTML-based default output
patterns, which can be overridden via the HtmlPrintStreamScenarioReporter(PrintStream,Properties)
constructor.
- Author:
- Mirko FriedenHagen, Mauro Talevi
Methods inherited from class org.jbehave.scenario.reporters.PrintStreamScenarioReporter |
afterExamples, afterScenario, afterStory, afterStory, beforeExamples, beforeScenario, beforeStory, beforeStory, escape, example, examplesTable, examplesTableRow, failed, format, givenScenarios, ignorable, lookupPattern, notPerformed, pending, print, successful, usePrintStream |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlPrintStreamScenarioReporter
public HtmlPrintStreamScenarioReporter(java.io.PrintStream output)
HtmlPrintStreamScenarioReporter
public HtmlPrintStreamScenarioReporter(java.io.PrintStream output,
java.util.Properties outputPatterns)
HtmlPrintStreamScenarioReporter
public HtmlPrintStreamScenarioReporter(java.io.PrintStream output,
java.util.Properties outputPatterns,
KeyWords keywords,
boolean reportErrors)
Copyright © 2003-2010. All Rights Reserved.