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, 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
-
ID
public static final org.opentest4j.reporting.schema.QualifiedName IDQualified name of theid
attribute of an event. -
TIME
public static final org.opentest4j.reporting.schema.QualifiedName TIMEQualified name of thetime
attribute of an event.
-