Class NameTest

  • All Implemented Interfaces:
    junit.framework.Test

    public class NameTest
    extends AbstractJCRTest
    NameTest...
    • Constructor Detail

      • NameTest

        public NameTest()
    • Method Detail

      • testExpandedNameValueProperty

        public void testExpandedNameValueProperty()
                                           throws RepositoryException
        Expanded names must always be resolved. Test setting a NAME-value property.
        Throws:
        RepositoryException
      • testExpandedNameItem

        public void testExpandedNameItem()
                                  throws RepositoryException
        Test if the name of property created with an expanded name is properly return as standard JCR name.
        Throws:
        RepositoryException
      • testExpandedNameNodeUnmappedNamespace

        public void testExpandedNameNodeUnmappedNamespace()
                                                   throws RepositoryException
        Test whether a node can be created with an expanded name (using a previously unused namespace name).
        Throws:
        RepositoryException
      • testReallyNotAndExpandedName

        public void testReallyNotAndExpandedName()
                                          throws RepositoryException
        Test whether a node can be created with something looking like an expanded name which is not
        Throws:
        RepositoryException