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 interface
DocumentWriter<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 class
ChildElement<P extends Element<P>,T extends ChildElement<P,T>>
Base class for child elements with well-known parent types.class
Element<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 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 that return Appendable Modifier and Type Method Description Appendable<FileSource>
FileSource. addFilePosition(int line, java.util.Optional<java.lang.Integer> column)
Add afilePosition
child 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 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.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 afilePosition
child element to this element.Appendable<ClassSource>
ClassSource. addFilePosition(int line, java.util.Optional<java.lang.Integer> column)
Add afilePosition
child 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 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.
-