public class SurefireReporter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SurefireReporter.Options |
static class |
SurefireReporter.TestCase |
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–2018. All rights reserved.