org.jbehave.core.reporters
Class XmlPrintStreamStoryReporter
java.lang.Object
org.jbehave.core.reporters.PrintStreamStoryReporter
org.jbehave.core.reporters.XmlPrintStreamStoryReporter
- All Implemented Interfaces:
- StoryReporter
public class XmlPrintStreamStoryReporter
- extends PrintStreamStoryReporter
Scenario reporter that outputs to a PrintStream, as XML. It extends
PrintStreamStoryReporter
, providing XML-based default output
patterns, which can be overridden via the (PrintStream,Properties)
constructor.
- Author:
- Mauro Talevi
Methods inherited from class org.jbehave.core.reporters.PrintStreamStoryReporter |
afterExamples, afterScenario, afterStory, beforeExamples, beforeScenario, beforeStory, escape, example, failed, format, givenStories, 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 |
XmlPrintStreamStoryReporter
public XmlPrintStreamStoryReporter(PrintStream output)
XmlPrintStreamStoryReporter
public XmlPrintStreamStoryReporter(PrintStream output,
Properties outputPatterns)
XmlPrintStreamStoryReporter
public XmlPrintStreamStoryReporter(PrintStream output,
Properties outputPatterns,
KeyWords keywords,
boolean reportErrors)
Copyright © 2003-2010. All Rights Reserved.