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.
Methods inherited from class org.jbehave.core.reporters.PrintStreamOutput |
afterExamples, afterScenario, afterStory, beforeExamples, beforeScenario, beforeStory, compressFailureTrace, doCompressFailureTrace, doReportFailureTrace, dryRun, escape, example, failed, failedOutcomes, format, formatTable, givenStories, givenStories, ignorable, lookupPattern, narrative, notPerformed, overwritePattern, pending, pendingMethods, print, reportFailureTrace, restarted, scenarioMeta, scenarioNotAllowed, storyCancelled, storyNotAllowed, successful, toString |
IdeOnlyConsoleOutput
public IdeOnlyConsoleOutput()
IdeOnlyConsoleOutput
public IdeOnlyConsoleOutput(Keywords keywords)
IdeOnlyConsoleOutput
public IdeOnlyConsoleOutput(Properties outputPatterns,
Keywords keywords,
boolean reportErrors)
Copyright © 2003-2012. All Rights Reserved.