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
 
Field Summary
 
Fields inherited from class org.jbehave.core.reporters.PrintStreamOutput
output
 
Constructor Summary
IdeOnlyConsoleOutput()
           
IdeOnlyConsoleOutput(java.util.Properties outputPatterns)
           
IdeOnlyConsoleOutput(java.util.Properties outputPatterns, Keywords keywords, boolean reportErrors)
           
 
Method Summary
static java.io.PrintStream output()
           
 
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

IdeOnlyConsoleOutput

public IdeOnlyConsoleOutput()

IdeOnlyConsoleOutput

public IdeOnlyConsoleOutput(java.util.Properties outputPatterns)

IdeOnlyConsoleOutput

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

output

public static java.io.PrintStream output()


Copyright © 2003-2010. All Rights Reserved.