Uses of Interface
org.opentest4j.reporting.events.api.Appendable
Packages that use Appendable
Package
Description
-
Uses of Appendable in org.opentest4j.reporting.events.api
Subinterfaces of Appendable in org.opentest4j.reporting.events.apiModifier and TypeInterfaceDescriptioninterface
DocumentWriter<T extends Element<T>>
Writer for documents with a certain root element type.Classes in org.opentest4j.reporting.events.api that implement AppendableModifier and TypeClassDescriptionclass
ChildElement<P extends Element<P>,
T extends ChildElement<P, T>> Base class for child elements with well-known parent types.class
Base class for elements.Methods in org.opentest4j.reporting.events.api that return AppendableModifier and TypeMethodDescriptiondefault <C extends ChildElement<T,
? super C>>
Appendable<T> Append the child element created by the supplied factory.<C extends ChildElement<T,
? super C>>
Appendable<T> <C extends ChildElement<T,
? super C>>
Appendable<T> -
Uses of Appendable in org.opentest4j.reporting.events.core
Classes in org.opentest4j.reporting.events.core that implement AppendableModifier and TypeClassDescriptionclass
Theattachments
element of the core namespace.class
ThecpuCores
element of the core namespace.class
Thedata
element of the core namespace.class
ThedirectorySource
element of the core namespace.class
FilePosition<P extends Element<P>>
ThefilePosition
element of the core namespace.class
ThefileSource
element of the core namespace.class
ThehostName
element of the core namespace.final class
Theinfrastructure
element of the core namespace.class
Themetadata
element of the core namespace.class
TheoperatingSystem
element of the core namespace.class
Thereason
element of the core namespace.class
Theresult
element of the core namespace.class
Thesources
element of the core namespace.class
Thetag
element of the core namespace.class
Thetags
element of the core namespace.class
TheuriSource
element of the core namespace.class
TheuserName
element of the core namespace.Methods in org.opentest4j.reporting.events.core that return AppendableModifier and TypeMethodDescriptionFileSource.addFilePosition
(int line, Optional<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 AppendableModifier and TypeClassDescriptionclass
TheclasspathResourceSource
element of the Java namespace.class
TheclassSource
element of the Java namespace.class
ThefileEncoding
element of the Java namespace.class
TheheapSize
element of the Java namespace.class
ThejavaVersion
element of the Java namespace.class
ThemethodSource
element of the Java namespace.class
ThepackageSource
element of the Java namespace.class
Thethrowable
element of the Java namespace.Methods in org.opentest4j.reporting.events.java that return AppendableModifier and TypeMethodDescriptionClasspathResourceSource.addFilePosition
(int line, Optional<Integer> column) Add afilePosition
child element to this element.ClassSource.addFilePosition
(int line, Optional<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 AppendableModifier and TypeClassDescriptionclass
Abstract base class for all events in the events namespace.class
Theevents
element of the events namespace.final class
Thefinished
element of the events namespace.final class
Thereported
element of the events namespace.final class
Thestarted
element of the events namespace.