public abstract class ReporterAdapter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ReporterAdapter.ExcelReportAdapter |
static class |
ReporterAdapter.HtmlReportAdapter |
static class |
ReporterAdapter.JsonReportAdapter |
static class |
ReporterAdapter.PDFReportAdapter |
static class |
ReporterAdapter.SparkReportAdapter |
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected ReportProperties |
reportProperties |
| Constructor and Description |
|---|
ReporterAdapter(String id,
ReportProperties reportProperties) |
| Modifier and Type | Method and Description |
|---|---|
abstract com.aventstack.extentreports.observer.ExtentObserver<?> |
createReporter() |
void |
filterReportStatus(com.aventstack.extentreports.reporter.ReporterFilterable<?> reporter) |
protected String id
protected ReportProperties reportProperties
public ReporterAdapter(String id, ReportProperties reportProperties)
Copyright © 2023. All rights reserved.