Interface Subsections
@Immutable
@API(status=EXPERIMENTAL,
since="0.2.0")
public interface Subsections
extends Block<List<Section>>
A block of subsections to be rendered in the HTML report.
- Since:
- 0.2.0
-
Nested Class Summary
Nested Classes -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic Subsections.Builderbuilder()Returns a new builder forSubsections.Methods inherited from interface org.opentest4j.reporting.tooling.spi.htmlreport.Block
getContent
-
Method Details
-
builder
Returns a new builder forSubsections.- Returns:
- a new builder for
Subsections
-