org.jbehave.core.reporters
Class HtmlOutput
java.lang.Object
org.jbehave.core.reporters.PrintStreamOutput
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
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)
|
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 |
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.