Package org.opentest4j.reporting.schema
Class QualifiedName
java.lang.Object
org.opentest4j.reporting.schema.QualifiedName
A qualified name consisting of a namespace and a simple name.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
static QualifiedName
Create the qualified name for the supplied namespace and name.
-
Method Details
-
of
Create the qualified name for the supplied namespace and name.- Parameters:
namespace
- the namespacesimpleName
- the simple name- Returns:
- namespace with the supplied URI
-
getNamespace
- Returns:
- the namespace of this qualified name
-
getSimpleName
- Returns:
- the simple name of this qualified name
-
equals
-
hashCode
public int hashCode()
-