public class ExtentHtmlReporter extends BasicFileReporter
config() method.| Constructor and Description |
|---|
ExtentHtmlReporter(java.io.File file) |
ExtentHtmlReporter(java.lang.String filePath) |
| Modifier and Type | Method and Description |
|---|---|
ExtentHtmlReporterConfiguration |
config() |
void |
flush() |
ConfigMap |
getConfigContext() |
java.util.List<Test> |
getTestList() |
void |
onTestStarted(Test test) |
void |
setTestList(java.util.List<Test> reportTestList) |
void |
start() |
void |
stop() |
onAuthorAssigned, onCategoryAssigned, onLogAdded, onNodeStarted, onScreenCaptureAddedgetCategoryContextInfo, getEndTime, getExceptionContextInfo, getRunDuration, getStartTime, getStatusCount, getSystemAttributeContext, getTestRunnerLogs, loadConfig, loadConfig, loadConfig, loadXMLConfig, loadXMLConfig, setCategoryContextInfo, setEndTime, setExceptionContextInfo, setStartTime, setStatusCount, setSystemAttributeContext, setTestRunnerLogspublic ExtentHtmlReporter(java.io.File file)
public ExtentHtmlReporter(java.lang.String filePath)
public ExtentHtmlReporterConfiguration config()
public void start()
public void stop()
public void flush()
public void onTestStarted(Test test)
onTestStarted in interface TestListeneronTestStarted in class BasicFileReporterpublic void setTestList(java.util.List<Test> reportTestList)
public java.util.List<Test> getTestList()
public ConfigMap getConfigContext()