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 interfaceAppendable<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.classElement<T extends Element<T>>Base class for elements.Subclasses of Element in org.opentest4j.reporting.events.api Modifier and Type Class Description classChildElement<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 classFilePosition<P extends Element<P>>ThefilePositionelement of the core namespace.Subclasses of Element in org.opentest4j.reporting.events.core Modifier and Type Class Description classAttachmentsTheattachmentselement of the core namespace.classCpuCoresThecpuCoreselement of the core namespace.classDataThedataelement of the core namespace.classDirectorySourceThedirectorySourceelement of the core namespace.classFilePosition<P extends Element<P>>ThefilePositionelement of the core namespace.classFileSourceThefileSourceelement of the core namespace.classHostNameThehostNameelement of the core namespace.classInfrastructureTheinfrastructureelement of the core namespace.classMetadataThemetadataelement of the core namespace.classOperatingSystemTheoperatingSystemelement of the core namespace.classReasonThereasonelement of the core namespace.classResultTheresultelement of the core namespace.classSourcesThesourceselement of the core namespace.classTagThetagelement of the core namespace.classTagsThetagselement of the core namespace.classUriSourceTheuriSourceelement of the core namespace.classUserNameTheuserNameelement 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 forFilePositionelements. -
Uses of Element in org.opentest4j.reporting.events.java
Subclasses of Element in org.opentest4j.reporting.events.java Modifier and Type Class Description classClasspathResourceSourceTheclasspathResourceSourceelement of the Java namespace.classClassSourceTheclassSourceelement of the Java namespace.classFileEncodingThefileEncodingelement of the Java namespace.classHeapSizeTheheapSizeelement of the Java namespace.classJavaVersionThejavaVersionelement of the Java namespace.classMethodSourceThemethodSourceelement of the Java namespace.classPackageSourceThepackageSourceelement of the Java namespace.classThrowableThethrowableelement 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 classEventAbstract base class for all events in the events namespace.classEventsTheeventselement of the events namespace.classFinishedThefinishedelement of the events namespace.classReportedThereportedelement of the events namespace.classStartedThestartedelement of the events namespace.
-