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
Methods inherited from class org.jbehave.core.reporters.PrintStreamOutput |
afterExamples, afterScenario, afterStory, beforeExamples, beforeScenario, beforeStory, doReportFailureTrace, dryRun, escape, example, failed, failedOutcomes, format, givenStories, ignorable, lookupPattern, notPerformed, pending, print, scenarioMeta, scenarioNotAllowed, storyNotAllowed, successful, toString |
HtmlOutput
public HtmlOutput(PrintStream output)
HtmlOutput
public HtmlOutput(PrintStream output,
Properties outputPatterns)
HtmlOutput
public HtmlOutput(PrintStream output,
Keywords keywords)
HtmlOutput
public HtmlOutput(PrintStream output,
Properties outputPatterns,
Keywords keywords)
HtmlOutput
public HtmlOutput(PrintStream output,
Properties outputPatterns,
Keywords keywords,
boolean reportFailureTrace)
Copyright © 2003-2010. All Rights Reserved.