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
Methods inherited from class org.jbehave.core.reporters.PrintStreamOutput |
afterExamples, afterScenario, afterStory, beforeExamples, beforeScenario, beforeStory, doReportFailureTrace, dryRun, escape, example, failed, failedOutcomes, format, givenStories, ignorable, lookupPattern, notPerformed, pending, print, scenarioMeta, scenarioNotAllowed, storyNotAllowed, successful, toString |
XmlOutput
public XmlOutput(PrintStream output)
XmlOutput
public XmlOutput(PrintStream output,
Properties outputPatterns)
XmlOutput
public XmlOutput(PrintStream output,
Keywords keywords)
XmlOutput
public XmlOutput(PrintStream output,
Properties outputPatterns,
Keywords keywords)
XmlOutput
public XmlOutput(PrintStream output,
Properties outputPatterns,
Keywords keywords,
boolean reportFailureTrace)
Copyright © 2003-2010. All Rights Reserved.