public interface AcceptanceTestReporter
| Modifier and Type | Method and Description |
|---|---|
File |
generateReportFor(TestOutcome testOutcome)
Generate reports for a given acceptance test run.
|
Optional<OutcomeFormat> |
getFormat()
Return the format that this reporter generates, if it is a format that can be activated or deactivated
via the output.formats configuration property.
|
String |
getName()
A name used to identify a given reporter.
|
void |
setOutputDirectory(File outputDirectory)
Define the output directory in which the reports will be written.
|
void |
setQualifier(String qualifier)
Optional.
|
void |
setResourceDirectory(String resourceDirectoryPath)
Define or override the directory where report resources are stored.
|
String getName()
Optional<OutcomeFormat> getFormat()
File generateReportFor(TestOutcome testOutcome) throws IOException
IOExceptionvoid setOutputDirectory(File outputDirectory)
void setResourceDirectory(String resourceDirectoryPath)
void setQualifier(String qualifier)
Copyright © 2022. All rights reserved.