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
 
Constructor Summary
TxtOutput(PrintStream output)
           
TxtOutput(PrintStream output, Keywords keywords)
           
TxtOutput(PrintStream output, Properties outputPatterns)
           
TxtOutput(PrintStream output, Properties outputPatterns, Keywords keywords)
           
TxtOutput(PrintStream output, Properties outputPatterns, Keywords keywords, boolean reportFailureTrace)
           
TxtOutput(PrintStream output, Properties outputPatterns, Keywords keywords, boolean reportFailureTrace, boolean compressFailureTrace)
           
 
Method Summary
 
Methods inherited from class org.jbehave.core.reporters.PrintStreamOutput
afterExamples, afterScenario, afterStory, beforeExamples, beforeScenario, beforeStory, doCompressFailureTrace, doReportFailureTrace, dryRun, escape, example, failed, failedOutcomes, format, givenStories, givenStories, ignorable, lookupPattern, narrative, notPerformed, overwritePattern, pending, pendingMethods, print, scenarioMeta, scenarioNotAllowed, stackTrace, storyNotAllowed, successful, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TxtOutput

public TxtOutput(PrintStream output)

TxtOutput

public TxtOutput(PrintStream output,
                 Properties outputPatterns)

TxtOutput

public TxtOutput(PrintStream output,
                 Keywords keywords)

TxtOutput

public TxtOutput(PrintStream output,
                 Properties outputPatterns,
                 Keywords keywords)

TxtOutput

public TxtOutput(PrintStream output,
                 Properties outputPatterns,
                 Keywords keywords,
                 boolean reportFailureTrace)

TxtOutput

public TxtOutput(PrintStream output,
                 Properties outputPatterns,
                 Keywords keywords,
                 boolean reportFailureTrace,
                 boolean compressFailureTrace)


Copyright © 2003-2011. All Rights Reserved.