| Package | Description |
|---|---|
| com.aventstack.extentreports | |
| com.aventstack.extentreports.reporter |
| Modifier and Type | Method and Description |
|---|---|
void |
TestListener.onCategoryAssigned(Test test,
Category category)
Invoked each time a category is assigned to any test/node
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReportAggregatesListener.setCategoryContextInfo(TestAttributeTestContextProvider<Category> categoryContext)
Allows sharing the complete list of category and associated tests with the reporter
|
| Modifier and Type | Method and Description |
|---|---|
TestAttributeTestContextProvider<Category> |
AbstractReporter.getCategoryContextInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtentXReporter.onCategoryAssigned(Test test,
Category category) |
void |
ExtentLogger.onCategoryAssigned(Test test,
Category category) |
void |
BasicFileReporter.onCategoryAssigned(Test test,
Category category) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractReporter.setCategoryContextInfo(TestAttributeTestContextProvider<Category> categoryContext) |