org.jbehave.core.reporters
Class ConsoleOutput

java.lang.Object
  extended by org.jbehave.core.reporters.PrintStreamOutput
      extended by org.jbehave.core.reporters.TxtOutput
          extended by org.jbehave.core.reporters.ConsoleOutput
All Implemented Interfaces:
StoryReporter

public class ConsoleOutput
extends TxtOutput

Story reporter that outputs as TXT to System.out.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jbehave.core.reporters.PrintStreamOutput
PrintStreamOutput.Format
 
Constructor Summary
ConsoleOutput()
           
ConsoleOutput(Keywords keywords)
           
ConsoleOutput(Properties outputPatterns, Keywords keywords, boolean reportFailureTrace)
           
 
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

ConsoleOutput

public ConsoleOutput()

ConsoleOutput

public ConsoleOutput(Keywords keywords)

ConsoleOutput

public ConsoleOutput(Properties outputPatterns,
                     Keywords keywords,
                     boolean reportFailureTrace)


Copyright © 2003-2011. All Rights Reserved.