See: Description
| Class | Description |
|---|---|
| BaseReport<T> |
Parent class to support all Reports.
|
| DetailsReport |
Extends BaseReport
Any generic report that gives data as List of String |
| ExcelReport |
Add this class as listener to generate an ExcelReport for a suite run after the SoftAssertCapabilities file.
|
| ReportMap<V> |
Generates a map of report to be generated.
|
| SummarizedData |
Represents summary counts like total passed, failed, skipped
|
| SummaryReport |
Extends BaseReport
Displays data which is of the type SummarizedData |
| TestCaseErrors |
Contains Error to Possible cause mapping
|
| TestCaseResult |
Contains all Result data related to each testcase
|
| TestOutputReport |
Extends BaseReport.
|
| Enum | Description |
|---|---|
| ReportSheetNames |
Enum defining the major reports.
|
Copyright © 2016 PayPal Open Source. All rights reserved.