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