org.jbehave.core.reporters
Class TxtOutput
java.lang.Object
org.jbehave.core.reporters.PrintStreamOutput
org.jbehave.core.reporters.TxtOutput
- All Implemented Interfaces:
- StoryReporter
- Direct Known Subclasses:
- ConsoleOutput, IdeOnlyConsoleOutput
public class TxtOutput
- extends PrintStreamOutput
Story reporter that outputs to a PrintStream, as TXT. It extends
PrintStreamOutput
, providing TXT-based default output
patterns, which can be overridden via the (PrintStream,Properties)
constructor.
- Author:
- Mauro Talevi
Constructor Summary |
TxtOutput(java.io.PrintStream output)
|
TxtOutput(java.io.PrintStream output,
java.util.Properties outputPatterns)
|
TxtOutput(java.io.PrintStream output,
java.util.Properties outputPatterns,
Keywords keywords,
boolean reportErrors)
|
Methods inherited from class org.jbehave.core.reporters.PrintStreamOutput |
afterExamples, afterScenario, afterStory, beforeExamples, beforeScenario, beforeStory, dryRun, escape, example, failed, format, givenStories, ignorable, lookupPattern, notPerformed, pending, print, successful, toString, usePrintStream |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TxtOutput
public TxtOutput(java.io.PrintStream output)
TxtOutput
public TxtOutput(java.io.PrintStream output,
java.util.Properties outputPatterns)
TxtOutput
public TxtOutput(java.io.PrintStream output,
java.util.Properties outputPatterns,
Keywords keywords,
boolean reportErrors)
Copyright © 2003-2010. All Rights Reserved.