public interface AcceptanceTestReporter
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
generateReportFor(TestOutcome testOutcome,
TestOutcomes allTestOutcomes)
Generate reports for a given acceptance test run.
|
com.google.common.base.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.
|
void |
setResourceDirectory(java.lang.String resourceDirectoryPath)
Define or override the directory where report resources are stored.
|
java.lang.String getName()
com.google.common.base.Optional<OutcomeFormat> getFormat()
java.io.File generateReportFor(TestOutcome testOutcome, TestOutcomes allTestOutcomes) throws java.io.IOException
java.io.IOExceptionvoid setOutputDirectory(java.io.File outputDirectory)
void setResourceDirectory(java.lang.String resourceDirectoryPath)
void setQualifier(java.lang.String qualifier)