| Package | Description |
|---|---|
| com.aventstack.extentreports | |
| com.aventstack.extentreports.reporter |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportAggregatesListener.setAuthorContextInfo(TestAttributeTestContextProvider<Author> authorContext)
Allows sharing the complete list of author and associated tests with the reporter
|
void |
ReportAggregatesListener.setCategoryContextInfo(TestAttributeTestContextProvider<Category> categoryContext)
Allows sharing the complete list of category and associated tests with the reporter
|
| Modifier and Type | Field and Description |
|---|---|
protected TestAttributeTestContextProvider<Author> |
AbstractReporter.authorContext |
protected TestAttributeTestContextProvider<Category> |
AbstractReporter.categoryContext |
| Modifier and Type | Method and Description |
|---|---|
TestAttributeTestContextProvider<Author> |
AbstractReporter.getAuthorContextInfo() |
TestAttributeTestContextProvider<Category> |
AbstractReporter.getCategoryContextInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractReporter.setAuthorContextInfo(TestAttributeTestContextProvider<Author> authorContext) |
void |
AbstractReporter.setCategoryContextInfo(TestAttributeTestContextProvider<Category> categoryContext) |
Copyright © 2017. All Rights Reserved.