|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbehave.core.steps.StepsConfiguration
org.jbehave.core.steps.MostUsefulStepsConfiguration
public class MostUsefulStepsConfiguration
The configuration that works for most situations that users are likely to encounter. The elements configured are:
KeyWords
: new I18nKeyWords(Locale.ENGLISH)StepPatternBuilder
: new PrefixCapturingPatternBuilder("$")StepMonitor
: new ClasspathStoryDefiner(new PatternStoryParser(keywords()))Paranamer
: new NullParanamer()ParameterConverters
: new ParameterConverters()
Constructor Summary | |
---|---|
MostUsefulStepsConfiguration()
|
Method Summary |
---|
Methods inherited from class org.jbehave.core.steps.StepsConfiguration |
---|
doDryRun, dryRun, getStartingWordsByType, keywords, monitor, parameterConverters, paranamer, patternBuilder, startingWordsByType, useKeywords, useMonitor, useParameterConverters, useParanamer, usePatternBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MostUsefulStepsConfiguration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |