Package | Description |
---|---|
org.jbehave.core.reporters |
Modifier and Type | Class and Description |
---|---|
static class |
SurefireReporter.BreadcrumbNamingStrategy
A breadcrumb-based naming strategy: [story path with breadcrumbs].[story name].[scenario title]
|
static class |
SurefireReporter.SimpleNamingStrategy
A simple naming strategy: [story name].[scenario title]
|
Modifier and Type | Field and Description |
---|---|
static SurefireReporter.TestCaseNamingStrategy |
SurefireReporter.Options.DEFAULT_NAMING_STRATEGY |
Modifier and Type | Method and Description |
---|---|
SurefireReporter.Options |
SurefireReporter.Options.withNamingStrategy(SurefireReporter.TestCaseNamingStrategy strategy) |
Constructor and Description |
---|
Options(String reportName,
SurefireReporter.TestCaseNamingStrategy namingStrategy,
boolean reportByStory,
boolean includeProperties) |
TestSuite(Class<?> embeddableClass,
SurefireReporter.TestCaseNamingStrategy namingStrategy,
List<PerformableTree.PerformableStory> stories,
boolean includeProperties) |
Copyright © 2003–2021. All rights reserved.