Uses of Class
org.opentest4j.reporting.events.api.Element
-
Packages that use Element Package Description org.opentest4j.reporting.events.api org.opentest4j.reporting.events.core org.opentest4j.reporting.events.java org.opentest4j.reporting.events.root -
-
Uses of Element in org.opentest4j.reporting.events.api
Classes in org.opentest4j.reporting.events.api with type parameters of type Element Modifier and Type Interface Description interface
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
Element<T extends Element<T>>
Base class for elements.Subclasses of Element in org.opentest4j.reporting.events.api Modifier and Type Class Description class
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 Element Modifier and Type Method Description static <R extends Element<R>>
DocumentWriter<R>DocumentWriter. create(org.opentest4j.reporting.schema.QualifiedName rootElementName, NamespaceRegistry namespaceRegistry, java.nio.file.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 Element Modifier and Type Method Description Element<T>
Element. withAttribute(org.opentest4j.reporting.schema.QualifiedName qualifiedName, java.lang.String value)
Add an attribute to this element.Element<T>
Element. withCDataSection(java.lang.String value)
Add a CDATA section to this element.Element<T>
Element. withContent(java.lang.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 Element Modifier and Type Class Description class
FilePosition<P extends Element<P>>
ThefilePosition
element of the core namespace.Subclasses of Element in org.opentest4j.reporting.events.core Modifier and Type Class Description class
Attachments
Theattachments
element of the core namespace.class
CpuCores
ThecpuCores
element of the core namespace.class
Data
Thedata
element of the core namespace.class
DirectorySource
ThedirectorySource
element of the core namespace.class
FilePosition<P extends Element<P>>
ThefilePosition
element of the core namespace.class
FileSource
ThefileSource
element of the core namespace.class
HostName
ThehostName
element of the core namespace.class
Infrastructure
Theinfrastructure
element of the core namespace.class
Metadata
Themetadata
element of the core namespace.class
OperatingSystem
TheoperatingSystem
element of the core namespace.class
Reason
Thereason
element of the core namespace.class
Result
Theresult
element of the core namespace.class
Sources
Thesources
element of the core namespace.class
Tag
Thetag
element of the core namespace.class
Tags
Thetags
element of the core namespace.class
UriSource
TheuriSource
element of the core namespace.class
UserName
TheuserName
element of the core namespace.Methods in org.opentest4j.reporting.events.core with type parameters of type Element Modifier and Type Method Description static <P extends Element<P>>
Factory<FilePosition<P>>CoreFactory. filePosition(int line, java.util.Optional<java.lang.Integer> column)
Create a factory forFilePosition
elements. -
Uses of Element in org.opentest4j.reporting.events.java
Subclasses of Element in org.opentest4j.reporting.events.java Modifier and Type Class Description class
ClasspathResourceSource
TheclasspathResourceSource
element of the Java namespace.class
ClassSource
TheclassSource
element of the Java namespace.class
FileEncoding
ThefileEncoding
element of the Java namespace.class
HeapSize
TheheapSize
element of the Java namespace.class
JavaVersion
ThejavaVersion
element of the Java namespace.class
MethodSource
ThemethodSource
element of the Java namespace.class
PackageSource
ThepackageSource
element of the Java namespace.class
Throwable
Thethrowable
element of the Java namespace. -
Uses of Element in org.opentest4j.reporting.events.root
Subclasses of Element in org.opentest4j.reporting.events.root Modifier and Type Class Description class
Event
Abstract base class for all events in the events namespace.class
Events
Theevents
element of the events namespace.class
Finished
Thefinished
element of the events namespace.class
Reported
Thereported
element of the events namespace.class
Started
Thestarted
element of the events namespace.
-