Package org.apache.jackrabbit.test.api.observation
-
Interface Summary Interface Description AbstractObservationTest.Callable Helper interface. -
Class Summary Class Description AbstractObservationTest This class implements the basicAbstractObservationTest.setUp()andAbstractObservationTest.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 EventJournalTestperforms EventJournal tests.EventResult Utility class forEventretrieval with anEventListener.EventTest Tests methods on theEventinterface.GetDateTest GetDateTestchecks if the dates returned by events are monotonically increasing.GetIdentifierTest IdentifierTestchecks if the identifier of an event is correct.GetInfoTest GetInfoTestchecks that the info map is empty for event types:Event.NODE_ADDED,Event.NODE_REMOVED,Event.PROPERTY_ADDED,Event.PROPERTY_CHANGEDandEvent.PROPERTY_REMOVED.GetRegisteredEventListenersTest Tests the methodObservationManager.getRegisteredEventListeners().GetUserDataTest GetUserDataTestperforms 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 forEvent.NODE_ADDEDevents.NodeMovedTest Tests ifSession.move(java.lang.String, java.lang.String)operations trigger the appropriate observation events.NodeRemovedTest Test cases forEvent.NODE_REMOVEDevents.NodeReorderTest Tests ifNode.orderBefore(String, String)operations trigger the appropriate observation events.PropertyAddedTest Test cases forEvent.PROPERTY_ADDEDevents.PropertyChangedTest Test cases forEvent.PROPERTY_CHANGEDevents.PropertyRemovedTest Test cases forEvent.PROPERTY_REMOVEDevents.TestAll Test suite that includes all testcases for the Observation module.WorkspaceOperationTest Tests if workspace operations trigger the appropriate observation events.