Package | Description |
---|---|
com.aventstack.extentreports | |
com.aventstack.extentreports.reporter | |
com.aventstack.extentreports.reporter.impl |
Modifier and Type | Method and Description |
---|---|
TestAttributeTestContextProvider<Author> |
ReportAggregates.getAuthorContext() |
Modifier and Type | Method and Description |
---|---|
void |
TestListener.onAuthorAssigned(Test test,
Author author)
Invoked each time an author is assigned to any test/node
|
Modifier and Type | Method and Description |
---|---|
ReportAggregatesBuilder |
ReportAggregatesBuilder.setAuthorContext(TestAttributeTestContextProvider<Author> authorContext) |
void |
ReportAggregatesListener.setAuthorContextInfo(TestAttributeTestContextProvider<Author> authorContext)
Allows sharing the complete list of author 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<Author> |
BasicFileReporter.getAuthorContextInfo() |
Modifier and Type | Method and Description |
---|---|
void |
ExtentKlovReporter.onAuthorAssigned(Test test,
Author author) |
void |
BasicFileReporter.onAuthorAssigned(Test test,
Author author) |
Modifier and Type | Method and Description |
---|---|
void |
ConsoleLogger.onAuthorAssigned(Test test,
Author author) |
Copyright © 2018. All rights reserved.