|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.jackrabbit.test.JUnitTest
org.apache.jackrabbit.test.AbstractJCRTest
org.apache.jackrabbit.test.api.observation.AbstractObservationTest
org.apache.jackrabbit.test.api.observation.NodeReorderTest
public class NodeReorderTest
Tests if Node.orderBefore(String, String)
operations trigger
the appropriate observation events.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.jackrabbit.test.api.observation.AbstractObservationTest |
---|
AbstractObservationTest.Callable |
Field Summary |
---|
Fields inherited from class org.apache.jackrabbit.test.api.observation.AbstractObservationTest |
---|
ALL_TYPES, DEFAULT_WAIT_TIMEOUT, obsMgr |
Fields inherited from class org.apache.jackrabbit.test.AbstractJCRTest |
---|
isReadOnly, jcrBaseVersion, jcrCopiedFrom, jcrCreated, jcrFrozenNode, jcrFrozenUuid, jcrIsCheckedOut, jcrlockIsDeep, jcrLockOwner, jcrMergeFailed, jcrMixinTypes, jcrPredecessors, jcrPrimaryType, jcrRootVersion, jcrSuccessors, jcrSystem, jcrUUID, jcrVersionHistory, mixLockable, mixReferenceable, mixShareable, mixSimpleVersionable, mixVersionable, nodeName1, nodeName2, nodeName3, nodeName4, NS_JCR_URI, NS_MIX_URI, NS_NT_URI, NS_SV_URI, ntBase, ntFrozenNode, ntQuery, ntUnstructured, ntVersion, ntVersionHistory, ntVersionLabels, propertyName1, propertyName2, superuser, testNodeType, testNodeTypeNoChildren, testPath, testRoot, testRootNode, vf, workspaceName |
Fields inherited from class org.apache.jackrabbit.test.JUnitTest |
---|
log |
Constructor Summary | |
---|---|
NodeReorderTest()
|
Method Summary | |
---|---|
protected void |
checkInfoEntry(java.util.Map info,
java.lang.String key,
java.lang.String expected)
Checks if the info map contains the given key with the
expected value. |
protected void |
checkNodeReordered(javax.jcr.observation.Event[] events,
java.lang.String src,
java.lang.String dest,
java.lang.String before)
Checks Events for paths. |
void |
testNodeReorder()
Tests if reordering a child node triggers a Event.NODE_REMOVED
and a Event.NODE_ADDED event. |
void |
testNodeReorderSameName()
Tests if reordering a child node triggers a Event.NODE_REMOVED
and a Event.NODE_ADDED event with same name siblings. |
void |
testNodeReorderSameNameWithRemove()
Tests if reordering a child node triggers a Event.NODE_REMOVED
and a Event.NODE_ADDED event with same name siblings. |
Methods inherited from class org.apache.jackrabbit.test.api.observation.AbstractObservationTest |
---|
addEventListener, addEventListener, checkNodeAdded, checkNodeRemoved, checkNodes, checkPropertyAdded, checkPropertyChanged, checkPropertyRemoved, getEventByPath, getEvents, removeEventListener, setUp, tearDown, toArray |
Methods inherited from class org.apache.jackrabbit.test.AbstractJCRTest |
---|
checkSupportedOption, cleanUp, cleanUpTestRoot, createRandomString, ensureCanSetProperty, ensureCanSetProperty, ensureCanSetProperty, ensureKnowsNodeType, ensureMixinType, ensureMultipleWorkspacesSupported, getHelper, getJcrValue, getLocalName, getNonExistingWorkspaceName, getProperty, 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, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NodeReorderTest()
Method Detail |
---|
public void testNodeReorder() throws javax.jcr.RepositoryException, NotExecutableException
Event.NODE_REMOVED
and a Event.NODE_ADDED
event.
javax.jcr.RepositoryException
NotExecutableException
public void testNodeReorderSameName() throws javax.jcr.RepositoryException, NotExecutableException
Event.NODE_REMOVED
and a Event.NODE_ADDED
event with same name siblings.
javax.jcr.RepositoryException
NotExecutableException
public void testNodeReorderSameNameWithRemove() throws javax.jcr.RepositoryException, NotExecutableException
Event.NODE_REMOVED
and a Event.NODE_ADDED
event with same name siblings. Furthermore
a node is removed in the same save scope.
javax.jcr.RepositoryException
NotExecutableException
protected void checkNodeReordered(javax.jcr.observation.Event[] events, java.lang.String src, java.lang.String dest, java.lang.String before) throws javax.jcr.RepositoryException
Events
for paths. All relPaths
are
relative to AbstractJCRTest.testRoot
.
events
- the Event
s.src
- the source child path where the node was reordered from.dest
- the destination child path where the node was reordered to.before
- the destination child path where the node was reordered before.
javax.jcr.RepositoryException
- if an error occurs while retrieving the nodes
from event instances.protected void checkInfoEntry(java.util.Map info, java.lang.String key, java.lang.String expected)
key
with the
expected
value.
info
- the event info map.key
- the name of the key.expected
- the expected value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |