Uses of Class
org.apache.jackrabbit.test.api.observation.AbstractObservationTest
-
Packages that use AbstractObservationTest Package Description org.apache.jackrabbit.test.api.observation -
-
Uses of AbstractObservationTest in org.apache.jackrabbit.test.api.observation
Subclasses of AbstractObservationTest in org.apache.jackrabbit.test.api.observation Modifier and Type Class Description classAddEventListenerTestTests the options for addEventListener().classEventIteratorTestTests the methods the following methods:RangeIterator.getSize()RangeIterator.getPosition()RangeIterator.skip(long)classEventJournalTestEventJournalTestperforms EventJournal tests.classEventTestTests methods on theEventinterface.classGetDateTestGetDateTestchecks if the dates returned by events are monotonically increasing.classGetIdentifierTestIdentifierTestchecks if the identifier of an event is correct.classGetInfoTestGetInfoTestchecks that the info map is empty for event types:Event.NODE_ADDED,Event.NODE_REMOVED,Event.PROPERTY_ADDED,Event.PROPERTY_CHANGEDandEvent.PROPERTY_REMOVED.classGetRegisteredEventListenersTestTests the methodObservationManager.getRegisteredEventListeners().classGetUserDataTestGetUserDataTestperforms observation tests with user data set on the observation manager.classLockingTestTests if locking a node triggers property added events for jcr:lockOwner and jcr:lockIsDeep.classNodeAddedTestTest cases forEvent.NODE_ADDEDevents.classNodeMovedTestTests ifSession.move(java.lang.String, java.lang.String)operations trigger the appropriate observation events.classNodeRemovedTestTest cases forEvent.NODE_REMOVEDevents.classNodeReorderTestTests ifNode.orderBefore(String, String)operations trigger the appropriate observation events.classPropertyAddedTestTest cases forEvent.PROPERTY_ADDEDevents.classPropertyChangedTestTest cases forEvent.PROPERTY_CHANGEDevents.classPropertyRemovedTestTest cases forEvent.PROPERTY_REMOVEDevents.classWorkspaceOperationTestTests if workspace operations trigger the appropriate observation events.
-