Uses of Class
org.opentest4j.reporting.events.api.Element
Packages that use Element
Package
Description
-
Uses of Element in org.opentest4j.reporting.events.api
Classes in org.opentest4j.reporting.events.api with type parameters of type ElementModifier and TypeInterfaceDescriptioninterface
Appendable<T extends Element<T>>
Interface for objects that support appending child elements.class
ChildElement<P extends Element<P>,
T extends ChildElement<P, T>> Base class for child elements with well-known parent types.interface
DocumentWriter<T extends Element<T>>
Writer for documents with a certain root element type.class
Base class for elements.Subclasses of Element in org.opentest4j.reporting.events.apiModifier and TypeClassDescriptionclass
ChildElement<P extends Element<P>,
T extends ChildElement<P, T>> Base class for child elements with well-known parent types.Methods in org.opentest4j.reporting.events.api with type parameters of type ElementModifier and TypeMethodDescriptionstatic <R extends Element<R>>
DocumentWriter<R> DocumentWriter.create
(org.opentest4j.reporting.schema.QualifiedName rootElementName, NamespaceRegistry namespaceRegistry, Path xmlFile) Create a new document writer with the supplied root element name and namespace registry that will write to the supplied XML file.static <T extends Element<T>>
DocumentWriter<T> DocumentWriter.noop()
Create a no-op implementation ofDocumentWriter
.Methods in org.opentest4j.reporting.events.api that return ElementModifier and TypeMethodDescriptionElement.withAttribute
(org.opentest4j.reporting.schema.QualifiedName qualifiedName, String value) Add an attribute to this element.Element.withCDataSection
(String value) Add a CDATA section to this element.Element.withContent
(String value) Add text content to this element. -
Uses of Element in org.opentest4j.reporting.events.core
Classes in org.opentest4j.reporting.events.core with type parameters of type ElementModifier and TypeClassDescriptionclass
FilePosition<P extends Element<P>>
ThefilePosition
element of the core namespace.Subclasses of Element in org.opentest4j.reporting.events.coreModifier and TypeClassDescriptionclass
Theattachments
element of the core namespace.class
ThecpuCores
element of the core namespace.class
Thedata
element of the core namespace.class
ThedirectorySource
element of the core namespace.class
FilePosition<P extends Element<P>>
ThefilePosition
element of the core namespace.class
ThefileSource
element of the core namespace.class
ThehostName
element of the core namespace.final class
Theinfrastructure
element of the core namespace.class
Themetadata
element of the core namespace.class
TheoperatingSystem
element of the core namespace.class
Thereason
element of the core namespace.class
Theresult
element of the core namespace.class
Thesources
element of the core namespace.class
Thetag
element of the core namespace.class
Thetags
element of the core namespace.class
TheuriSource
element of the core namespace.class
TheuserName
element of the core namespace.Methods in org.opentest4j.reporting.events.core with type parameters of type ElementModifier and TypeMethodDescriptionstatic <P extends Element<P>>
Factory<FilePosition<P>> CoreFactory.filePosition
(int line, Optional<Integer> column) Create a factory forFilePosition
elements. -
Uses of Element in org.opentest4j.reporting.events.java
Subclasses of Element in org.opentest4j.reporting.events.javaModifier and TypeClassDescriptionclass
TheclasspathResourceSource
element of the Java namespace.class
TheclassSource
element of the Java namespace.class
ThefileEncoding
element of the Java namespace.class
TheheapSize
element of the Java namespace.class
ThejavaVersion
element of the Java namespace.class
ThemethodSource
element of the Java namespace.class
ThepackageSource
element of the Java namespace.class
Thethrowable
element of the Java namespace. -
Uses of Element in org.opentest4j.reporting.events.root
Subclasses of Element in org.opentest4j.reporting.events.rootModifier and TypeClassDescriptionclass
Abstract base class for all events in the events namespace.class
Theevents
element of the events namespace.final class
Thefinished
element of the events namespace.final class
Thereported
element of the events namespace.final class
Thestarted
element of the events namespace.