Package net.thucydides.model.reports
Interface AcceptanceTestFullReporter
public interface AcceptanceTestFullReporter
-
Method Summary
Modifier and TypeMethodDescriptionvoidgenerateReportsFor(TestOutcomes testOutcomes) Generate reports for a given acceptance test run.Return the format that this reporter generates, if it is a format that can be activated or deactivated via the output.formats configuration property.getName()A name used to identify a given reporter.voidsetOutputDirectory(File outputDirectory) Define the output directory in which the reports will be written.voidsetQualifier(String qualifier) Optional.
-
Method Details
-
getName
String getName()A name used to identify a given reporter. -
getFormat
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. -
setOutputDirectory
Define the output directory in which the reports will be written. -
setQualifier
Optional. Used to distinguish the report generated from other similar reports. -
generateReportsFor
Generate reports for a given acceptance test run.- Throws:
IOException
-