public class JUnitXMLOutcomeReporter extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FILE_PREFIX |
| Constructor and Description |
|---|
JUnitXMLOutcomeReporter(File outputDirectory) |
| Modifier and Type | Method and Description |
|---|---|
void |
generateReportsFor(TestOutcomes testOutcomes) |
File |
getOutputDirectory() |
public static final String FILE_PREFIX
public JUnitXMLOutcomeReporter(File outputDirectory)
public void generateReportsFor(TestOutcomes testOutcomes)
public File getOutputDirectory()
Copyright © 2022. All rights reserved.