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