Uses of Class
org.opentest4j.reporting.schema.Namespace
-
-
Uses of Namespace in org.opentest4j.reporting.schema
Fields in org.opentest4j.reporting.schema declared as Namespace Modifier and Type Field Description static Namespace
Namespace. REPORTING_CORE
Open Test Reporting core namespacestatic Namespace
Namespace. REPORTING_EVENTS
Open Test Reporting events namespacestatic Namespace
Namespace. REPORTING_HIERARCHY
Open Test Reporting hierarchical namespacestatic Namespace
Namespace. REPORTING_JAVA
Open Test Reporting Java namespacestatic Namespace
Namespace. XML_SCHEMA_INSTANCE
W3C XML Schema Instance namespace ("http://www.w3.org/2001/XMLSchema-instance").Methods in org.opentest4j.reporting.schema that return Namespace Modifier and Type Method Description Namespace
QualifiedName. getNamespace()
static Namespace
Namespace. of(java.lang.String uri)
Create the namespace with the supplied URI.Methods in org.opentest4j.reporting.schema with parameters of type Namespace Modifier and Type Method Description static QualifiedName
QualifiedName. of(Namespace namespace, java.lang.String simpleName)
Create the qualified name for the supplied namespace and name.
-