Class Event
java.lang.Object
org.opentest4j.reporting.events.api.Element<Event>
org.opentest4j.reporting.events.api.ChildElement<Events,Event>
org.opentest4j.reporting.events.root.Event
- All Implemented Interfaces:
Appendable<Event>
Abstract base class for all events in the events namespace.
-
Field Summary
Fields -
Method Summary
Methods inherited from class org.opentest4j.reporting.events.api.Element
append, toString, withAttribute, withCDataSection, withContentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.opentest4j.reporting.events.api.Appendable
append
-
Field Details
-
ID
public static final org.opentest4j.reporting.schema.QualifiedName IDQualified name of theidattribute of an event. -
TIME
public static final org.opentest4j.reporting.schema.QualifiedName TIMEQualified name of thetimeattribute of an event.
-