Uses of Interface
org.jbehave.core.parsers.AliasParser
-
Packages that use AliasParser Package Description org.jbehave.core.configuration org.jbehave.core.parsers -
-
Uses of AliasParser in org.jbehave.core.configuration
Fields in org.jbehave.core.configuration declared as AliasParser Modifier and Type Field Description protected AliasParser
Configuration. aliasParser
Parse aliases from resourcesMethods in org.jbehave.core.configuration that return AliasParser Modifier and Type Method Description AliasParser
Configuration. aliasParser()
AliasParser
UnmodifiableConfiguration. aliasParser()
Methods in org.jbehave.core.configuration with parameters of type AliasParser Modifier and Type Method Description Configuration
Configuration. useAliasParser(AliasParser aliasParser)
Configuration
UnmodifiableConfiguration. useAliasParser(AliasParser storyParser)
-
Uses of AliasParser in org.jbehave.core.parsers
Classes in org.jbehave.core.parsers that implement AliasParser Modifier and Type Class Description class
JsonAliasParser
-