Package org.citrusframework.report
Class AbstractOutputFileReporter
java.lang.Object
org.citrusframework.report.AbstractTestReporter
org.citrusframework.report.AbstractOutputFileReporter
- All Implemented Interfaces:
TestReporter
- Direct Known Subclasses:
HtmlReporter,SummaryReporter
- Since:
- 2.7.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidgenerate(TestResults testResults) Subclasses must implement this method and generate the test report for given test results.protected abstract StringgetReportContent(TestResults testResults) protected abstract Stringprotected abstract booleanMethods inherited from class org.citrusframework.report.AbstractTestReporter
generateReport, getReportDirectory, isIgnoreErrors, setIgnoreErrors, setReportDirectory
-
Constructor Details
-
AbstractOutputFileReporter
public AbstractOutputFileReporter()
-
-
Method Details
-
generate
Description copied from class:AbstractTestReporterSubclasses must implement this method and generate the test report for given test results.- Specified by:
generatein classAbstractTestReporter
-
isEnabled
protected abstract boolean isEnabled() -
getReportContent
-
getReportFileName
-