org.jbehave.scenario.reporters
Class XmlPrintStreamScenarioReporter
java.lang.Object
org.jbehave.scenario.reporters.PrintStreamScenarioReporter
org.jbehave.scenario.reporters.XmlPrintStreamScenarioReporter
- All Implemented Interfaces:
- ScenarioReporter
public class XmlPrintStreamScenarioReporter
- extends PrintStreamScenarioReporter
Scenario reporter that outputs to a PrintStream, as XML. It extends
PrintStreamScenarioReporter
, providing XML-based default output
patterns, which can be overridden via the XmlPrintStreamScenarioReporter(PrintStream,Properties)
constructor.
- Author:
- 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 |
XmlPrintStreamScenarioReporter
public XmlPrintStreamScenarioReporter(java.io.PrintStream output)
XmlPrintStreamScenarioReporter
public XmlPrintStreamScenarioReporter(java.io.PrintStream output,
java.util.Properties outputPatterns)
XmlPrintStreamScenarioReporter
public XmlPrintStreamScenarioReporter(java.io.PrintStream output,
java.util.Properties outputPatterns,
KeyWords keywords,
boolean reportErrors)
Copyright © 2003-2010. All Rights Reserved.