org.jbehave.core.reporters
Class TxtOutput

java.lang.Object
  extended by org.jbehave.core.reporters.PrintStreamOutput
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jbehave.core.reporters.PrintStreamOutput
PrintStreamOutput.Format
 
Field Summary
 
Fields inherited from class org.jbehave.core.reporters.PrintStreamOutput
output
 
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)
           
 
Method Summary
 
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
 

Constructor Detail

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.