org.jbehave.core.reporters
Class XmlOutput
java.lang.Object
org.jbehave.core.reporters.PrintStreamOutput
org.jbehave.core.reporters.XmlOutput
- All Implemented Interfaces:
- StoryReporter
public class XmlOutput
- extends PrintStreamOutput
Story reporter that outputs to a PrintStream, as XML. It extends
PrintStreamOutput
, providing XML-based default output
patterns, which can be overridden via the (PrintStream,Properties)
constructor.
- Author:
- Mauro Talevi
Constructor Summary |
XmlOutput(java.io.PrintStream output)
|
XmlOutput(java.io.PrintStream output,
java.util.Properties outputPatterns)
|
XmlOutput(java.io.PrintStream output,
java.util.Properties outputPatterns,
Keywords keywords,
boolean reportErrors)
|
Methods inherited from class org.jbehave.core.reporters.PrintStreamOutput |
afterExamples, afterScenario, afterStory, beforeExamples, beforeScenario, beforeStory, dryRun, escape, example, failed, format, givenStories, ignorable, lookupPattern, notPerformed, pending, print, successful, toString, usePrintStream |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XmlOutput
public XmlOutput(java.io.PrintStream output)
XmlOutput
public XmlOutput(java.io.PrintStream output,
java.util.Properties outputPatterns)
XmlOutput
public XmlOutput(java.io.PrintStream output,
java.util.Properties outputPatterns,
Keywords keywords,
boolean reportErrors)
Copyright © 2003-2010. All Rights Reserved.