Uses of Interface
org.jbehave.core.reporters.SurefireReporter.TestCaseNamingStrategy
Packages that use SurefireReporter.TestCaseNamingStrategy
-
Uses of SurefireReporter.TestCaseNamingStrategy in org.jbehave.core.reporters
Classes in org.jbehave.core.reporters that implement SurefireReporter.TestCaseNamingStrategyModifier and TypeClassDescriptionstatic classA breadcrumb-based naming strategy: [story path with breadcrumbs].[story name].[scenario title]static classA simple naming strategy: [story name].[scenario title]Fields in org.jbehave.core.reporters declared as SurefireReporter.TestCaseNamingStrategyModifier and TypeFieldDescriptionstatic final SurefireReporter.TestCaseNamingStrategySurefireReporter.Options.DEFAULT_NAMING_STRATEGYMethods in org.jbehave.core.reporters with parameters of type SurefireReporter.TestCaseNamingStrategyModifier and TypeMethodDescriptionSurefireReporter.Options.withNamingStrategy(SurefireReporter.TestCaseNamingStrategy strategy) Constructors in org.jbehave.core.reporters with parameters of type SurefireReporter.TestCaseNamingStrategyModifierConstructorDescriptionOptions(String reportName, SurefireReporter.TestCaseNamingStrategy namingStrategy, boolean reportByStory, boolean includeProperties) TestSuite(Class<?> embeddableClass, SurefireReporter.TestCaseNamingStrategy namingStrategy, List<PerformableTree.PerformableStory> stories, boolean includeProperties)