Class | Description |
---|---|
TestEquals |
Tests the behavior of
OMNamespace.equals(String, String) for an OMNamespace
instance with non null prefix. |
TestEqualsWithNullPrefix |
Tests the behavior of
OMNamespace.equals(String, String) for an OMNamespace
instance with non prefix. |
TestGetNamespaceURI |
Tests the behavior of
OMNamespace.getNamespaceURI() . |
TestGetPrefix |
Tests the behavior of
OMNamespace.getPrefix() . |
TestHashCode |
Tests that the
OMNamespace overrides Object.hashCode() . |
TestObjectEquals |
Tests the behavior of
Object.equals(Object) for OMNamespace instances with same
namespace URI and prefix. |
TestObjectEqualsWithDifferentPrefixes |
Tests the behavior of
Object.equals(Object) for OMNamespace instances with
different prefixes. |
TestObjectEqualsWithDifferentURIs |
Tests the behavior of
Object.equals(Object) for OMNamespace instances with
different namespace URIs. |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.