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 TypeInterfaceDescriptioninterfaceAppendable<T extends Element<T>>Interface for objects that support appending child elements.classChildElement<P extends Element<P>,T extends ChildElement<P, T>> Base class for child elements with well-known parent types.interfaceDocumentWriter<T extends Element<T>>Writer for documents with a certain root element type.classBase class for elements.Subclasses of Element in org.opentest4j.reporting.events.apiModifier and TypeClassDescriptionclassChildElement<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 TypeClassDescriptionclassFilePosition<P extends Element<P>>ThefilePositionelement of the core namespace.Subclasses of Element in org.opentest4j.reporting.events.coreModifier and TypeClassDescriptionclassTheattachmentselement of the core namespace.classThecpuCoreselement of the core namespace.classThedataelement of the core namespace.classThedirectorySourceelement of the core namespace.classFilePosition<P extends Element<P>>ThefilePositionelement of the core namespace.classThefileSourceelement of the core namespace.classThehostNameelement of the core namespace.final classTheinfrastructureelement of the core namespace.classThemetadataelement of the core namespace.classTheoperatingSystemelement of the core namespace.classThereasonelement of the core namespace.classTheresultelement of the core namespace.classThesourceselement of the core namespace.classThetagelement of the core namespace.classThetagselement of the core namespace.classTheuriSourceelement of the core namespace.classTheuserNameelement 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 forFilePositionelements. -
Uses of Element in org.opentest4j.reporting.events.java
Subclasses of Element in org.opentest4j.reporting.events.javaModifier and TypeClassDescriptionclassTheclasspathResourceSourceelement of the Java namespace.classTheclassSourceelement of the Java namespace.classThefileEncodingelement of the Java namespace.classTheheapSizeelement of the Java namespace.classThejavaVersionelement of the Java namespace.classThemethodSourceelement of the Java namespace.classThepackageSourceelement of the Java namespace.classThethrowableelement of the Java namespace. -
Uses of Element in org.opentest4j.reporting.events.root
Subclasses of Element in org.opentest4j.reporting.events.rootModifier and TypeClassDescriptionclassAbstract base class for all events in the events namespace.classTheeventselement of the events namespace.final classThefinishedelement of the events namespace.final classThereportedelement of the events namespace.final classThestartedelement of the events namespace.