Class Started
- java.lang.Object
-
- org.opentest4j.reporting.events.api.Element<T>
-
- org.opentest4j.reporting.events.api.ChildElement<Events,Event>
-
- org.opentest4j.reporting.events.root.Event
-
- org.opentest4j.reporting.events.root.Started
-
- All Implemented Interfaces:
Appendable<Event>
public final class Started extends Event
Thestarted
element of the events namespace.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Started
withParentId(java.lang.String parentId)
Set theparentId
attribute of this started event.-
Methods inherited from class org.opentest4j.reporting.events.api.Element
append, toString, withAttribute, withCDataSection, withContent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.opentest4j.reporting.events.api.Appendable
append
-
-
-
-
Method Detail
-
withParentId
public Started withParentId(java.lang.String parentId)
Set theparentId
attribute of this started event.- Parameters:
parentId
- the parent id- Returns:
- this event
-
-