Uses of Interface
org.jbehave.core.parsers.CompositeParser
-
Uses of CompositeParser in org.jbehave.core.configuration
Modifier and TypeFieldDescriptionprotected CompositeParser
Configuration.compositeParser
Parses composite steps from their textual representationModifier and TypeMethodDescriptionConfiguration.compositeParser()
UnmodifiableConfiguration.compositeParser()
Modifier and TypeMethodDescriptionConfiguration.useCompositeParser
(CompositeParser compositeParser) UnmodifiableConfiguration.useCompositeParser
(CompositeParser compositeParser) -
Uses of CompositeParser in org.jbehave.core.parsers
Modifier and TypeClassDescriptionclass
Pattern-based composite parser, which uses the keywords provided to parse the textual composite steps into a list ofComposite
.