|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbehave.core.reporters.TemplateableOutput
org.jbehave.core.reporters.HtmlTemplateOutput
public class HtmlTemplateOutput
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 | |
|---|---|
HtmlTemplateOutput(java.io.File file,
Keywords keywords)
|
|
HtmlTemplateOutput(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, beforeStep, 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 |
| Constructor Detail |
|---|
public HtmlTemplateOutput(java.io.File file,
Keywords keywords)
public HtmlTemplateOutput(java.io.File file,
Keywords keywords,
TemplateProcessor processor,
java.lang.String templatePath)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||