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