Uses of Class
org.opentest4j.reporting.events.api.NamespaceRegistry
Packages that use NamespaceRegistry
-
Uses of NamespaceRegistry in org.opentest4j.reporting.events.api
Methods in org.opentest4j.reporting.events.api that return NamespaceRegistryMethods in org.opentest4j.reporting.events.api with parameters of type NamespaceRegistryModifier 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. -
Uses of NamespaceRegistry in org.opentest4j.reporting.events.root
Methods in org.opentest4j.reporting.events.root with parameters of type NamespaceRegistryModifier and TypeMethodDescriptionstatic DocumentWriter
<Events> Events.createDocumentWriter
(NamespaceRegistry namespaceRegistry, Path xmlFile) Create a newDocumentWriter
for the event-based reporting format.