public interface AcceptanceTestFullReporter
| Modifier and Type | Method and Description |
|---|---|
void |
generateReportsFor(TestOutcomes testOutcomes)
Generate reports for a given acceptance test run.
|
java.util.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.
|
java.lang.String |
getName()
A name used to identify a given reporter.
|
void |
setOutputDirectory(java.io.File outputDirectory)
Define the output directory in which the reports will be written.
|
void |
setQualifier(java.lang.String qualifier)
Optional.
|
java.lang.String getName()
java.util.Optional<OutcomeFormat> getFormat()
void setOutputDirectory(java.io.File outputDirectory)
void setQualifier(java.lang.String qualifier)
void generateReportsFor(TestOutcomes testOutcomes) throws java.io.IOException
java.io.IOException