Uses of Interface
org.jbehave.core.reporters.SurefireReporter.TestCaseNamingStrategy
-
Uses of SurefireReporter.TestCaseNamingStrategy in org.jbehave.core.reporters
Modifier and TypeClassDescriptionstatic class
A breadcrumb-based naming strategy: [story path with breadcrumbs].[story name].[scenario title]static class
A simple naming strategy: [story name].[scenario title]Modifier and TypeFieldDescriptionstatic final SurefireReporter.TestCaseNamingStrategy
SurefireReporter.Options.DEFAULT_NAMING_STRATEGY
Modifier and TypeMethodDescriptionSurefireReporter.Options.withNamingStrategy
(SurefireReporter.TestCaseNamingStrategy strategy) ModifierConstructorDescriptionOptions
(String reportName, SurefireReporter.TestCaseNamingStrategy namingStrategy, boolean reportByStory, boolean includeProperties) TestSuite
(Class<?> embeddableClass, SurefireReporter.TestCaseNamingStrategy namingStrategy, List<PerformableTree.PerformableStory> stories, boolean includeProperties)