Uses of Interface
org.opentest4j.reporting.events.api.DocumentWriter
Packages that use DocumentWriter
-
Uses of DocumentWriter in org.opentest4j.reporting.events.api
Methods in org.opentest4j.reporting.events.api that return DocumentWriterModifier and TypeMethodDescriptionstatic <R extends Element<R>>
DocumentWriter<R> DocumentWriter.create
(org.opentest4j.reporting.schema.QualifiedName rootElementName, NamespaceRegistry namespaceRegistry, 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
. -
Uses of DocumentWriter in org.opentest4j.reporting.events.root
Methods in org.opentest4j.reporting.events.root that return DocumentWriterModifier and TypeMethodDescriptionstatic DocumentWriter
<Events> Events.createDocumentWriter
(NamespaceRegistry namespaceRegistry, Path xmlFile) Create a newDocumentWriter
for the event-based reporting format.