org.jbehave.core.reporters
Class HtmlTemplateOutput
java.lang.Object
org.jbehave.core.reporters.TemplateableOutput
org.jbehave.core.reporters.HtmlTemplateOutput
- All Implemented Interfaces:
- StoryReporter
public class HtmlTemplateOutput
- 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.
Methods inherited from class org.jbehave.core.reporters.TemplateableOutput |
afterExamples, afterScenario, afterStory, beforeExamples, beforeScenario, beforeStory, dryRun, example, failed, failedOutcomes, givenStories, givenStories, ignorable, narrative, notPerformed, pending, pendingMethods, restarted, scenarioMeta, scenarioNotAllowed, storyCancelled, storyNotAllowed, successful |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlTemplateOutput
public HtmlTemplateOutput(File file,
Keywords keywords)
HtmlTemplateOutput
public HtmlTemplateOutput(File file,
Keywords keywords,
TemplateProcessor processor,
String templatePath)
Copyright © 2003-2012. All Rights Reserved.