Uses of Class
org.opentest4j.reporting.events.core.Data
-
Packages that use Data Package Description org.opentest4j.reporting.events.core -
-
Uses of Data in org.opentest4j.reporting.events.core
Methods in org.opentest4j.reporting.events.core that return Data Modifier and Type Method Description Data
Data. withTime(java.time.LocalDateTime timestamp)
Set thetime
attribute of this element.Methods in org.opentest4j.reporting.events.core that return types with arguments of type Data Modifier and Type Method Description static Factory<Data>
CoreFactory. data(java.time.LocalDateTime timestamp)
Create a factory forData
elements.
-