Uses of Class
org.opentest4j.reporting.events.api.ChildElement
-
Packages that use ChildElement Package Description org.opentest4j.reporting.events.api org.opentest4j.reporting.events.core org.opentest4j.reporting.events.java org.opentest4j.reporting.events.root -
-
Uses of ChildElement in org.opentest4j.reporting.events.api
Classes in org.opentest4j.reporting.events.api with type parameters of type ChildElement 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 ChildElement Modifier and Type Method Description default <C extends ChildElement<T,? super C>>
Appendable<T>Appendable. append(Factory<C> creator)Append the child element created by the supplied factory.<C extends ChildElement<T,? super C>>
Appendable<T>Appendable. append(Factory<C> creator, java.util.function.Consumer<? super C> configurer)Append the child element created by the supplied factory configured by the supplied consumer.<C extends ChildElement<T,? super C>>
Appendable<T>Element. append(Factory<C> creator, java.util.function.Consumer<? super C> configurer) -
Uses of ChildElement in org.opentest4j.reporting.events.core
Subclasses of ChildElement 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. -
Uses of ChildElement in org.opentest4j.reporting.events.java
Subclasses of ChildElement 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 ChildElement in org.opentest4j.reporting.events.root
Subclasses of ChildElement in org.opentest4j.reporting.events.root Modifier and Type Class Description classEventAbstract base class for all events in the events namespace.classFinishedThefinishedelement of the events namespace.classReportedThereportedelement of the events namespace.classStartedThestartedelement of the events namespace.
-