Package | Description |
---|---|
com.aventstack.extentreports | |
com.aventstack.extentreports.reporter | |
com.aventstack.extentreports.reporter.impl |
Modifier and Type | Method and Description |
---|---|
TestAttributeTestContextProvider<Device> |
ReportAggregates.getDeviceContext() |
Modifier and Type | Method and Description |
---|---|
void |
TestListener.onDeviceAssigned(Test test,
Device device)
Invoked each time a device is assigned to any test/node
|
Modifier and Type | Method and Description |
---|---|
ReportAggregatesBuilder |
ReportAggregatesBuilder.setDeviceContext(TestAttributeTestContextProvider<Device> deviceContext) |
void |
ReportAggregatesListener.setDeviceContextInfo(TestAttributeTestContextProvider<Device> deviceContext)
Allows sharing the complete list of device and associated tests with the reporter
|
Constructor and Description |
---|
ReportAggregates(List<Test> testList,
List<String> testRunnerLogs,
TestAttributeTestContextProvider<Category> categoryContext,
TestAttributeTestContextProvider<Author> authorContext,
TestAttributeTestContextProvider<Device> deviceContext,
ExceptionTestContextImpl exceptionContext,
SystemAttributeContext systemAttributeContext,
ReportStatusStats reportStatusStats,
List<Status> statusList) |
Modifier and Type | Method and Description |
---|---|
TestAttributeTestContextProvider<Device> |
BasicFileReporter.getDeviceContextInfo() |
Modifier and Type | Method and Description |
---|---|
void |
ExtentKlovReporter.onDeviceAssigned(Test test,
Device device) |
void |
BasicFileReporter.onDeviceAssigned(Test test,
Device device) |
Modifier and Type | Method and Description |
---|---|
void |
ConsoleLogger.onDeviceAssigned(Test test,
Device device) |
Copyright © 2018. All rights reserved.