public class ExtentSparkReporter extends AbstractFileReporter implements ReportObserver<ReportEntity>, ReporterConfigurable, ViewsConfigurable<ExtentSparkReporter>, ReporterFilterable<ExtentSparkReporter>
PATH_SEP| Constructor and Description |
|---|
ExtentSparkReporter(File f) |
ExtentSparkReporter(String path) |
| Modifier and Type | Method and Description |
|---|---|
ExtentSparkReporterConfig |
config() |
ExtentSparkReporter |
config(ExtentSparkReporterConfig conf) |
EntityFilters<ExtentSparkReporter> |
filter() |
io.reactivex.rxjava3.core.Observer<ReportEntity> |
getReportObserver() |
void |
loadJSONConfig(File jsonFile) |
void |
loadJSONConfig(String jsonString) |
void |
loadXMLConfig(File xmlFile) |
void |
loadXMLConfig(String xmlFile) |
ViewConfigurer<ExtentSparkReporter> |
viewConfigurer() |
createFreemarkerConfig, getFileNameAsExt, loadTemplateModel, processTemplatefilterAndGetpublic ExtentSparkReporter(String path)
public ExtentSparkReporter(File f)
public EntityFilters<ExtentSparkReporter> filter()
filter in interface ReporterFilterable<ExtentSparkReporter>public ViewConfigurer<ExtentSparkReporter> viewConfigurer()
viewConfigurer in interface ViewsConfigurable<ExtentSparkReporter>public ExtentSparkReporterConfig config()
public ExtentSparkReporter config(ExtentSparkReporterConfig conf)
public void loadJSONConfig(File jsonFile) throws IOException
loadJSONConfig in interface ReporterConfigurableIOExceptionpublic void loadJSONConfig(String jsonString) throws IOException
loadJSONConfig in interface ReporterConfigurableIOExceptionpublic void loadXMLConfig(File xmlFile) throws IOException
loadXMLConfig in interface ReporterConfigurableIOExceptionpublic void loadXMLConfig(String xmlFile) throws IOException
loadXMLConfig in interface ReporterConfigurableIOExceptionpublic io.reactivex.rxjava3.core.Observer<ReportEntity> getReportObserver()
getReportObserver in interface ReportObserver<ReportEntity>Copyright © 2020. All rights reserved.