| Interface | Description |
|---|---|
| AbstractObservationTest.Callable |
Helper interface.
|
| Class | Description |
|---|---|
| AbstractObservationTest |
This class implements the basic
AbstractObservationTest.setUp() and AbstractObservationTest.tearDown()
methods for the observation test cases. |
| AddEventListenerTest |
Tests the options for addEventListener().
|
| EventIteratorTest |
Tests the methods the following methods:
RangeIterator.getSize()
RangeIterator.getPosition()
RangeIterator.skip(long)
|
| EventJournalTest |
EventJournalTest performs EventJournal tests. |
| EventResult |
Utility class for
Event retrieval with an
EventListener. |
| EventTest |
Tests methods on the
Event interface. |
| GetDateTest |
GetDateTest checks if the dates returned by events are
monotonically increasing. |
| GetIdentifierTest |
IdentifierTest checks if the identifier of an event is correct. |
| GetInfoTest |
GetInfoTest checks that the info map is empty for event types:
Event.NODE_ADDED, Event.NODE_REMOVED,
Event.PROPERTY_ADDED, Event.PROPERTY_CHANGED and
Event.PROPERTY_REMOVED. |
| GetRegisteredEventListenersTest |
Tests the method
ObservationManager.getRegisteredEventListeners(). |
| GetUserDataTest |
GetUserDataTest performs observation tests with user data set
on the observation manager. |
| LockingTest |
Tests if locking a node triggers property added events for jcr:lockOwner
and jcr:lockIsDeep.
|
| NodeAddedTest |
Test cases for
Event.NODE_ADDED events. |
| NodeMovedTest |
Tests if
Session.move(java.lang.String, java.lang.String) operations trigger the appropriate
observation events. |
| NodeRemovedTest |
Test cases for
Event.NODE_REMOVED events. |
| NodeReorderTest |
Tests if
Node.orderBefore(String, String) operations trigger
the appropriate observation events. |
| PropertyAddedTest |
Test cases for
Event.PROPERTY_ADDED events. |
| PropertyChangedTest |
Test cases for
Event.PROPERTY_CHANGED events. |
| PropertyRemovedTest |
Test cases for
Event.PROPERTY_REMOVED events. |
| TestAll |
Test suite that includes all testcases for the Observation module.
|
| WorkspaceOperationTest |
Tests if workspace operations trigger the appropriate observation events.
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.