Class Started

  • All Implemented Interfaces:
    Appendable<Event>

    public final class Started
    extends Event
    The started element of the events namespace.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.opentest4j.reporting.schema.QualifiedName ELEMENT
      Qualified name of the started element.
      static org.opentest4j.reporting.schema.QualifiedName PARENT_ID
      Qualified name of the parentId attribute of a started event.
      • Fields inherited from class org.opentest4j.reporting.events.root.Event

        ID, TIME
    • Field Detail

      • ELEMENT

        public static final org.opentest4j.reporting.schema.QualifiedName ELEMENT
        Qualified name of the started element.
      • PARENT_ID

        public static final org.opentest4j.reporting.schema.QualifiedName PARENT_ID
        Qualified name of the parentId attribute of a started event.
    • Method Detail

      • withParentId

        public Started withParentId​(java.lang.String parentId)
        Set the parentId attribute of this started event.
        Parameters:
        parentId - the parent id
        Returns:
        this event