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
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, doCompressFailureTrace, doReportFailureTrace, dryRun, escape, example, failed, failedOutcomes, format, givenStories, givenStories, ignorable, lookupPattern, narrative, notPerformed, overwritePattern, pending, pendingMethods, print, scenarioMeta, scenarioNotAllowed, stackTrace, storyNotAllowed, successful, toString |
ConsoleOutput
public ConsoleOutput()
ConsoleOutput
public ConsoleOutput(Keywords keywords)
ConsoleOutput
public ConsoleOutput(Properties outputPatterns,
Keywords keywords,
boolean reportFailureTrace)
Copyright © 2003-2011. All Rights Reserved.