org.jbehave.scenario.reporters
Class XmlPrintStreamScenarioReporter

java.lang.Object
  extended by org.jbehave.scenario.reporters.PrintStreamScenarioReporter
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jbehave.scenario.reporters.PrintStreamScenarioReporter
PrintStreamScenarioReporter.Format
 
Field Summary
 
Fields inherited from class org.jbehave.scenario.reporters.PrintStreamScenarioReporter
output
 
Constructor Summary
XmlPrintStreamScenarioReporter(java.io.PrintStream output)
           
XmlPrintStreamScenarioReporter(java.io.PrintStream output, java.util.Properties outputPatterns)
           
XmlPrintStreamScenarioReporter(java.io.PrintStream output, java.util.Properties outputPatterns, KeyWords keywords, boolean reportErrors)
           
 
Method Summary
 
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
 

Constructor Detail

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.