Class QualifiedName

java.lang.Object
org.opentest4j.reporting.schema.QualifiedName

public class QualifiedName extends Object
A qualified name consisting of a namespace and a simple name.
  • Method Details

    • of

      public static QualifiedName of(Namespace namespace, String simpleName)
      Create the qualified name for the supplied namespace and name.
      Parameters:
      namespace - the namespace
      simpleName - the simple name
      Returns:
      namespace with the supplied URI
    • getNamespace

      public Namespace getNamespace()
      Returns:
      the namespace of this qualified name
    • getSimpleName

      public String getSimpleName()
      Returns:
      the simple name of this qualified name
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object