Class Finished
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.Finished
- All Implemented Interfaces:
Appendable<Event>
The
finished element of the events namespace.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.opentest4j.reporting.schema.QualifiedNameQualified name of thefinishedelement. -
Method Summary
Methods inherited from class Element
append, toString, withAttribute, withCDataSection, withContentMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Appendable
append
-
Field Details
-
ELEMENT
public static final org.opentest4j.reporting.schema.QualifiedName ELEMENTQualified name of thefinishedelement.
-