| Interface | Description |
|---|---|
| IAddsMedia<T> | |
| IAnalysisStrategyMethod |
Marker interface for a class that uses an
AnalysisStrategy |
| ReportAggregatesListener |
Allows sharing of aggregates/collections to be shared with the started
reporter.
|
| ReportService |
The main service for
ExtentReports which allows attaching a reporter
of type AbstractReporter |
| RunResult |
Marker interface for the run result with a single getStatus() method
|
| SourceProvider |
Some formatters can provide the source which is also written to file,
for example, Email formatters or reporters.
|
| TestListener |
Listener methods invoked when an event occurs in the report:
A test or node is started
A category or author is added
A media object is added etc.
|
| Class | Description |
|---|---|
| ExtentReports |
The ExtentReports report client for starting reporters and building reports.
|
| ExtentTest |
Defines a test.
|
| GherkinKeyword |
Allows
IGherkinFormatterModel to be returned by using a name, from
the below gherkin model classes:
Feature
Background
Scenario
Given
When
Then
And
But
|
| MediaEntityBuilder |
Media builder for base64 and binary screenshots
|
| MediaEntityModelProvider | |
| ReportAggregates |
Aggregator for report elements and collections
|
| ReportAggregatesBuilder |
Builds
ReportAggregates |
| ReportConfigurator | |
| ReportStatusStats |
This class maintains the total count of tests and its nodes along with their
statuses for a given run session
|
| StatusConfigurator |
| Enum | Description |
|---|---|
| AnalysisStrategy |
Strategy used to generate statistics for the current run
|
| Status |
List of allowed status for
Log |
| Exception | Description |
|---|---|
| GherkinKeywordNotFoundException | |
| InvalidAnalysisStrategyException |
Copyright © 2020. All Rights Reserved.