org.jbehave.core.reporters
Class HtmlOutput

java.lang.Object
  extended by org.jbehave.core.reporters.PrintStreamOutput
      extended by org.jbehave.core.reporters.HtmlOutput
All Implemented Interfaces:
StoryReporter

public class HtmlOutput
extends PrintStreamOutput

Story reporter that outputs to a PrintStream, as HTML. It extends PrintStreamOutput, 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.PrintStreamOutput
PrintStreamOutput.Format
 
Field Summary
 
Fields inherited from class org.jbehave.core.reporters.PrintStreamOutput
output
 
Constructor Summary
HtmlOutput(java.io.PrintStream output)
           
HtmlOutput(java.io.PrintStream output, java.util.Properties outputPatterns)
           
HtmlOutput(java.io.PrintStream output, java.util.Properties outputPatterns, Keywords keywords, boolean reportErrors)
           
 
Method Summary
 
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
 

Constructor Detail

HtmlOutput

public HtmlOutput(java.io.PrintStream output)

HtmlOutput

public HtmlOutput(java.io.PrintStream output,
                  java.util.Properties outputPatterns)

HtmlOutput

public HtmlOutput(java.io.PrintStream output,
                  java.util.Properties outputPatterns,
                  Keywords keywords,
                  boolean reportErrors)


Copyright © 2003-2010. All Rights Reserved.