public class HtmlAcceptanceTestReporter extends HtmlReporter implements AcceptanceTestReporter
| Constructor and Description |
|---|
HtmlAcceptanceTestReporter() |
HtmlAcceptanceTestReporter(EnvironmentVariables environmentVariables,
IssueTracking issueTracking) |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
generateReportFor(TestOutcome testOutcome,
TestOutcomes allTestOutcomes)
Generate an HTML report for a given 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 |
setQualifier(java.lang.String qualifier)
Optional.
|
getResourceDirectory, setResourceDirectorygetOutputDirectory, getSourceDirectory, setOutputDirectory, setSourceDirectoryequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOutputDirectory, setResourceDirectorypublic HtmlAcceptanceTestReporter()
public HtmlAcceptanceTestReporter(EnvironmentVariables environmentVariables, IssueTracking issueTracking)
public void setQualifier(java.lang.String qualifier)
AcceptanceTestReportersetQualifier in interface AcceptanceTestReporterpublic java.lang.String getName()
AcceptanceTestReportergetName in interface AcceptanceTestReporterpublic java.io.File generateReportFor(TestOutcome testOutcome, TestOutcomes allTestOutcomes) throws java.io.IOException
generateReportFor in interface AcceptanceTestReporterjava.io.IOExceptionpublic com.google.common.base.Optional<OutcomeFormat> getFormat()
AcceptanceTestReportergetFormat in interface AcceptanceTestReporter