org.jbehave.core.reporters
Class IdeOnlyConsoleOutput
java.lang.Object
org.jbehave.core.reporters.PrintStreamOutput
org.jbehave.core.reporters.TxtOutput
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.
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 |
IdeOnlyConsoleOutput
public IdeOnlyConsoleOutput()
IdeOnlyConsoleOutput
public IdeOnlyConsoleOutput(java.util.Properties outputPatterns)
IdeOnlyConsoleOutput
public IdeOnlyConsoleOutput(java.util.Properties outputPatterns,
Keywords keywords,
boolean reportErrors)
output
public static java.io.PrintStream output()
Copyright © 2003-2010. All Rights Reserved.