Index
All Classes and Interfaces|All Packages
B
- Block<T> - Interface in org.opentest4j.reporting.tooling.spi.htmlreport
-
A block to be rendered in the HTML report.
- builder() - Static method in interface org.opentest4j.reporting.tooling.spi.htmlreport.Image
-
Returns a new builder for
Image. - builder() - Static method in interface org.opentest4j.reporting.tooling.spi.htmlreport.KeyValuePairs
-
Returns a new builder for
KeyValuePairs. - builder() - Static method in interface org.opentest4j.reporting.tooling.spi.htmlreport.Labels
-
Returns a new builder for
Labels. - builder() - Static method in interface org.opentest4j.reporting.tooling.spi.htmlreport.Paragraph
-
Returns a new builder for
Paragraph. - builder() - Static method in interface org.opentest4j.reporting.tooling.spi.htmlreport.PreFormattedOutput
-
Returns a new builder for
PreFormattedOutput. - builder() - Static method in interface org.opentest4j.reporting.tooling.spi.htmlreport.Section
-
Returns a new builder for
Section. - builder() - Static method in interface org.opentest4j.reporting.tooling.spi.htmlreport.Subsections
-
Returns a new builder for
Subsections.
C
- contributeSectionsForExecution(Contributor.Context) - Method in interface org.opentest4j.reporting.tooling.spi.htmlreport.Contributor
-
Contribute additional sections for the given execution element.
- contributeSectionsForTestNode(Contributor.Context) - Method in interface org.opentest4j.reporting.tooling.spi.htmlreport.Contributor
-
Contribute additional sections for the given test node element.
- Contributor - Interface in org.opentest4j.reporting.tooling.spi.htmlreport
-
Implementations of this interface can contribute additional sections to the HTML report when registered via the Java service loader mechanism.
- Contributor.Context - Interface in org.opentest4j.reporting.tooling.spi.htmlreport
-
The context to contribute sections for.
E
- element() - Method in interface org.opentest4j.reporting.tooling.spi.htmlreport.Contributor.Context
-
Returns the DOM element representing the execution or test node.
G
- getAltText() - Method in interface org.opentest4j.reporting.tooling.spi.htmlreport.Image
-
Returns the alt text of this image.
- getBlocks() - Method in interface org.opentest4j.reporting.tooling.spi.htmlreport.Section
-
Returns the blocks in this section.
- getContent() - Method in interface org.opentest4j.reporting.tooling.spi.htmlreport.Block
-
Returns the content of this block.
- getMetaInfo() - Method in interface org.opentest4j.reporting.tooling.spi.htmlreport.Section
-
Returns the meta information of this section.
- getOrder() - Method in interface org.opentest4j.reporting.tooling.spi.htmlreport.Section
-
Returns the order of this section.
- getTitle() - Method in interface org.opentest4j.reporting.tooling.spi.htmlreport.Section
-
Returns the title of this section.
I
- Image - Interface in org.opentest4j.reporting.tooling.spi.htmlreport
-
An image to be rendered in the HTML report.
- Image.Builder - Class in org.opentest4j.reporting.tooling.spi.htmlreport
-
Builder for
Image.
K
- KeyValuePairs - Interface in org.opentest4j.reporting.tooling.spi.htmlreport
-
A block of key-value pairs to be rendered in the HTML report.
- KeyValuePairs.Builder - Class in org.opentest4j.reporting.tooling.spi.htmlreport
-
Builder for
KeyValuePairs.
L
- Labels - Interface in org.opentest4j.reporting.tooling.spi.htmlreport
-
A block of labels to be rendered in the HTML report.
- Labels.Builder - Class in org.opentest4j.reporting.tooling.spi.htmlreport
-
Builder for
Labels.
O
- org.opentest4j.reporting.tooling.spi.htmlreport - package org.opentest4j.reporting.tooling.spi.htmlreport
-
SPI for extending HTML report generation.
P
- Paragraph - Interface in org.opentest4j.reporting.tooling.spi.htmlreport
-
A block of text to be rendered in the HTML report.
- Paragraph.Builder - Class in org.opentest4j.reporting.tooling.spi.htmlreport
-
Builder for
Paragraph. - PreFormattedOutput - Interface in org.opentest4j.reporting.tooling.spi.htmlreport
-
A block of pre-formatted text to be rendered in the HTML report.
- PreFormattedOutput.Builder - Class in org.opentest4j.reporting.tooling.spi.htmlreport
-
Builder for
PreFormattedOutput.
R
- relativizeToTargetDirectory(Path) - Method in interface org.opentest4j.reporting.tooling.spi.htmlreport.Contributor.Context
-
Returns the relative path of the supplied
pathfrom the parent directory of the target HTML file orpathitself if it cannot be relativized.
S
- Section - Interface in org.opentest4j.reporting.tooling.spi.htmlreport
-
A titled section to be rendered in the HTML report.
- Section.Builder - Class in org.opentest4j.reporting.tooling.spi.htmlreport
-
Builder for
Section. - sourceXmlFile() - Method in interface org.opentest4j.reporting.tooling.spi.htmlreport.Contributor.Context
-
Returns the path to the source XML file.
- Subsections - Interface in org.opentest4j.reporting.tooling.spi.htmlreport
-
A block of subsections to be rendered in the HTML report.
- Subsections.Builder - Class in org.opentest4j.reporting.tooling.spi.htmlreport
-
Builder for
Subsections.
T
- targetHtmlFile() - Method in interface org.opentest4j.reporting.tooling.spi.htmlreport.Contributor.Context
-
Returns the path to the target HTML file.
All Classes and Interfaces|All Packages