Uses of Class
org.opentest4j.reporting.events.api.NamespaceRegistry
-
Packages that use NamespaceRegistry Package Description org.opentest4j.reporting.events.api org.opentest4j.reporting.events.root -
-
Uses of NamespaceRegistry in org.opentest4j.reporting.events.api
Methods in org.opentest4j.reporting.events.api that return NamespaceRegistry Modifier and Type Method Description NamespaceRegistry
NamespaceRegistry.Builder. build()
Build theNamespaceRegistry
.Methods in org.opentest4j.reporting.events.api with parameters of type NamespaceRegistry 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. -
Uses of NamespaceRegistry in org.opentest4j.reporting.events.root
Methods in org.opentest4j.reporting.events.root with parameters of type NamespaceRegistry 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.
-