Package io.qameta.allure
Class CommonCsvExportAggregator2<T>
java.lang.Object
io.qameta.allure.CommonCsvExportAggregator2<T>
- Type Parameters:
T- type of result bean.
- All Implemented Interfaces:
Aggregator2,Extension
Csv exporter extension. Can be used to process results in csv file
- Since:
- 2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaggregate(Configuration configuration, List<LaunchResults> launchesResults, ReportStorage storage) Process report data.getData(List<LaunchResults> launchesResults)
-
Constructor Details
-
CommonCsvExportAggregator2
-
-
Method Details
-
aggregate
public void aggregate(Configuration configuration, List<LaunchResults> launchesResults, ReportStorage storage) Description copied from interface:Aggregator2Process report data.- Specified by:
aggregatein interfaceAggregator2- Parameters:
configuration- the report configuration.launchesResults- all the parsed test results.storage- the report storage.
-
getData
-