org.apache.jackrabbit.test.api.version
Class AbstractVersionTest

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.version.AbstractVersionTest
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
AbstractOnParentVersionTest, CheckinTest, CheckoutTest, GetContainingHistoryTest, GetCreatedTest, GetPredecessorsTest, GetVersionableUUIDTest, RemoveVersionTest, RestoreTest, SessionMoveVersionExceptionTest, VersionGraphTest, VersionHistoryTest, VersionLabelTest, VersionStorageTest, VersionTest, WorkspaceMoveVersionExceptionTest

public class AbstractVersionTest
extends AbstractJCRTest

AbstractVersionTest is the abstract base class for all versioning related test classes.


Field Summary
protected  javax.jcr.Node nonVersionableNode
           
protected  javax.jcr.nodetype.NodeType nonVersionableNodeType
           
protected  java.lang.String propertyValue
           
protected  javax.jcr.Node versionableNode
           
protected  javax.jcr.nodetype.NodeType versionableNodeType
           
 
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
AbstractVersionTest()
           
 
Method Summary
protected  javax.jcr.Node createVersionableNode(javax.jcr.Node parent, java.lang.String name, javax.jcr.nodetype.NodeType nodetype)
          Create a versionable node below the given parent node.
protected  long getNumberOfVersions(javax.jcr.version.VersionHistory vHistory)
          Retrieve the number of versions present in the given version history.
protected  void setUp()
           
protected  void tearDown()
           
 
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
 

Field Detail

versionableNodeType

protected javax.jcr.nodetype.NodeType versionableNodeType

nonVersionableNodeType

protected javax.jcr.nodetype.NodeType nonVersionableNodeType

versionableNode

protected javax.jcr.Node versionableNode

nonVersionableNode

protected javax.jcr.Node nonVersionableNode

propertyValue

protected java.lang.String propertyValue
Constructor Detail

AbstractVersionTest

public AbstractVersionTest()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class AbstractJCRTest
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Overrides:
tearDown in class AbstractJCRTest
Throws:
java.lang.Exception

getNumberOfVersions

protected long getNumberOfVersions(javax.jcr.version.VersionHistory vHistory)
                            throws javax.jcr.RepositoryException
Retrieve the number of versions present in the given version history.

Parameters:
vHistory -
Returns:
number of versions
Throws:
javax.jcr.RepositoryException

createVersionableNode

protected javax.jcr.Node createVersionableNode(javax.jcr.Node parent,
                                               java.lang.String name,
                                               javax.jcr.nodetype.NodeType nodetype)
                                        throws javax.jcr.RepositoryException
Create a versionable node below the given parent node. If the specified nodetype name is not mix:versionable an attempt is made to add the mix:versionable mixin type to the created child node.

Parameters:
parent -
name -
nodetype -
Returns:
versionable node.
Throws:
javax.jcr.RepositoryException


Copyright © -2005 . All Rights Reserved.