|
|||||||||||
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
This class implements the basic setUp()
and AbstractJCRTest.tearDown()
methods for the observation test cases.
Field Summary | |
protected static long |
DEFAULT_WAIT_TIMEOUT
Default wait timeout for events: 5000 ms |
protected javax.jcr.observation.ObservationManager |
obsMgr
The ObservationManager |
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 | |
AbstractObservationTest()
|
Method Summary | |
protected void |
addEventListener(javax.jcr.observation.EventListener listener)
Registers an EventListener for all events. |
protected void |
addEventListener(javax.jcr.observation.EventListener listener,
int eventType)
Registers an EventListener for events of the specified
type(s). |
protected void |
checkNodeAdded(javax.jcr.observation.Event[] events,
java.lang.String[] relPaths)
Checks Events for paths. |
protected void |
checkNodeRemoved(javax.jcr.observation.Event[] events,
java.lang.String[] relPaths)
Checks Events for paths. |
protected void |
checkPropertyAdded(javax.jcr.observation.Event[] events,
java.lang.String[] relPaths)
Checks Events for paths. |
protected void |
checkPropertyChanged(javax.jcr.observation.Event[] events,
java.lang.String[] relPaths)
Checks Events for paths. |
protected void |
checkPropertyRemoved(javax.jcr.observation.Event[] events,
java.lang.String[] relPaths)
Checks Events for paths. |
protected void |
removeEventListener(javax.jcr.observation.EventListener listener)
Removes the EventListener from the ObservationManager. |
protected void |
setUp()
|
protected javax.jcr.observation.EventListener[] |
toArray(javax.jcr.observation.EventListenerIterator it)
Consumes the EventListenerIterator and returns the
EventListener as an array. |
Methods inherited from class org.apache.jackrabbit.test.AbstractJCRTest |
createRandomString, getNonExistingWorkspaceName, getProperty, getSize, run, tearDown |
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 |
protected static final long DEFAULT_WAIT_TIMEOUT
protected javax.jcr.observation.ObservationManager obsMgr
ObservationManager
Constructor Detail |
public AbstractObservationTest()
Method Detail |
protected void setUp() throws java.lang.Exception
setUp
in class AbstractJCRTest
java.lang.Exception
protected void addEventListener(javax.jcr.observation.EventListener listener) throws javax.jcr.RepositoryException
EventListener
for all events.
listener
- the EventListener
.
javax.jcr.RepositoryException
- if registration fails.protected void addEventListener(javax.jcr.observation.EventListener listener, int eventType) throws javax.jcr.RepositoryException
EventListener
for events of the specified
type(s).
listener
- the EventListener
.eventType
- the event types
javax.jcr.RepositoryException
- if registration fails.protected void removeEventListener(javax.jcr.observation.EventListener listener) throws javax.jcr.RepositoryException
EventListener
from the ObservationManager.
listener
- the EventListener
to unregister.
javax.jcr.RepositoryException
- if unregister fails.protected javax.jcr.observation.EventListener[] toArray(javax.jcr.observation.EventListenerIterator it)
EventListenerIterator
and returns the
EventListener
as an array.
it
- the iterator.
EventListeners
.protected void checkNodeAdded(javax.jcr.observation.Event[] events, java.lang.String[] relPaths) throws javax.jcr.RepositoryException
Events
for paths. All relPaths
are
relative to AbstractJCRTest.testRoot
.
events
- the Event
s.relPaths
- paths to child nodes added relative to AbstractJCRTest.testRoot
.
javax.jcr.RepositoryException
- if an error occurs while retrieving the nodes
from event instances.protected void checkNodeRemoved(javax.jcr.observation.Event[] events, java.lang.String[] relPaths) throws javax.jcr.RepositoryException
Events
for paths. All relPaths
are
relative to AbstractJCRTest.testRoot
.
events
- the Event
s.relPaths
- paths to child nodes added relative to AbstractJCRTest.testRoot
.
javax.jcr.RepositoryException
- if an error occurs while retrieving the nodes
from event instances.protected void checkPropertyAdded(javax.jcr.observation.Event[] events, java.lang.String[] relPaths) throws javax.jcr.RepositoryException
Events
for paths. All relPaths
are
relative to AbstractJCRTest.testRoot
.
events
- the Event
s.relPaths
- paths to added properties relative to AbstractJCRTest.testRoot
.
javax.jcr.RepositoryException
- if an error occurs while retrieving the nodes
from event instances.protected void checkPropertyChanged(javax.jcr.observation.Event[] events, java.lang.String[] relPaths) throws javax.jcr.RepositoryException
Events
for paths. All relPaths
are
relative to AbstractJCRTest.testRoot
.
events
- the Event
s.relPaths
- paths to changed properties relative to AbstractJCRTest.testRoot
.
javax.jcr.RepositoryException
- if an error occurs while retrieving the nodes
from event instances.protected void checkPropertyRemoved(javax.jcr.observation.Event[] events, java.lang.String[] relPaths) throws javax.jcr.RepositoryException
Events
for paths. All relPaths
are
relative to AbstractJCRTest.testRoot
.
events
- the Event
s.relPaths
- paths to removed properties relative to AbstractJCRTest.testRoot
.
javax.jcr.RepositoryException
- if an error occurs while retrieving the nodes
from event instances.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |