org.jbehave.scenario.reporters
Class HtmlPrintStreamScenarioReporter

java.lang.Object
  extended by org.jbehave.scenario.reporters.PrintStreamScenarioReporter
      extended by org.jbehave.scenario.reporters.HtmlPrintStreamScenarioReporter
All Implemented Interfaces:
ScenarioReporter

public class HtmlPrintStreamScenarioReporter
extends PrintStreamScenarioReporter

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

Author:
Mirko FriedenHagen, Mauro Talevi

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jbehave.scenario.reporters.PrintStreamScenarioReporter
PrintStreamScenarioReporter.Format
 
Field Summary
 
Fields inherited from class org.jbehave.scenario.reporters.PrintStreamScenarioReporter
output
 
Constructor Summary
HtmlPrintStreamScenarioReporter(java.io.PrintStream output)
           
HtmlPrintStreamScenarioReporter(java.io.PrintStream output, java.util.Properties outputPatterns)
           
HtmlPrintStreamScenarioReporter(java.io.PrintStream output, java.util.Properties outputPatterns, KeyWords keywords, boolean reportErrors)
           
 
Method Summary
 
Methods inherited from class org.jbehave.scenario.reporters.PrintStreamScenarioReporter
afterExamples, afterScenario, afterStory, afterStory, beforeExamples, beforeScenario, beforeStory, beforeStory, escape, example, examplesTable, examplesTableRow, failed, format, givenScenarios, 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

HtmlPrintStreamScenarioReporter

public HtmlPrintStreamScenarioReporter(java.io.PrintStream output)

HtmlPrintStreamScenarioReporter

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

HtmlPrintStreamScenarioReporter

public HtmlPrintStreamScenarioReporter(java.io.PrintStream output,
                                       java.util.Properties outputPatterns,
                                       KeyWords keywords,
                                       boolean reportErrors)


Copyright © 2003-2010. All Rights Reserved.