Uses of Class
org.jbehave.core.model.ExamplesTableFactory
-
Packages that use ExamplesTableFactory Package Description org.jbehave.core.configuration org.jbehave.core.parsers org.jbehave.core.steps -
-
Uses of ExamplesTableFactory in org.jbehave.core.configuration
Fields in org.jbehave.core.configuration declared as ExamplesTableFactory Modifier and Type Field Description protected ExamplesTableFactory
Configuration. examplesTableFactory
The examples table factoryMethods in org.jbehave.core.configuration that return ExamplesTableFactory Modifier and Type Method Description ExamplesTableFactory
Configuration. examplesTableFactory()
ExamplesTableFactory
UnmodifiableConfiguration. examplesTableFactory()
Methods in org.jbehave.core.configuration with parameters of type ExamplesTableFactory Modifier and Type Method Description Configuration
Configuration. useExamplesTableFactory(ExamplesTableFactory examplesTableFactory)
Configuration
UnmodifiableConfiguration. useExamplesTableFactory(ExamplesTableFactory examplesTableFactory)
-
Uses of ExamplesTableFactory in org.jbehave.core.parsers
Constructors in org.jbehave.core.parsers with parameters of type ExamplesTableFactory Constructor Description RegexStoryParser(ExamplesTableFactory tableFactory)
-
Uses of ExamplesTableFactory in org.jbehave.core.steps
Constructors in org.jbehave.core.steps with parameters of type ExamplesTableFactory Constructor Description ExamplesTableConverter(ExamplesTableFactory factory)
ExamplesTableParametersConverter(ExamplesTableFactory factory)
-