Class Infrastructure
java.lang.Object
org.opentest4j.reporting.events.api.Element<Infrastructure>
org.opentest4j.reporting.events.api.ChildElement<Events,Infrastructure>
org.opentest4j.reporting.events.core.Infrastructure
- All Implemented Interfaces:
Appendable<Infrastructure>
The
infrastructure element of the core namespace.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.opentest4j.reporting.schema.QualifiedNameQualified name of theinfrastructureelement. -
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
-
ELEMENT
public static final org.opentest4j.reporting.schema.QualifiedName ELEMENTQualified name of theinfrastructureelement.
-