org.jbehave.core.reporters
Class IdeOnlyConsoleOutput

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

public class IdeOnlyConsoleOutput
extends TxtOutput

Outputs to the console only if running in an IDE. Command line builds (Maven, Ant) will produce nothing for this particular PrintStreamOutput specialisation.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jbehave.core.reporters.PrintStreamOutput
PrintStreamOutput.Format
 
Constructor Summary
IdeOnlyConsoleOutput()
           
IdeOnlyConsoleOutput(Keywords keywords)
           
IdeOnlyConsoleOutput(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, doReportFailureTrace, dryRun, escape, example, failed, failedOutcomes, format, givenStories, ignorable, lookupPattern, notPerformed, pending, print, successful, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdeOnlyConsoleOutput

public IdeOnlyConsoleOutput()

IdeOnlyConsoleOutput

public IdeOnlyConsoleOutput(Keywords keywords)

IdeOnlyConsoleOutput

public IdeOnlyConsoleOutput(java.util.Properties outputPatterns,
                            Keywords keywords,
                            boolean reportErrors)


Copyright © 2003-2010. All Rights Reserved.