See: Description
| Interface | Description |
|---|---|
| IOutputter |
Converts a result to a report.
|
| IOutputter.Context |
Holds information which controls how to format a report.
|
| ITestResult |
The result of a query.
|
| Params |
Available parameters for use in the report XML files.
|
| Params.Html |
Parameters specific to HTML reports.
|
| Params.Rendering |
Control the rendering of a report.
|
| Class | Description |
|---|---|
| QuerySpec |
A container for a result of a query.
|
| RendererRegistry |
Holds all the renderers.
|
| SectionSpec |
A container for multiple results.
|
| Spec |
A container for combining results.
|
| SpecFactory |
Builds a full report based on an xml report definition, which could
specify several queries to be run.
|
| TestSuite | |
| TestSuite.Builder |
| Enum | Description |
|---|---|
| ITestResult.Status |
| Annotation Type | Description |
|---|---|
| Renderer |
Annotates a renderer describing what it accepts and it generates.
|