org.jbehave.core.steps
Class MostUsefulStepsConfiguration
java.lang.Object
org.jbehave.core.steps.StepsConfiguration
org.jbehave.core.steps.MostUsefulStepsConfiguration
public class MostUsefulStepsConfiguration
- extends StepsConfiguration
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()
Methods inherited from class org.jbehave.core.steps.StepsConfiguration |
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 |
MostUsefulStepsConfiguration
public MostUsefulStepsConfiguration()
Copyright © 2003-2010. All Rights Reserved.