org.jbehave.core.i18n
Class LocalizedKeywords
java.lang.Object
org.jbehave.core.configuration.Keywords
org.jbehave.core.i18n.LocalizedKeywords
public class LocalizedKeywords
- extends Keywords
Adds i18n support to Keywords, allowing to read the keywords from resource
bundles for a given locale.
Fields inherited from class org.jbehave.core.configuration.Keywords |
AND, AS_A, DRY_RUN, EXAMPLES_TABLE, EXAMPLES_TABLE_HEADER_SEPARATOR, EXAMPLES_TABLE_IGNORABLE_SEPARATOR, EXAMPLES_TABLE_ROW, EXAMPLES_TABLE_VALUE_SEPARATOR, FAILED, GIVEN, GIVEN_STORIES, I_WANT_TO, IGNORABLE, IN_ORDER_TO, KEYWORDS, META, META_PROPERTY, NARRATIVE, NOT_PERFORMED, PENDING, SCENARIO, THEN, WHEN |
Methods inherited from class org.jbehave.core.configuration.Keywords |
and, asA, defaultKeywords, dryRun, examplesTable, examplesTableHeaderSeparator, examplesTableIgnorableSeparator, examplesTableRow, examplesTableValueSeparator, failed, given, givenStories, ignorable, inOrderTo, iWantTo, meta, metaProperty, narrative, notPerformed, pending, scenario, startingWords, startingWordsByType, then, toString, when |
LocalizedKeywords
public LocalizedKeywords()
LocalizedKeywords
public LocalizedKeywords(Locale locale)
LocalizedKeywords
public LocalizedKeywords(Locale locale,
String bundleName,
ClassLoader classLoader)
getLocale
public Locale getLocale()
Copyright © 2003-2011. All Rights Reserved.