Package | Description |
---|---|
org.jbehave.core.configuration | |
org.jbehave.core.parsers |
Modifier and Type | Field and Description |
---|---|
protected CompositeParser |
Configuration.compositeParser
Parses composite steps from their textual representation
|
Modifier and Type | Method and Description |
---|---|
CompositeParser |
Configuration.compositeParser() |
CompositeParser |
UnmodifiableConfiguration.compositeParser() |
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.useCompositeParser(CompositeParser compositeParser) |
Configuration |
UnmodifiableConfiguration.useCompositeParser(CompositeParser compositeParser) |
Modifier and Type | Class and Description |
---|---|
class |
RegexCompositeParser
Pattern-based composite parser, which uses the keywords provided to parse the
textual composite steps into a list of
Composite . |
Copyright © 2003–2021. All rights reserved.