org.apache.jackrabbit.test.api.observation
Class WorkspaceOperationTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.jackrabbit.test.JUnitTest
              extended by org.apache.jackrabbit.test.AbstractJCRTest
                  extended by org.apache.jackrabbit.test.api.observation.AbstractObservationTest
                      extended by org.apache.jackrabbit.test.api.observation.WorkspaceOperationTest
All Implemented Interfaces:
junit.framework.Test

public class WorkspaceOperationTest
extends AbstractObservationTest

Tests if workspace operations trigger the appropriate observation events.

Configuration requirements are:
The AbstractJCRTest.testRoot must allow child nodes of type AbstractJCRTest.testNodeType. The child nodes that are created will be named AbstractJCRTest.nodeName1, AbstractJCRTest.nodeName2, AbstractJCRTest.nodeName3 and AbstractJCRTest.nodeName4. Furthermore AbstractJCRTest.testNodeType must allow to add child nodes of the same type (AbstractJCRTest.testNodeType).


Field Summary
 
Fields inherited from class org.apache.jackrabbit.test.api.observation.AbstractObservationTest
DEFAULT_WAIT_TIMEOUT, obsMgr
 
Fields inherited from class org.apache.jackrabbit.test.AbstractJCRTest
helper, isReadOnly, jcrBaseVersion, jcrCreated, jcrFrozenNode, jcrFrozenUuid, 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, testNodeTypeNoChildren, testPath, testRoot, testRootNode, workspaceName
 
Fields inherited from class org.apache.jackrabbit.test.JUnitTest
log
 
Constructor Summary
WorkspaceOperationTest()
           
 
Method Summary
 void testCopy()
          Tests if Workspace.copy(String, String) triggers the correct events.
 void testMove()
          Tests if Workspace.move(String, String) triggers the correct events.
 void testRename()
          Tests if Workspace.move(String, String) triggers the correct events.
 
Methods inherited from class org.apache.jackrabbit.test.api.observation.AbstractObservationTest
addEventListener, addEventListener, checkNodeAdded, checkNodeRemoved, checkPropertyAdded, checkPropertyChanged, checkPropertyRemoved, removeEventListener, setUp, tearDown, toArray
 
Methods inherited from class org.apache.jackrabbit.test.AbstractJCRTest
cleanUp, cleanUpTestRoot, createRandomString, ensureCanSetProperty, ensureCanSetProperty, ensureCanSetProperty, ensureMultipleWorkspacesSupported, getNonExistingWorkspaceName, getProperty, getSize, isSupported, needsMixin, 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

WorkspaceOperationTest

public WorkspaceOperationTest()
Method Detail

testCopy

public void testCopy()
              throws RepositoryException
Tests if Workspace.copy(String, String) triggers the correct events.

Throws:
RepositoryException

testRename

public void testRename()
                throws RepositoryException
Tests if Workspace.move(String, String) triggers the correct events.

Throws:
RepositoryException

testMove

public void testMove()
              throws RepositoryException
Tests if Workspace.move(String, String) triggers the correct events.

Throws:
RepositoryException


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.