Uses of Interface
org.opentest4j.reporting.events.api.Appendable
-
Packages that use Appendable Package Description org.opentest4j.reporting.events.api org.opentest4j.reporting.events.core org.opentest4j.reporting.events.java org.opentest4j.reporting.events.root -
-
Uses of Appendable in org.opentest4j.reporting.events.api
Subinterfaces of Appendable in org.opentest4j.reporting.events.api Modifier and Type Interface Description interfaceDocumentWriter<T extends Element<T>>Writer for documents with a certain root element type.Classes in org.opentest4j.reporting.events.api that implement Appendable 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.classElement<T extends Element<T>>Base class for elements.Methods in org.opentest4j.reporting.events.api that return Appendable 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 Appendable in org.opentest4j.reporting.events.core
Classes in org.opentest4j.reporting.events.core that implement Appendable 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 that return Appendable Modifier and Type Method Description Appendable<FileSource>FileSource. addFilePosition(int line, java.util.Optional<java.lang.Integer> column)Add afilePositionchild element to this element. -
Uses of Appendable in org.opentest4j.reporting.events.java
Classes in org.opentest4j.reporting.events.java that implement Appendable 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.Methods in org.opentest4j.reporting.events.java that return Appendable Modifier and Type Method Description Appendable<ClasspathResourceSource>ClasspathResourceSource. addFilePosition(int line, java.util.Optional<java.lang.Integer> column)Add afilePositionchild element to this element.Appendable<ClassSource>ClassSource. addFilePosition(int line, java.util.Optional<java.lang.Integer> column)Add afilePositionchild element to this element. -
Uses of Appendable in org.opentest4j.reporting.events.root
Classes in org.opentest4j.reporting.events.root that implement Appendable 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.
-