Package | Description |
---|---|
com.aventstack.extentreports | |
com.aventstack.extentreports.reporter |
Modifier and Type | Method and Description |
---|---|
ReportStatusStats |
ReportAggregates.getReportStatusStats() |
ReportStatusStats |
ExtentReports.getStats()
Returns an instance of
ReportStatusStats with counts of tests executed
by their status (pass, fail, skip etc) |
Modifier and Type | Method and Description |
---|---|
void |
ReportAggregatesListener.setReportStatusStats(ReportStatusStats sc)
Report Status stats of the run session for all possible levels:
Features/Tests
Scenarios/Logs
Steps
|
ReportAggregatesBuilder |
ReportAggregatesBuilder.setReportStatusStats(ReportStatusStats reportStatusStats) |
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 |
---|---|
ReportStatusStats |
BasicFileReporter.getReportStatusStats() |
Copyright © 2018. All rights reserved.