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