|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbehave.core.StoryConfiguration
org.jbehave.core.MostUsefulStoryConfiguration
public class MostUsefulStoryConfiguration
The configuration that works for most situations that users are likely to encounter. The elements configured are:
Keywords
: new I18nKeyWords()StepCreator
: new UnmatchedToPendingStepCreator()StoryParser
: new PatternStoryParser(keywords())StoryLoader
: new ClasspathLoader()ErrorStrategy
: ErrorStrategy.RETHROWPendingErrorStrategy
: PendingErrorStrategy.PASSINGStoryReporter
: new PassSilentlyDecorator(new PrintStreamStoryReporter())StepdocGenerator
: new DefaultStepdocGenerator()StepdocReporter
: new PrintStreamStepdocReporter(true)
Constructor Summary | |
---|---|
MostUsefulStoryConfiguration()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MostUsefulStoryConfiguration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |