org.jbehave.core.reporters
Class HtmlPrintStreamStoryReporter

java.lang.Object
  extended by org.jbehave.core.reporters.PrintStreamStoryReporter
      extended by org.jbehave.core.reporters.HtmlPrintStreamStoryReporter
All Implemented Interfaces:
StoryReporter

public class HtmlPrintStreamStoryReporter
extends PrintStreamStoryReporter

Scenario reporter that outputs to a PrintStream, as HTML. It extends PrintStreamStoryReporter, providing HTML-based default output patterns, which can be overridden via the (PrintStream,Properties) constructor.

Author:
Mirko FriedenHagen, 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
HtmlPrintStreamStoryReporter(PrintStream output)
           
HtmlPrintStreamStoryReporter(PrintStream output, Properties outputPatterns)
           
HtmlPrintStreamStoryReporter(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

HtmlPrintStreamStoryReporter

public HtmlPrintStreamStoryReporter(PrintStream output)

HtmlPrintStreamStoryReporter

public HtmlPrintStreamStoryReporter(PrintStream output,
                                    Properties outputPatterns)

HtmlPrintStreamStoryReporter

public HtmlPrintStreamStoryReporter(PrintStream output,
                                    Properties outputPatterns,
                                    KeyWords keywords,
                                    boolean reportErrors)


Copyright © 2003-2010. All Rights Reserved.