org.jbehave.core.reporters
Class XmlPrintStreamStoryReporter

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

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

Constructor Detail

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.