Package org.opentest4j.reporting.tooling.spi.htmlreport
package org.opentest4j.reporting.tooling.spi.htmlreport
SPI for extending HTML report generation.
- See Also:
-
ClassDescriptionBlock<T>A block to be rendered in the HTML report.Implementations of this interface can contribute additional sections to the HTML report when registered via the Java service loader mechanism.The context to contribute sections for.An image to be rendered in the HTML report.Builder for
Image.A block of key-value pairs to be rendered in the HTML report.Builder forKeyValuePairs.A block of labels to be rendered in the HTML report.Builder forLabels.A block of text to be rendered in the HTML report.Builder forParagraph.A block of pre-formatted text to be rendered in the HTML report.Builder forPreFormattedOutput.A titled section to be rendered in the HTML report.Builder forSection.A block of subsections to be rendered in the HTML report.Builder forSubsections.