Uses of Class
org.opentest4j.reporting.events.root.Started
-
Packages that use Started Package Description org.opentest4j.reporting.events.root -
-
Uses of Started in org.opentest4j.reporting.events.root
Methods in org.opentest4j.reporting.events.root that return Started Modifier and Type Method Description Started
Started. withParentId(java.lang.String parentId)
Set theparentId
attribute of this started event.Methods in org.opentest4j.reporting.events.root that return types with arguments of type Started Modifier and Type Method Description static Factory<Started>
RootFactory. started(java.lang.String id, java.time.Instant time, java.lang.String name)
Create a factory forStarted
elements.
-