Class Started
java.lang.Object
org.opentest4j.reporting.events.api.Element<Event>
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>
The
started
element of the events namespace.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.opentest4j.reporting.schema.QualifiedName
Qualified name of thestarted
element.static final org.opentest4j.reporting.schema.QualifiedName
Qualified name of theparentId
attribute of a started event. -
Method Summary
Modifier and TypeMethodDescriptionwithParentId
(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
-
Field Details
-
ELEMENT
public static final org.opentest4j.reporting.schema.QualifiedName ELEMENTQualified name of thestarted
element. -
PARENT_ID
public static final org.opentest4j.reporting.schema.QualifiedName PARENT_IDQualified name of theparentId
attribute of a started event.
-
-
Method Details
-
withParentId
Set theparentId
attribute of this started event.- Parameters:
parentId
- the parent id- Returns:
- this event
-