org.jbehave.core.reporters
Class HtmlTemplateOuput

java.lang.Object
  extended by org.jbehave.core.reporters.TemplateableOutput
      extended by org.jbehave.core.reporters.HtmlTemplateOuput
All Implemented Interfaces:
StoryReporter

public class HtmlTemplateOuput
extends TemplateableOutput

A templateable output that generates HTML. By default it uses FreemarkerProcessor and template path ftl/jbehave-html-output.ftl, but custom processors based on other templating systems can be provided and/or other template paths can be configured.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jbehave.core.reporters.TemplateableOutput
TemplateableOutput.OutputKeywords, TemplateableOutput.OutputMeta, TemplateableOutput.OutputNarrative, TemplateableOutput.OutputParameter, TemplateableOutput.OutputRestart, TemplateableOutput.OutputScenario, TemplateableOutput.OutputStep, TemplateableOutput.OutputStory
 
Constructor Summary
HtmlTemplateOuput(java.io.File file, Keywords keywords)
           
HtmlTemplateOuput(java.io.File file, Keywords keywords, TemplateProcessor processor, java.lang.String templatePath)
           
 
Method Summary
 
Methods inherited from class org.jbehave.core.reporters.TemplateableOutput
afterExamples, afterScenario, afterStory, beforeExamples, beforeScenario, beforeStory, cancelled, dryRun, example, failed, failedOutcomes, givenStories, givenStories, ignorable, narrative, notPerformed, pending, pendingMethods, restarted, scenarioMeta, scenarioNotAllowed, storyNotAllowed, successful
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlTemplateOuput

public HtmlTemplateOuput(java.io.File file,
                         Keywords keywords)

HtmlTemplateOuput

public HtmlTemplateOuput(java.io.File file,
                         Keywords keywords,
                         TemplateProcessor processor,
                         java.lang.String templatePath)


Copyright © 2003-2011. All Rights Reserved.