public class HTMLReporter extends LogSettings implements IReporter
Modifier and Type | Class and Description |
---|---|
class |
HTMLReporter.Config
Deprecated.
|
Constructor and Description |
---|
HTMLReporter(String filePath) |
Modifier and Type | Method and Description |
---|---|
void |
addTest(Test test) |
void |
flush() |
Map<String,List<Test>> |
getCategoryTestMap() |
Map<String,String> |
getConfigurationMap() |
Map<String,List<ExceptionInfo>> |
getExceptionTestMap() |
List<LogStatus> |
getLogStatusList() |
String |
getMongoDBObjectID() |
UUID |
getReportId() |
String |
getRunDuration() |
String |
getRunDurationOverall() |
Date |
getStartedTime() |
com.relevantcodes.extentreports.SystemInfo |
getSystemInfo() |
Map<String,String> |
getSystemInfoMap() |
List<ExtentTest> |
getTestList() |
List<String> |
getTestRunnerLogList() |
void |
setTestRunnerLogs() |
void |
start(com.relevantcodes.extentreports.Report report) |
void |
stop() |
getLogDateFormat, getLogDateTimeFormat, getLogTimeFormat, getLongDateTimeFormat, setLogDateFormat, setLogTimeFormat
public HTMLReporter(String filePath)
public void start(com.relevantcodes.extentreports.Report report)
public void setTestRunnerLogs()
setTestRunnerLogs
in interface IReporter
public Map<String,List<ExceptionInfo>> getExceptionTestMap()
public com.relevantcodes.extentreports.SystemInfo getSystemInfo()
public List<ExtentTest> getTestList()
public Date getStartedTime()
public String getRunDuration()
public String getRunDurationOverall()
public String getMongoDBObjectID()
public UUID getReportId()
Copyright © 2016. All rights reserved.