public interface ReportAggregatesListener
| Modifier and Type | Method and Description |
|---|---|
void |
setAuthorContextInfo(TestAttributeTestContextStore<Author> authorContext)
Allows sharing the complete list of author and associated tests with the
reporter
|
void |
setCategoryContextInfo(TestAttributeTestContextStore<Category> categoryContext)
Allows sharing the complete list of category and associated tests with the
reporter
|
void |
setDeviceContextInfo(TestAttributeTestContextStore<Device> deviceContext)
Allows sharing the complete list of device and associated tests with the
reporter
|
void |
setExceptionContextInfo(ExceptionTestContextStore exceptionContext)
Allows sharing the complete list of exceptions and associated tests with the
reporter
|
void |
setReportStatusStats(ReportStatusStats sc)
Report Status stats of the run session for all possible levels:
Features/Tests
Scenarios/Logs
Steps
|
void |
setStatusList(java.util.List<Status> statusList)
A distinct list of status assigned to tests
|
void |
setSystemAttributeContext(SystemAttributeContext systemAttributeContext)
Passes all system information to the reporter
|
void |
setTestList(java.util.List<Test> testList)
Allows sharing the complete list of tests with the reporter
|
void |
setTestRunnerLogs(java.util.List<java.lang.String> logs)
Passes the complete list of logs to the reporter
|
void setTestList(java.util.List<Test> testList)
testList - list of all tests created by ExtentReportsvoid setTestRunnerLogs(java.util.List<java.lang.String> logs)
logs - testrunner logsvoid setCategoryContextInfo(TestAttributeTestContextStore<Category> categoryContext)
categoryContext - collection containing categories and all associated
testsvoid setAuthorContextInfo(TestAttributeTestContextStore<Author> authorContext)
authorContext - collection containing author and all associated testsvoid setDeviceContextInfo(TestAttributeTestContextStore<Device> deviceContext)
deviceContext - collection containing devices and all associated testsvoid setExceptionContextInfo(ExceptionTestContextStore exceptionContext)
exceptionContext - collection containing exception and all associated
testsvoid setSystemAttributeContext(SystemAttributeContext systemAttributeContext)
systemAttributeContext - system informationvoid setReportStatusStats(ReportStatusStats sc)
sc - ReportStatusStats represents stats of each hierarchical
level of test/eventCopyright © 2020. All Rights Reserved.