|
Class Summary |
| CasePreservingResolver |
Resolves scenario names while preserving the Java scenario class case eg:
"org.jbehave.scenario.ICanLogin.java" -> "org/jbehave/scenario/ICanLogin". |
| ClasspathScenarioDefiner |
Loads scenario definition from classpath resources, which are handled by the
ScenarioParser. |
| PatternScenarioParser |
Pattern-based scenario parser, which uses the configured keywords to find the
steps in the text scenarios. |
| PrefixCapturingPatternBuilder |
Provides a pattern which will capture arguments starting with the given
prefix in any matching step. |
| ScenarioClassNameFinder |
Finds scenario class names from a base directory using Ant's directory scanner. |
| UnderscoredCamelCaseResolver |
Resolves scenario names converting the Java scenario class to underscored eg:
"org.jbehave.scenario.ICanLogin.java" -> "org/jbehave/scenario/i_can_login". |