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 NamespaceNamespace. REPORTING_COREOpen Test Reporting core namespacestatic NamespaceNamespace. REPORTING_EVENTSOpen Test Reporting events namespacestatic NamespaceNamespace. REPORTING_HIERARCHYOpen Test Reporting hierarchical namespacestatic NamespaceNamespace. REPORTING_JAVAOpen Test Reporting Java namespacestatic NamespaceNamespace. XML_SCHEMA_INSTANCEW3C 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 NamespaceQualifiedName. getNamespace()static NamespaceNamespace. 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 QualifiedNameQualifiedName. of(Namespace namespace, java.lang.String simpleName)Create the qualified name for the supplied namespace and name.
-