public class SurefireReporter extends Object
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.Options |
static class |
SurefireReporter.SimpleNamingStrategy
A simple naming strategy: [story name].[scenario title]
|
static class |
SurefireReporter.TestCase |
static interface |
SurefireReporter.TestCaseNamingStrategy |
static class |
SurefireReporter.TestCounts |
static class |
SurefireReporter.TestFailure |
static class |
SurefireReporter.TestSuite |
Constructor and Description |
---|
SurefireReporter(Class<?> embeddableClass) |
SurefireReporter(Class<?> embeddableClass,
SurefireReporter.Options options) |
Modifier and Type | Method and Description |
---|---|
void |
generate(PerformableTree.PerformableRoot root,
File outputDirectory) |
public SurefireReporter(Class<?> embeddableClass)
public SurefireReporter(Class<?> embeddableClass, SurefireReporter.Options options)
public void generate(PerformableTree.PerformableRoot root, File outputDirectory)
Copyright © 2003–2021. All rights reserved.