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