org.jbehave.core.reporters
Class ConsoleOutput
java.lang.Object
org.jbehave.core.reporters.PrintStreamOutput
org.jbehave.core.reporters.TxtOutput
org.jbehave.core.reporters.ConsoleOutput
- All Implemented Interfaces:
- StoryReporter
- Direct Known Subclasses:
- ANSIConsoleOutput
public class ConsoleOutput
- extends TxtOutput
Story reporter that outputs as TXT to System.out.
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 |
ConsoleOutput
public ConsoleOutput()
ConsoleOutput
public ConsoleOutput(Keywords keywords)
ConsoleOutput
public ConsoleOutput(Properties outputPatterns,
Keywords keywords,
boolean reportFailureTrace)
Copyright © 2003-2012. All Rights Reserved.