| Package | Description |
|---|---|
| com.aventstack.extentreports | |
| com.aventstack.extentreports.reporter |
| Modifier and Type | Method and Description |
|---|---|
TestAttributeTestContextProvider<Author> |
ReportAggregates.getAuthorContext() |
TestAttributeTestContextProvider<Category> |
ReportAggregates.getCategoryContext() |
TestAttributeTestContextProvider<Device> |
ReportAggregates.getDeviceContext() |
| Modifier and Type | Method and Description |
|---|---|
ReportAggregatesBuilder |
ReportAggregatesBuilder.setAuthorContext(TestAttributeTestContextProvider<Author> authorContext) |
void |
ReportAggregates.setAuthorContext(TestAttributeTestContextProvider<Author> authorContext) |
void |
ReportAggregatesListener.setAuthorContextInfo(TestAttributeTestContextProvider<Author> authorContext)
Allows sharing the complete list of author and associated tests with the reporter
|
ReportAggregatesBuilder |
ReportAggregatesBuilder.setCategoryContext(TestAttributeTestContextProvider<Category> categoryContext) |
void |
ReportAggregates.setCategoryContext(TestAttributeTestContextProvider<Category> categoryContext) |
void |
ReportAggregatesListener.setCategoryContextInfo(TestAttributeTestContextProvider<Category> categoryContext)
Allows sharing the complete list of category and associated tests with the reporter
|
ReportAggregatesBuilder |
ReportAggregatesBuilder.setDeviceContext(TestAttributeTestContextProvider<Device> deviceContext) |
void |
ReportAggregates.setDeviceContext(TestAttributeTestContextProvider<Device> deviceContext) |
void |
ReportAggregatesListener.setDeviceContextInfo(TestAttributeTestContextProvider<Device> deviceContext)
Allows sharing the complete list of device and associated tests with the reporter
|
| Modifier and Type | Method and Description |
|---|---|
TestAttributeTestContextProvider<Author> |
BasicFileReporter.getAuthorContextInfo() |
TestAttributeTestContextProvider<Category> |
BasicFileReporter.getCategoryContextInfo() |
TestAttributeTestContextProvider<Device> |
BasicFileReporter.getDeviceContextInfo() |
| Modifier and Type | Method and Description |
|---|---|
<T extends TestAttribute> |
ExtentKlovReporter.assignAttribute(Test test,
TestAttribute attribute,
java.util.Map<java.lang.String,org.bson.types.ObjectId> nameObjectIdCollection,
com.mongodb.client.MongoCollection<org.bson.Document> mongoCollection,
TestAttributeTestContextProvider<T> attributeContext) |
Copyright © 2018. All Rights Reserved.