Class Infrastructure
- java.lang.Object
-
- org.opentest4j.reporting.events.api.Element<T>
-
- org.opentest4j.reporting.events.api.ChildElement<Events,Infrastructure>
-
- org.opentest4j.reporting.events.core.Infrastructure
-
- All Implemented Interfaces:
Appendable<Infrastructure>
public final class Infrastructure extends ChildElement<Events,Infrastructure>
Theinfrastructure
element of the core namespace.
-
-
Field Summary
Fields Modifier and Type Field Description static org.opentest4j.reporting.schema.QualifiedName
ELEMENT
Qualified name of theinfrastructure
element.
-
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
-
-