org.apache.jackrabbit.test.api.nodetype
Class NodeTypeTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.apache.jackrabbit.test.JUnitTest
              extended byorg.apache.jackrabbit.test.AbstractJCRTest
                  extended byorg.apache.jackrabbit.test.api.nodetype.NodeTypeTest
All Implemented Interfaces:
junit.framework.Test

public class NodeTypeTest
extends AbstractJCRTest

Tests if the node type hierarchy is correctly mapped to the methods defined in NodeType.


Field Summary
 
Fields inherited from class org.apache.jackrabbit.test.AbstractJCRTest
helper, isReadOnly, jcrBaseVersion, jcrCreated, jcrFrozenNode, jcrlockIsDeep, jcrLockOwner, jcrMergeFailed, jcrMixinTypes, jcrPredecessors, jcrPrimaryType, jcrRootVersion, jcrSuccessors, jcrSystem, jcrUUID, jcrVersionHistory, mixLockable, mixReferenceable, mixVersionable, nodeName1, nodeName2, nodeName3, nodeName4, NS_JCR_URI, NS_MIX_URI, NS_NT_URI, NS_SV_URI, ntBase, ntFrozenNode, ntQuery, ntVersion, ntVersionHistory, ntVersionLabels, propertyName1, propertyName2, superuser, testNodeType, testPath, testRoot, testRootNode, workspaceName
 
Fields inherited from class org.apache.jackrabbit.test.JUnitTest
log
 
Constructor Summary
NodeTypeTest()
           
 
Method Summary
protected  void setUp()
          Sets up the fixture for the test cases.
protected  void tearDown()
          Releases the session aquired in setUp().
 void testGetDeclaredChildNodeDefs()
          Test if all node defs returned by getDeclaredChildNodeDefs() are also returned by getChildNodeDefs().
 void testGetDeclaredPropertyDefs()
          Test if all property defs returned by getDeclatedPropertyDefs() are also returned by getPropertyDefs().
 void testGetDeclaredSupertypes()
          Test if all node types returned by getDeclatedSupertypes() are also returned by getSupertypes().
 void testGetName()
          Test if getNode() returns the name of a node type.
 void testGetPrimaryItemName()
          Test if node.getPrimaryItemName() returns the same name as node.getPrimaryItem().getName()
 void testGetPrimaryItemNameNotExisting()
          Test if node.getPrimaryItemName() returns null if no primary item is defined
 void testGetPropertyDefs()
          Test if getPropertyDefs() of a primary node returns also "jcr:primaryType" which is inherited from "nt:base".
 void testGetSupertypes()
          Test if getSupertypes() of a primary node that is not "nt:base" returns at least "nt:base".
 void testIsMixin()
          Test if isMixin() returns false if applied on a primary node type and true on a mixin node type.
 void testIsNodeType()
          Test if isNodeType(String nodeTypeName) returns true if nodeTypeName is the name of the node itself.
 
Methods inherited from class org.apache.jackrabbit.test.AbstractJCRTest
createRandomString, getNonExistingWorkspaceName, getProperty, getSize, run
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeTypeTest

public NodeTypeTest()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Sets up the fixture for the test cases.

Overrides:
setUp in class AbstractJCRTest
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Releases the session aquired in setUp().

Overrides:
tearDown in class AbstractJCRTest
Throws:
java.lang.Exception

testGetName

public void testGetName()
                 throws javax.jcr.RepositoryException
Test if getNode() returns the name of a node type.

Throws:
javax.jcr.RepositoryException

testIsMixin

public void testIsMixin()
                 throws javax.jcr.RepositoryException
Test if isMixin() returns false if applied on a primary node type and true on a mixin node type.

Throws:
javax.jcr.RepositoryException

testGetPrimaryItemName

public void testGetPrimaryItemName()
                            throws NotExecutableException,
                                   javax.jcr.RepositoryException
Test if node.getPrimaryItemName() returns the same name as node.getPrimaryItem().getName()

Throws:
NotExecutableException
javax.jcr.RepositoryException

testGetPrimaryItemNameNotExisting

public void testGetPrimaryItemNameNotExisting()
                                       throws NotExecutableException,
                                              javax.jcr.RepositoryException
Test if node.getPrimaryItemName() returns null if no primary item is defined

Throws:
NotExecutableException
javax.jcr.RepositoryException

testGetSupertypes

public void testGetSupertypes()
                       throws NotExecutableException,
                              javax.jcr.RepositoryException
Test if getSupertypes() of a primary node that is not "nt:base" returns at least "nt:base". NotExecutableException is thrown if no primary node type apart from "nt:base".

Throws:
NotExecutableException
javax.jcr.RepositoryException

testGetDeclaredSupertypes

public void testGetDeclaredSupertypes()
                               throws javax.jcr.RepositoryException
Test if all node types returned by getDeclatedSupertypes() are also returned by getSupertypes(). All existing node types are tested.

Throws:
javax.jcr.RepositoryException

testIsNodeType

public void testIsNodeType()
                    throws javax.jcr.RepositoryException
Test if isNodeType(String nodeTypeName) returns true if nodeTypeName is the name of the node itself. Also, primary node types must return true if nodeTypeName is "nt:base", and mixin node types must return false in that case.

Throws:
javax.jcr.RepositoryException

testGetDeclaredPropertyDefs

public void testGetDeclaredPropertyDefs()
                                 throws javax.jcr.RepositoryException
Test if all property defs returned by getDeclatedPropertyDefs() are also returned by getPropertyDefs(). All existing node types are tested.

Throws:
javax.jcr.RepositoryException

testGetPropertyDefs

public void testGetPropertyDefs()
                         throws NotExecutableException,
                                javax.jcr.RepositoryException
Test if getPropertyDefs() of a primary node returns also "jcr:primaryType" which is inherited from "nt:base".

Throws:
NotExecutableException
javax.jcr.RepositoryException

testGetDeclaredChildNodeDefs

public void testGetDeclaredChildNodeDefs()
                                  throws javax.jcr.RepositoryException
Test if all node defs returned by getDeclaredChildNodeDefs() are also returned by getChildNodeDefs(). All existing node types are tested.

Throws:
javax.jcr.RepositoryException


Copyright © -2005 . All Rights Reserved.