org.jbehave.core.reporters
Class Format
java.lang.Object
org.jbehave.core.reporters.Format
- Direct Known Subclasses:
- CrossReference
public abstract class Format
- extends java.lang.Object
|
Constructor Summary |
Format(java.lang.String name)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CONSOLE
public static final Format CONSOLE
ANSI_CONSOLE
public static final Format ANSI_CONSOLE
IDE_CONSOLE
public static final Format IDE_CONSOLE
TXT
public static final Format TXT
HTML
public static final Format HTML
HTML_TEMPLATE
public static final Format HTML_TEMPLATE
XML
public static final Format XML
STATS
public static final Format STATS
- STATS is not just about output formats, it is needed by the final
reports.html summary page.
Format
public Format(java.lang.String name)
createStoryReporter
public abstract StoryReporter createStoryReporter(FilePrintStreamFactory factory,
StoryReporterBuilder storyReporterBuilder)
name
public java.lang.String name()
println
public static void println(java.io.PrintStream writer,
java.lang.Object what)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2003-2011. All Rights Reserved.