Uses of Class
org.apache.jackrabbit.test.NotExecutableException
- 
Packages that use NotExecutableException Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.test org.apache.jackrabbit.test.api org.apache.jackrabbit.test.api.lock org.apache.jackrabbit.test.api.nodetype org.apache.jackrabbit.test.api.observation org.apache.jackrabbit.test.api.query org.apache.jackrabbit.test.api.query.qom org.apache.jackrabbit.test.api.retention org.apache.jackrabbit.test.api.security org.apache.jackrabbit.test.api.version org.apache.jackrabbit.test.api.version.simple  - 
- 
Uses of NotExecutableException in org.apache.jackrabbit.core
Methods in org.apache.jackrabbit.core that throw NotExecutableException Modifier and Type Method Description PrincipalJackrabbitRepositoryStub. getUnknownPrincipal(Session session) - 
Uses of NotExecutableException in org.apache.jackrabbit.test
Methods in org.apache.jackrabbit.test that throw NotExecutableException Modifier and Type Method Description protected voidAbstractJCRTest. checkSupportedOption(String descriptorKey)Throws aNotExecutableExceptionif the repository does not support the feature identified by the givendiscriptorKey.protected voidAbstractJCRTest. ensureCanSetProperty(Node node, String propertyName, int propertyType, boolean isMultiple)Checks that the repository can set the property to the required type, otherwise aborts withNotExecutableException.protected voidAbstractJCRTest. ensureCanSetProperty(Node node, String propertyName, Value value)Checks that the repository can set the property to the required type, otherwise aborts withNotExecutableException.protected voidAbstractJCRTest. ensureCanSetProperty(Node node, String propertyName, Value[] values)Checks that the repository can set the property to the required type, otherwise aborts withNotExecutableException.protected voidAbstractJCRTest. ensureKnowsNodeType(Session session, String nodetype)Checks that the repository supports the specified node type, otherwise aborts withNotExecutableExceptionprotected voidAbstractJCRTest. ensureLockingSupported()Checks that the repository supports locking, otherwise aborts withNotExecutableException.protected voidAbstractJCRTest. ensureMixinType(Node node, String mixin)Ensures that the givennodeis of the given mixin type.protected voidAbstractJCRTest. ensureMultipleWorkspacesSupported()Checks that the repository supports multiple workspace, otherwise aborts withNotExecutableException.PrincipalJNDIRepositoryStub. getUnknownPrincipal(Session session)PrincipalRepositoryHelper. getUnknownPrincipal(Session session)Returns aPrincipalidentifiying an unknown user.abstract PrincipalRepositoryStub. getUnknownPrincipal(Session session)Returns aPrincipalidentifiying an unknown user. - 
Uses of NotExecutableException in org.apache.jackrabbit.test.api
Methods in org.apache.jackrabbit.test.api that throw NotExecutableException Modifier and Type Method Description protected StringWorkspaceCopyReferenceableTest. getOtherWorkspaceName()protected StringWorkspaceCopySameNameSibsTest. getOtherWorkspaceName()protected StringWorkspaceCopyVersionableTest. getOtherWorkspaceName()protected StringWorkspaceMoveReferenceableTest. getOtherWorkspaceName()protected StringWorkspaceMoveSameNameSibsTest. getOtherWorkspaceName()protected StringWorkspaceMoveVersionableTest. getOtherWorkspaceName()protected NodeSerializationTest. initVersioningException(boolean returnParent)Creates a simple target tree consisting of a checked-in node and an ordinary child node below.protected voidUndefinedPropertyTest. setUp()Sets up the fixture for this test.voidNodeAddMixinTest. testAddInheritedMixin()Test if adding an inherited mixin type has no effect.voidNodeAddMixinTest. testAddMixinReferencable()Tests if adding mix:referenceable automatically populates the jcr:uuid value.voidNodeAddMixinTest. testAddMixinTwice()Test if adding the same mixin twice works as expected.voidNodeCanAddMixinTest. testAddMixinTwice()Test if adding the same mixin twice would be allowed.voidNodeAddMixinTest. testAddSuccessfully()Tests ifNode.addMixin(String mixinName)adds the requested mixin and stores it in propertyjcr:mixinTypesvoidReferencesTest. testAlterReference()Tests changing a reference propertyvoidSetPropertyConstraintViolationExceptionTest. testBinaryProperty()Tests if setProperty(String name, InputStream value) and setProperty(String name, Value value) where value is a BinaryValue throw a ConstraintViolationException either immediately (by setProperty()), or on save, if the change would violate a node type constraintvoidSetValueConstraintViolationExceptionTest. testBinaryProperty()Tests if setValue(InputStream value) and setValue(Value value) where value is a BinaryValue throw a ConstraintViolationException if the change would violate a value constraintvoidSetValueValueFormatExceptionTest. testBoolean()Tests if setValue(boolean) throws a ValueFormatException immediately (not on save) if a conversion fails.voidSetPropertyConstraintViolationExceptionTest. testBooleanProperty()Tests if setProperty(String name, boolean value) and setProperty(String name, Value value) where value is a BooleanValue throw a ConstraintViolationException either immediately (by setProperty()), or on save, if the change would violate a node type constraintvoidSetValueConstraintViolationExceptionTest. testBooleanProperty()Tests if setValue(boolean value) and setValue(Value value) where value is a BooleanValue throw a ConstraintViolationException if the change would violate a value constraintvoidSetValueValueFormatExceptionTest. testCalendar()Tests if setValue(Calendar) throws a ValueFormatException immediately (not on save) if a conversion fails.voidNodeAddMixinTest. testCheckedIn()Tests ifNode.addMixin(String mixinName)throws aVersionExceptionifNodeis checked-in.voidNodeCanAddMixinTest. testCheckedIn()Tests ifNode.canAddMixin(String mixinName)throws aVersionExceptionifNodeis checked-invoidNodeRemoveMixinTest. testCheckedIn()Tests ifNode.removeMixin(String mixinName)throws aVersionExceptionifNodeis checked-invoidNodeSetPrimaryTypeTest. testCheckedIn()Tests ifNode.setPrimaryType(String)throws aVersionExceptionifNodeis checked-in.voidWorkspaceCloneTest. testCloneNodesLocked()A LockException is thrown if a lock prevents the copy.voidWorkspaceCloneReferenceableTest. testCloneNodesReferenceableAndNonreferenceable()The clone method clones both referenceable and nonreferenceable nodes.voidWorkspaceCloneReferenceableTest. testCloneNodesReferenceableNodesOriginalUUID()In the case of referenceable nodes clone preserves the node's UUID so that the new node in the destination workspcace has the same UUID as the node in the source workspace.voidWorkspaceCloneReferenceableTest. testCloneNodesRemoveExistingFalse()If removeExisting is false then a UUID collision causes this method to throw a ItemExistsException and no changes are made.voidWorkspaceCloneReferenceableTest. testCloneNodesRemoveExistingTrue()If removeExisting is true then the existing node is removed from its current location and the cloned node with the same UUID from srcWorkspace is copied to this workspace as part of the copied subtree (that is, not into the former location of the old node).voidWorkspaceCloneTest. testCloneNodesTwice()If successful, the changes are persisted immediately, there is no need to call save.voidWorkspaceCloneVersionableTest. testCloneNodesVersionableAndCheckedIn()A VersionException is thrown if the parent node of destAbsPath is versionable and checked-in, or is non-versionable but its nearest versionable ancestor is checked-in.voidWorkspaceCopyBetweenWorkspacesTest. testCopyNodesLocked()A LockException is thrown if a lock prevents the copy.voidWorkspaceCopyTest. testCopyNodesLocked()A LockException is thrown if a lock prevents the copy.voidWorkspaceCopyReferenceableTest. testCopyNodesNewUUID()Copies of referenceable nodes (nodes with UUIDs) are automatically given new UUIDs.voidWorkspaceCopyBetweenWorkspacesReferenceableTest. testCopyNodesReferenceableNodesNewUUID()Copies of referenceable nodes (nodes with UUIDs) are automatically given new UUIDs.voidWorkspaceCopyBetweenWorkspacesVersionableTest. testCopyNodesVersionableAndCheckedIn()A VersionException is thrown if the parent node of destAbsPath is versionable and checked-in, or is non-versionable but its nearest versionable ancestor is checked-in.voidWorkspaceCopyVersionableTest. testCopyNodesVersionableAndCheckedIn()A VersionException is thrown if the parent node of destAbsPath is versionable and checked-in, or is non-versionable but its nearest versionable ancestor is checked-in.voidSetPropertyConstraintViolationExceptionTest. testDateProperty()Tests if setProperty(String name, Calendar value) and setProperty(String name, Value value) where value is a DateValue throw a ConstraintViolationException either immediately (by setProperty()), or on save, if the change would violate a node type constraintvoidSetValueConstraintViolationExceptionTest. testDateProperty()Tests if setValue(Calendar value) and setValue(Value value) where value is a DateValue throw a ConstraintViolationException if the change would violate a value constraintvoidSetValueValueFormatExceptionTest. testDouble()Tests if setValue(double) throws a ValueFormatException immediately (not on save) if a conversion fails.voidSetPropertyConstraintViolationExceptionTest. testDoubleProperty()Tests if setProperty(String name, double value) and setProperty(String name, Value value) where value is a DoubleValue throw a ConstraintViolationException either immediately (by setProperty()), or on save, if the change would violate a node type constraintvoidSetValueConstraintViolationExceptionTest. testDoubleProperty()Tests if setValue(Double value) and setValue(Value value) where value is a DoubleValue throw a ConstraintViolationException if the change would violate a value constraintvoidLifecycleTest. testFollowLifecycleTransition()voidLifecycleTest. testGetAllowedLifecycleTransitions()voidSessionReadMethodsTest. testGetAttribute()Tests if getAttribute(String name) returns not null if the requested attribute is existingvoidNodeTest. testGetCorrespondingNodePath()Creates a node with same path in both workspaces to check ifNode.getCorrespondingNodePath(String)works properly.voidNodeTest. testGetCorrespondingNodePathItemNotFoundException()CallsNode.getCorrespondingNodePath(String)on a node that has no corresponding node in second workspacevoidSessionReadMethodsTest. testGetItemFailure()Tests that session.getItem() throws a PathNotFoundException with a given path to nowhere.voidNodeDiscoveringNodeTypesTest. testGetMixinNodeTypes()Test if getMixinNodeType returns the node types according to the property "jcr:mixinTypes".voidNodeReadMethodsTest. testGetName()Tests if getName() returns same as last name returned by getPath()voidBinaryPropertyTest. testGetNode()Tests the conversion from Binary type to Reference or Path type.voidNodeReadMethodsTest. testGetNode()Test if getNode(String relPath) returns the correct node and if a PathNotFoundException is thrown when Node at relPath does not existvoidPropertyReadMethodsTest. testGetNode()Tests if Property.getNode() fails with ValueFormatException for multivalued properties.voidStringPropertyTest. testGetNode()Tests conversion from String type to Reference or Path type.voidSessionReadMethodsTest. testGetNodeByIdentifier()Tests session.getNodeByIdentifier()voidSessionReadMethodsTest. testGetNodeByUUID()Tests session.getNodeByUUID() using a valid uuid of a referenceable nodevoidNodeReadMethodsTest. testGetNodesNamePattern()Test getNodes(String namePattern) with all possible patterns.voidNodeReadMethodsTest. testGetNodesNamePatternArray()Test getNodes(String[] namePattern) with all possible patterns.voidNodeReadMethodsTest. testGetParent()Tests if getParent() returns parent nodevoidNodeReadMethodsTest. testGetPath()Tests if getPath() returns the correct path.voidPropertyReadMethodsTest. testGetPath()Tests if getPath() returns the correct path.voidNamespaceRegistryReadMethodsTest. testGetPrefixNamespaceException()Tests if aNamespaceExceptionis thrown whenNamespaceRegistry.getPrefix(String)is called for an unknown URI.voidNodeReadMethodsTest. testGetPrimaryItem()Test if getPrimaryItem returns the primary item as defined in the primary node type.voidNodeReadMethodsTest. testGetPrimaryItemItemNotFoundException()Test if getPrimaryItem does throw an ItemNotFoundException if the primary node type does not define a primary item.voidNodeDiscoveringNodeTypesTest. testGetPrimaryNodeType()Test if getPrimaryNodeType() returns the node type according to the property "jcr:primaryType"voidNodeReadMethodsTest. testGetPropertiesNamePattern()Test getProperties(String namePattern) with all possible patterns.voidNodeReadMethodsTest. testGetPropertiesNamePatternArray()Test getProperties(String[] namePattern) with all possible patterns.voidBinaryPropertyTest. testGetProperty()Tests the conversion from Binary type to Path type.voidNodeReadMethodsTest. testGetProperty()Test if getProperty(String relPath) returns the correct node and if a PathNotFoundException is thrown when property at relPath does not existvoidStringPropertyTest. testGetProperty()Tests conversion from String type to Reference or Path type.voidNodeReadMethodsTest. testGetReferences()voidReferencesTest. testGetReferencesWithName()Tests Node.getReferences(String)voidNodeIteratorTest. testGetSize()Tests ifRangeIterator.getSize()returns the correct size.voidNamespaceRegistryReadMethodsTest. testGetURINamespaceException()Tests if aNamespaceExceptionis thrown whenNamespaceRegistry.getURI(String)is called for an unknown prefix.voidNodeReadMethodsTest. testGetUUID()Test if getUUID() returns the string value of the property "jcr:uuid".voidNodeReadMethodsTest. testGetUUIDOfNonReferenceableNode()Test if getUUID() throws a UnsupportedRepositoryOperationException if Node is not referenceablevoidPropertyReadMethodsTest. testGetValue()Tests failure of Property.getValue() method for a multivalue property.voidPropertyReadMethodsTest. testGetValueCopyStoredValues()Tests ifProperty.getValues()returns an array that is a copy of the stored values, so changes to it are not reflected in internal storage.voidPropertyReadMethodsTest. testGetValues()Tests failure of Property.getValues() method for a single value property.voidNodeReadMethodsTest. testHasNode()Test if hasNode(String relPath) returns true if the required node exists and false if it doesn't.voidNodeReadMethodsTest. testHasProperty()Test if hasProperty(String relPath) returns true if a required property exists and false if it doesn't.voidImpersonateTest. testImpersonate()Tests ifSession.impersonate(Credentials)works properlyvoidSetValueValueFormatExceptionTest. testInputStream()Tests if setValue(InputStream) throws a ValueFormatException immediately (not on save) if a conversion fails.voidNodeDiscoveringNodeTypesTest. testIsNodeType()Test if isNodeTye(String nodeTypeName) returns true if nodeTypeName is the name of the primary node type, the name of a mixin node type and the name of a supertype.voidNodeAddMixinTest. testLocked()Tests ifNode.addMixin(String mixinName)throws aLockExceptionifNodeis lockedvoidNodeCanAddMixinTest. testLocked()Tests ifNode.canAddMixin(String mixinName)throws aLockExceptionifNodeis lockedvoidNodeRemoveMixinTest. testLocked()Tests ifNode.removeMixin(String mixinName)throws aLockExceptionifNodeis locked.voidNodeSetPrimaryTypeTest. testLocked()Tests ifNode.setPrimaryType(String)throws aLockExceptionifNodeis locked.voidSetValueValueFormatExceptionTest. testLong()Tests if setValue(long) throws a ValueFormatException immediately (not on save) if a conversion fails.voidSetPropertyConstraintViolationExceptionTest. testLongProperty()Tests if setProperty(String name, long value) and setProperty(String name, Value value) where value is a LongValue throw a ConstraintViolationException either immediately (by setProperty()), or on save, if the change would violate a node type constraintvoidSetValueConstraintViolationExceptionTest. testLongProperty()Tests if setValue(Long value) and setValue(Value value) where value is a LongValue throw a ConstraintViolationException if the change would violate a value constraintvoidAddNodeTest. testMixinNodeType()Tests if addNode() throws a ConstraintViolationException in case of an mixin node type.voidSessionTest. testMoveLockException()CallsSession.move(String src, String dest)where the parent node of src is locked.voidWorkspaceMoveTest. testMoveNodesLocked()A LockException is thrown if a lock prevents the copy.voidWorkspaceMoveReferenceableTest. testMoveNodesReferenceableNodesNewUUID()Copies of referenceable nodes (nodes with UUIDs) remains their original UUIDs.voidWorkspaceMoveVersionableTest. testMoveNodesVersionableAndCheckedIn()A VersionException is thrown if the parent node of destAbsPath is versionable and checked-in, or is non-versionable but its nearest versionable ancestor is checked-in.voidSetValueConstraintViolationExceptionTest. testMultipleBinaryProperty()Tests if setValue(Value[] values) where values are of type BinaryValue throw a ConstraintViolationException if the change would violate a value constraintvoidSetValueConstraintViolationExceptionTest. testMultipleBooleanProperty()Tests if setValue(Value[] values) where values are of type BooleanValue throw a ConstraintViolationException if the change would violate a value constraintvoidSetValueConstraintViolationExceptionTest. testMultipleDateProperty()Tests if setValue(Value[] values) where values are of type DateValue throw a ConstraintViolationException if the change would violate a value constraintvoidSetValueConstraintViolationExceptionTest. testMultipleDoubleProperty()Tests if setValue(Value[] values) where values are of type DoubleValue throw a ConstraintViolationException if the change would violate a value constraintvoidSetValueConstraintViolationExceptionTest. testMultipleLongProperty()Tests if setValue(Value[] values) where values are of type LongValue throw a ConstraintViolationException if the change would violate a value constraintvoidSetValueConstraintViolationExceptionTest. testMultipleReferenceProperty()Tests if setValue(Value[] values) where values are of type ReferenceValue throw a ConstraintViolationException if the change would violate a value constraintvoidPropertyReadMethodsTest. testMultiValueType()Tests that all values of a multivalue property have the same property type.voidSetValueValueFormatExceptionTest. testNode()Tests if setValue(Node) throws a ValueFormatException immediately (not on save) if the property is not of type REFERENCE.voidSetValueVersionExceptionTest. testNode()Tests if setValue(Node) throws a VersionException immediately or on save if the parent node of this property is checked-in.voidSetPropertyAssumeTypeTest. testNodeAssumeTypeOfValue()Tests ifNode.setProperty(String, Node)if the node type of this node does not indicate a specific property type, then the property type of the supplied Value object is used and if the property already exists (has previously been set) it assumes the new property type.voidSetValueValueFormatExceptionTest. testNodeNotReferenceable()Tests if setValue(Node) throws a ValueFormatException immediately (not on save) if the specified node is not referencable.voidSetValueReferenceTest. testNodeSession()Test the persistence of a property modified with an Node parameter and saved from the Session Requires a Node value (node)voidGetWeakReferencesTest. testNonReferenceable()voidReferencesTest. testNonReferenceable()voidNodeRemoveMixinTest. testNotAssigned()Tests ifNode.removeMixin(String mixinName)throws a NoSuchNodeTypeExceptionNodedoes not have assigned the requested mixinvoidNodeOrderableChildNodesTest. testOrderBeforeInvalidDest()Tries to reorder child nodes usingNode.orderBefore(String, String)with an invalid destination reference.voidNodeOrderableChildNodesTest. testOrderBeforeInvalidSrc()Tries to reorder child nodes usingNode.orderBefore(String, String)with an invalid source reference.voidNodeOrderableChildNodesTest. testOrderBeforePlaceAtEndParentSave()Creates two child nodes, reorders first node to end, uses parentNode'sItem.save().voidNodeOrderableChildNodesTest. testOrderBeforePlaceAtEndSessionSave()Test Creates two child nodes, verifies that they are added propery.voidNodeOrderableChildNodesTest. testOrderBeforeSecondToFirstParentSave()Creates two child nodes, reorders second node before first, uses parentNode'sItem.save().voidNodeOrderableChildNodesTest. testOrderBeforeSecondToFirstSessionSave()Creates two child nodes than reorders second node before first, saves usingSession.save().voidNodeOrderableChildNodesTest. testOrderBeforeUnsupportedRepositoryOperationException()Tries to reorder on a node usingNode.orderBefore(String, String)that does not support child reordering.voidReferenceableRootNodesTest. testReferenceableRootNode()A repository implementation may make its workspace root nodes mix:referenceable.voidSetPropertyConstraintViolationExceptionTest. testReferenceProperty()Tests if setProperty(String name, Node value) and setProperty(String name, Value value) where value is a ReferenceValue throw a ConstraintViolationException either immediately (by setProperty()), or on save, if the change would violate a node type constraintvoidSetValueConstraintViolationExceptionTest. testReferenceProperty()Tests if setValue(Node value) and setValue(Value value) where value is a ReferenceValue throw a ConstraintViolationException if the change would violate a value constraintvoidReferencesTest. testReferences()Tests Node.getReferences()voidReferencesTest. testReferenceTarget()Tests Property.getNode();voidSetValueBinaryTest. testRemoveBinaryParent()Test the deletion of a property by assigning it a null value, saved from the parent NodevoidSetValueBinaryTest. testRemoveBinarySession()Test the deletion of a property by assigning it a null value, saved from the SessionvoidSessionRemoveItemTest. testRemoveCheckedInItem()voidSessionRemoveItemTest. testRemoveLockedChildItem()voidSessionRemoveItemTest. testRemoveLockedNode()voidNodeTest. testRemoveNodeLockedItself()Tests ifNode.remove()does not throw aLockExceptionifNodeis locked.voidNodeTest. testRemoveNodeParentLocked()Tests ifNode.remove()throws aLockExceptionif the parent node ofNodeis locked.voidNodeRemoveMixinTest. testRemoveSuccessfully()Tests ifNode.removeMixin(String mixinName)removes the requested mixin properlyvoidNodeUUIDTest. testSaveMovedRefNode()Moves a referencable node usingSession.move(String, String)with one session and saves afterward changes made with a second session to the moved node usingItem.save().voidSessionUUIDTest. testSaveMovedRefNode()Moves a referencable node usingSession.move(String, String)with one session and saves afterward changes made with a second session to the moved node usingSession.save().voidNodeUUIDTest. testSaveReferentialIntegrityException()Tries to remove a node that is a reference target usingItem.save().
Procedure: Creates two nodes with same session One has a referencing property pointing to the other node Target node gets removed. This should generate aReferentialIntegrityExceptionupon save.voidSessionUUIDTest. testSaveReferentialIntegrityException()Tries to remove a node that is a reference target usingSession.save().voidSetPropertyAssumeTypeTest. testString()Tests ifNode.setProperty(String, String, int)if the node type of this node does not indicate a specific property type, then the type parameter is used.voidSetValueValueFormatExceptionTest. testString()Tests if setValue(String) throws a ValueFormatException immediately (not on save) if a conversion fails.voidSetValueValueFormatExceptionTest. testStringArray()Tests if setValue(String[]) throws a ValueFormatException immediately (not on save) if a conversion fails.voidSetPropertyAssumeTypeTest. testStringConstraintViolationExceptionBecauseOfInvalidTypeParameter()Tests ifNode.setProperty(String, String, int)throws a ConstraintViolationException if the type parameter and the type of the property do not match.voidNodeTest. testUpdate()Checks ifNode.update(String)works properly by creating the same node in two workspaces one with a child node the other with a property set.voidNodeTest. testUpdateInvalidItemStateException()Tries callingNode.update(String)after node has changed in first workspace but not been saved yet.voidSetPropertyAssumeTypeTest. testValue()Tests ifNode.setProperty(String, Value, int)if the node type of this node does not indicate a specific property type, then the type parameter is used.voidSetValueValueFormatExceptionTest. testValue()Tests if setValue(Value) throws a ValueFormatException immediately (not on save) if a conversion fails.voidSetValueValueFormatExceptionTest. testValueArray()Tests if setValue(Value[]) throws a ValueFormatException immediately (not on save) if a conversion fails.voidSetPropertyAssumeTypeTest. testValueAssumeTypeOfValue()Tests ifNode.setProperty(String, Value)if the node type of this node does not indicate a specific property type, then the property type of the supplied Value object is used and if the property already exists (has previously been set) it assumes the new property type.voidSetPropertyAssumeTypeTest. testValueConstraintViolationExceptionBecauseOfInvalidTypeParameter()Tests ifNode.setProperty(String, Value, int)throws a ConstraintViolationException if the type parameter and the type of the property do not match.voidSetPropertyAssumeTypeTest. testValues()Tests ifNode.setProperty(String, Value[], int)if the node type of this node does not indicate a specific property type, then the type parameter is used.voidSetPropertyAssumeTypeTest. testValuesAssumeTypeOfValue()Tests ifNode.setProperty(String, Value[])if the node type of this node does not indicate a specific property type, then the property type of the supplied Value object is used and if the property already exists (has previously been set) it assumes the new property type.voidSetPropertyAssumeTypeTest. testValuesConstraintViolationExceptionBecauseOfInvalidTypeParameter()Tests ifNode.setProperty(String, Value[], int)throws a ConstraintViolationException or ValueFormatException if the type parameter and the type of the property do not match. - 
Uses of NotExecutableException in org.apache.jackrabbit.test.api.lock
Methods in org.apache.jackrabbit.test.api.lock that throw NotExecutableException Modifier and Type Method Description protected voidAbstractLockTest. assertLockable(Node n)voidLockManagerTest. testAddLockToken()voidLockManagerTest. testAddLockTokenToAnotherSession()voidLockTest. testCheckedIn()Test if it is possible to lock and unlock a checked-in node.voidDeepLockTest. testDeepLockAboveLockedChild()voidLockManagerTest. testGetLockTokens()voidLockManagerTest. testGetLockTokensAfterUnlock()voidLockManagerTest. testGetLockTokensSessionScoped()voidSessionScopedLockTest. testImplicitUnlock()Test locks are released when session logs outvoidSessionScopedLockTest. testImplicitUnlock2()Test locks are released when session logs outvoidLockTest. testIsDeep()Test Lock.isDeep()voidLockTest. testIsSessionScoped()Test Lock.isSessionScoped()voidAbstractLockTest. testLockExpiration()Test expiration of the lockvoidLockManagerTest. testLockNonLockable()voidLockManagerTest. testLockWithPendingChanges()voidLockManagerTest. testNullOwnerHint()voidAbstractLockTest. testOwnerHint()Test expiration of the lockvoidDeepLockTest. testParentChildDeepLock()voidAbstractLockTest. testRemoveMixLockableFromLockedNode()voidDeepLockTest. testShallowLockAboveLockedChild()voidAbstractLockTest. testUnlockByOtherSession()TestLockManager.unlock(String)for a session that is not lock owner.voidLockTest. testUnlockSameNameSibling()Tests if unlocking the first of two locked same-name sibling nodes does not unlock the second (JIRA issue JCR-284). - 
Uses of NotExecutableException in org.apache.jackrabbit.test.api.nodetype
Methods in org.apache.jackrabbit.test.api.nodetype that throw NotExecutableException Modifier and Type Method Description voidPredefinedNodeTypeTest. testActivity()Test for the predefined nt:activity node type.voidPredefinedNodeTypeTest. testBase()Test for the predefined nt:base node type.voidCanAddChildNodeCallWithNodeTypeTest. testCanAddAbstractType()Tests ifNodeType.canAddChildNode(String childNodeName, String nodeTypeName)returns false ifnodeTypeNamerepresents an abstract node type.voidCanAddChildNodeCallWithNodeTypeTest. testCanAddMixinType()Tests ifNodeType.canAddChildNode(String childNodeName, String nodeTypeName)returns false ifnodeTypeNamerepresents a mixin.voidPredefinedNodeTypeTest. testChildNodeDef()Test for the predefined nt:childNodeDef node type.voidPredefinedNodeTypeTest. testConfiguration()Test for the predefined nt:configuration node type.voidCanSetPropertyBinaryTest. testConversions()Tests if NodeType.canSetProperty(String propertyName, Value value) returns true if value and its type are convertible to BinaryValue.voidCanSetPropertyBooleanTest. testConversions()Tests if NodeType.canSetProperty(String propertyName, Value value) returns true if value and its type are convertible to BooleanValue.voidCanSetPropertyDateTest. testConversions()Tests if NodeType.canSetProperty(String propertyName, Value value) returns true if value and its type are convertible to DateValue.voidCanSetPropertyDoubleTest. testConversions()Tests if NodeType.canSetProperty(String propertyName, Value value) returns true if value and its type are convertible to DoubleValue.voidCanSetPropertyLongTest. testConversions()Tests if NodeType.canSetProperty(String propertyName, Value value) returns true if value and its type are convertible to LongValue.voidCanSetPropertyNameTest. testConversions()Tests if NodeType.canSetProperty(String propertyName, Value value) returns true if value and its type are convertible to NameValue.voidCanSetPropertyPathTest. testConversions()Tests if NodeType.canSetProperty(String propertyName, Value value) returns true if value and its type are convertible to PathValue.voidCanSetPropertyStringTest. testConversions()Tests if NodeType.canSetProperty(String propertyName, Value value) returns true if value and its type are convertable to StringValue.voidCanSetPropertyBinaryTest. testConversionsMultiple()Tests if NodeType.canSetProperty(String propertyName, Value[] values) returns true if all values and its types are convertible to BinaryValue.voidCanSetPropertyBooleanTest. testConversionsMultiple()Tests if NodeType.canSetProperty(String propertyName, Value[] values) returns true if all values and its types are convertible to BooleanValue.voidCanSetPropertyDateTest. testConversionsMultiple()Tests if NodeType.canSetProperty(String propertyName, Value[] values) returns true if all values and its types are convertible to DateValue.voidCanSetPropertyDoubleTest. testConversionsMultiple()Tests if NodeType.canSetProperty(String propertyName, Value[] values) returns true if all values and its types are convertible to DoubleValue.voidCanSetPropertyLongTest. testConversionsMultiple()Tests if NodeType.canSetProperty(String propertyName, Value[] values) returns true if all values and its types are convertible to LongValue.voidCanSetPropertyNameTest. testConversionsMultiple()Tests if NodeType.canSetProperty(String propertyName, Value[] values) returns true if all values and its types are convertible to NameValue.voidCanSetPropertyPathTest. testConversionsMultiple()Tests if NodeType.canSetProperty(String propertyName, Value[] values) returns true if all values and its types are convertible to PathValue.voidCanSetPropertyStringTest. testConversionsMultiple()Tests if NodeType.canSetProperty(String propertyName, Value[] values) returns true if all values and its types are convertible to StringValue.voidCanAddChildNodeCallWithNodeTypeTest. testDefinedAndIllegalType()Tests ifNodeType.canAddChildNode(String childNodeName, String nodeTypeName)returns false ifchildNodeNamedoes andnodeTypeNamedoes not match theNodeDef.voidCanAddChildNodeCallWithNodeTypeTest. testDefinedAndLegalType()Tests ifNodeType.canAddChildNode(String childNodeName, String nodeTypeName)returns true ifchildNodeNameandnodeTypeNamematch theNodeDef.voidCanAddChildNodeCallWithoutNodeTypeTest. testDefinedWithDefault()Tests ifNodeType.canAddChildNode(String childNodeName)returns true ifNodeTypecontains aNodeDefnamedchildNodeNamewith a default primary type.voidCanAddChildNodeCallWithoutNodeTypeTest. testDefinedWithoutDefault()Tests ifNodeType.canAddChildNode(String childNodeName)returns true ifNodeTypecontains aNodeDefnamedchildNodeNamewithout a default primary type.voidPredefinedNodeTypeTest. testFile()Test for the predefined nt:file node type.voidPredefinedNodeTypeTest. testFolder()Test for the predefined nt:folder node type.voidPredefinedNodeTypeTest. testFrozenNode()Test for the predefined nt:frozenNode node type.voidNodeTypeTest. testGetPrimaryItemName()Test if node.getPrimaryItemName() returns the same name as node.getPrimaryItem().getName()voidNodeTypeTest. testGetPrimaryItemNameNotExisting()Test if node.getPrimaryItemName() returns null if no primary item is definedvoidNodeTypeTest. testGetPropertyDefs()Test if getPropertyDefs() of a primary node returns also "jcr:primaryType" which is inherited from "nt:base".voidNodeTypeTest. testGetSupertypes()Test if getSupertypes() of a primary node that is not "nt:base" returns at least "nt:base".voidPredefinedNodeTypeTest. testHierarchyNode()Test for the predefined nt:hierarchyNode node type.voidNodeDefTest. testIsMandatory()This test checks if item definitions with mandatory constraints are respected.voidPropertyDefTest. testIsMandatory()This test checks if item definitions with mandatory constraints are respected.voidPredefinedNodeTypeTest. testLifecycle()Test for the predefined mix:lifecycle node type.voidPredefinedNodeTypeTest. testLinkedFile()Test for the predefined nt:linkedFile node type.voidPredefinedNodeTypeTest. testLockable()Test for the predefined mix:lockable node type.voidCanRemoveItemTest. testMandatoryChildNode()Tests ifNodeType.canRemoveItem(String)andNodeType.canRemoveNode(String)return false if the specified node is a mandatory child node.voidCanRemoveItemTest. testMandatoryProperty()Tests ifNodeType.canRemoveItem(String)andNodeType.canRemoveProperty(String)return false if the specified property is a mandatory property.voidPredefinedNodeTypeTest. testMixCreated()Test for the predefined mix:created node type.voidPredefinedNodeTypeTest. testMixETag()Test for the predefined mix:etag node type.voidPredefinedNodeTypeTest. testMixLanguage()Test for the predefined mix:language node type.voidPredefinedNodeTypeTest. testMixLastModified()Test for the predefined mix:lastModified node type.voidPredefinedNodeTypeTest. testMixMimeType()Test for the predefined mix:language node type.voidPredefinedNodeTypeTest. testMixTitle()Test for the predefined mix:title node type.voidCanSetPropertyMultipleTest. testMultipleValuesNull()Tests if canSetProperty(String propertyName, Value[] values) where values is null returns the same as canRemoveItemvoidPredefinedNodeTypeTest. testNodeType()Test for the predefined nt:nodeType node type.voidPredefinedNodeTypeTest. testNtAddress()Test for the predefined nt:address node type.voidPredefinedNodeTypeTest. testPropertyDef()Test for the predefined nt:propertyDef node type.voidCanRemoveItemTest. testProtectedChildNode()Tests ifNodeType.canRemoveItem(String)andNodeType.canRemoveNode(String)return false if the specified node is a protected child node.voidCanRemoveItemTest. testProtectedProperty()Tests ifNodeType.canRemoveItem(String)andNodeType.canRemoveProperty(String)return false if the specified property is a protected property.voidPredefinedNodeTypeTest. testQuery()Test for the predefined nt:query node type.voidPredefinedNodeTypeTest. testReferenceable()Test for the predefined mix:referenceable node type.voidCanRemoveItemTest. testRemovableChildNode()Tests ifNodeType.canRemoveItem(String)andNodeType.canRemoveNode(String)return true if the specified node is not a protected nor a mandatory child node.voidCanRemoveItemTest. testRemovableProperty()Tests thatNodeType.canRemoveItem(String)andNodeType.canRemoveProperty(String)return true if the specified property is not a protected nor a mandatory property.voidCanAddChildNodeCallWithNodeTypeTest. testResidualAndIllegalType()Tests ifNodeType.canAddChildNode(String childNodeName, String nodeTypeName)returns false ifchildNodeNamedoes not match theNodeDefandnodeTypeNamedoes not matches the node type of a residualNodeDef.voidCanAddChildNodeCallWithNodeTypeTest. testResidualAndLegalType()Tests ifNodeType.canAddChildNode(String childNodeName, String nodeTypeName)returns true ifchildNodeNamedoes not match theNodeDefbutnodeTypeNamematches the node type of a residualNodeDef.voidCanAddChildNodeCallWithoutNodeTypeTest. testResidualWithDefault()Tests ifNodeType.canAddChildNode(String childNodeName)returns true ifNodeTypecontains a residualNodeDefwith a default primary type.voidCanAddChildNodeCallWithoutNodeTypeTest. testResidualWithoutDefault()Tests ifNodeType.canAddChildNode(String childNodeName)returns true ifNodeTypecontains a residualNodeDefwithout a default primary type.voidPredefinedNodeTypeTest. testResource()Test for the predefined nt:resource node type.voidCanSetPropertyTest. testReturnFalseBecauseIsMultiple()Tests if NodeType.canSetProperty(String propertyName, Value value) returns false if the property is multiplevoidCanSetPropertyMultipleTest. testReturnFalseBecauseIsNotMultiple()Tests if NodeType.canSetProperty(String propertyName, Value[] values) returns false if the property is not multiplevoidCanSetPropertyMultipleTest. testReturnFalseBecauseIsProtected()Tests if NodeType.canSetProperty(String propertyName, Value[] values) returns false if the property is protected.voidCanSetPropertyTest. testReturnFalseBecauseIsProtected()Tests if NodeType.canSetProperty(String propertyName, Value value) returns false if the property is protected.voidPredefinedNodeTypeTest. testShareable()Test for the predefined mix:referenceable node type.voidPredefinedNodeTypeTest. testSimpleVersionable()Test for the predefined mix:simpleVersionable node type.voidCanAddChildNodeCallWithNodeTypeTest. testUndefined()Tests ifNodeType.canAddChildNode(String childNodeName, String nodeTypeName)returns false ifchildNodeNamedoes not match theNodeDef.voidCanAddChildNodeCallWithoutNodeTypeTest. testUndefined()Tests ifNodeType.canAddChildNode(String childNodeName)returns true ifNodeTypenor does contain aNodeDefnamedchildNodeNamenor a residual definition.voidPredefinedNodeTypeTest. testUnstructured()Test for the predefined nt:unstructured node type.voidCanSetPropertyBinaryTest. testValueConstraintNotSatisfied()Tests if canSetProperty(String propertyName, Value value) returns false if value does not satisfy the value constraints of the property defvoidCanSetPropertyBooleanTest. testValueConstraintNotSatisfied()Tests if canSetProperty(String propertyName, Value value) returns false if value does not satisfy the value constraints of the property defvoidCanSetPropertyDateTest. testValueConstraintNotSatisfied()Tests if canSetProperty(String propertyName, Value value) returns false if value does not match the value constraints of the property defvoidCanSetPropertyDoubleTest. testValueConstraintNotSatisfied()Tests if canSetProperty(String propertyName, Value value) returns false if value does not satsfy the value constraints of the property defvoidCanSetPropertyLongTest. testValueConstraintNotSatisfied()Tests if canSetProperty(String propertyName, Value value) returns false if value does not satisfy the value constraints of the property defvoidCanSetPropertyNameTest. testValueConstraintNotSatisfied()Tests if canSetProperty(String propertyName, Value value) returns false if value does not satisfy the value constraints of the property defvoidCanSetPropertyPathTest. testValueConstraintNotSatisfied()Tests if canSetProperty(String propertyName, Value value) returns false if value does not satisfy the value constraints of the property defvoidCanSetPropertyStringTest. testValueConstraintNotSatisfied()Tests if canSetProperty(String propertyName, Value value) returns false if value does not satisfy the value constraints of the property defvoidCanSetPropertyBinaryTest. testValueConstraintNotSatisfiedMultiple()Tests if canSetProperty(String propertyName, Value[] values) returns false if values do not satisfy the value constraints of the property defvoidCanSetPropertyBooleanTest. testValueConstraintNotSatisfiedMultiple()Tests if canSetProperty(String propertyName, Value[] values) returns false if values do not satisfy the value constraints of the property defvoidCanSetPropertyDateTest. testValueConstraintNotSatisfiedMultiple()Tests if canSetProperty(String propertyName, Value[] values) returns false if values do not satisfy the value constraints of the property defvoidCanSetPropertyDoubleTest. testValueConstraintNotSatisfiedMultiple()Tests if canSetProperty(String propertyName, Value[] values) returns false if values do not satisfy the value constraints of the property defvoidCanSetPropertyLongTest. testValueConstraintNotSatisfiedMultiple()Tests if canSetProperty(String propertyName, Value[] values) returns false if values do not satisfy the value constraints of the property defvoidCanSetPropertyNameTest. testValueConstraintNotSatisfiedMultiple()Tests if canSetProperty(String propertyName, Value[] values) returns false if values do not satisfy the value constraints of the property defvoidCanSetPropertyPathTest. testValueConstraintNotSatisfiedMultiple()Tests if canSetProperty(String propertyName, Value[] values) returns false if values do not satisfy the value constraints of the property defvoidCanSetPropertyStringTest. testValueConstraintNotSatisfiedMultiple()Tests if canSetProperty(String propertyName, Value[] values) returns false if values do not satisfy the value constraints of the property defvoidCanSetPropertyTest. testValueNull()Tests if canSetProperty(String propertyName, Value value) where value is null returns the same as canRemoveItemvoidPredefinedNodeTypeTest. testVersion()Test for the predefined nt:version node type.voidPredefinedNodeTypeTest. testVersionable()Test for the predefined mix:versionable node type.voidPredefinedNodeTypeTest. testVersionedChild()Test for the predefined nt:versionedChild node type.voidPredefinedNodeTypeTest. testVersionHistory()Test for the predefined nt:versionHistory node type.voidPredefinedNodeTypeTest. testVersionLabels()Test for the predefined nt:versionLabels node type. - 
Uses of NotExecutableException in org.apache.jackrabbit.test.api.observation
Methods in org.apache.jackrabbit.test.api.observation that throw NotExecutableException Modifier and Type Method Description voidLockingTest. testAddLockToNode()Tests if locking a node triggers property added events for the properties jcr:lockOwner and jcr:lockIsDeep.voidEventIteratorTest. testGetSize()Tests if getSize() returns the correct number of events.voidNodeReorderTest. testNodeReorderAddRemove()Tests if reordering a child node triggers aEvent.NODE_REMOVEDand aEvent.NODE_ADDEDevent.voidNodeReorderTest. testNodeReorderMove()Tests if reordering a child node triggers aEvent.NODE_MOVEDevent.voidNodeReorderTest. testNodeReorderSameName()Tests if reordering a child node triggers aEvent.NODE_REMOVEDand aEvent.NODE_ADDEDevent with same name siblings.voidNodeReorderTest. testNodeReorderSameNameWithRemove()Tests if reordering a child node triggers aEvent.NODE_REMOVEDand aEvent.NODE_ADDEDevent with same name siblings.voidEventJournalTest. testPersist()voidPropertyChangedTest. testPropertyRemoveCreate()Tests if either aEvent.PROPERTY_CHANGEDEvent.PROPERTY_REMOVEDandEvent.PROPERTY_ADDEDis triggered if a property is transiently removed and set again with the same name but different type and then saved.voidLockingTest. testRemoveLockFromNode()Tests if unlocking a node triggers property removed events for the properties jcr:lockOwner and jcr:lockIsDeep.voidAddEventListenerTest. testUUID()Tests if events are only generated for specified UUIDs.voidEventJournalTest. testUUID()voidGetUserDataTest. testVersioning() - 
Uses of NotExecutableException in org.apache.jackrabbit.test.api.query
Methods in org.apache.jackrabbit.test.api.query that throw NotExecutableException Modifier and Type Method Description protected QueryAbstractQueryTest. createQuery(String statement, String language)Creates aQueryfor the given statement in the requested language, treating optional languages gracefullyprotected QueryAbstractQueryTest. createQuery(Session session, String statement, String language)Creates aQueryfor the given statement in the requested language, treating optional languages gracefullyprotected QueryAbstractQueryTest. createQuery(org.apache.jackrabbit.test.api.query.Statement statement)Create aQueryfor a givenStatement.protected voidAbstractQueryTest. evaluateResultOrder(QueryResult queryResult, String propName, boolean descending)Checks if theQueryResultis ordered according order property in direction of related argument.protected QueryResultAbstractQueryTest. execute(String statement, String language)Creates and executes aQueryfor a given Statement in a given query languageprotected QueryResultAbstractQueryTest. execute(org.apache.jackrabbit.test.api.query.Statement statement)Creates and executes aQueryfor the givenStatementprotected voidAbstractQueryTest. executeSqlQuery(Session session, String sql, Node[] expectedNodes)Executes thesqlquery and checks the results against the specifiednodes.protected voidAbstractQueryTest. executeSqlQuery(Session session, String sql, Node[] requiredNodes, Node[] optionalNodes)Executes thesqlquery and checks the results against the specifiednodes.protected voidAbstractQueryTest. executeXPathQuery(Session session, String xpath, Node[] expectedNodes)Executes thexpathquery and checks the results against the specifiednodes.protected voidAbstractQueryLevel2Test. setUpMultiValueTest()Creates three nodes with names:AbstractJCRTest.nodeName1,AbstractJCRTest.nodeName2andAbstractJCRTest.nodeName3.voidSQLPathTest. testChildAxisLeaf()Tests if <somepath>/% AND NOT <somepath>/%/% returns no nodes if the node at <somepath> is a leaf.voidSQLPathTest. testChildAxisRoot()Tests if /% AND NOT /%/% returns the child nodes of the root node.voidSQLPathTest. testChildAxisTestRoot()Tests if <somepath>/% AND NOT <somepath>/%/% returns the child nodes of node at <somepath>.voidSaveTest. testConstraintViolationException()Tests if aConstraintViolationExceptionis thrown if a query is stored under a node which does not allow child nodes.voidDerefQueryLevel1Test. testDerefMultiPropWithNodeStar()Test a deref query on a multi valued reference property with a '*' node.voidDerefQueryLevel1Test. testDerefMultiPropWithNodeTest()Test a deref query on a multi valued reference property with a node test.voidDerefQueryLevel1Test. testDerefSinglePropWithNodeStar()Test a deref query on a single valued reference property with a '*' node test.voidDerefQueryLevel1Test. testDerefSinglePropWithNodeTest()Test a deref query on a single valued reference property with a node test.voidSQLPathTest. testDescendantLeaf()Tests if <somepath>/% returns no nodes if node at <somepath> is a leaf.voidSQLPathTest. testDescendantSelfTestRoot()Tests if <somepath>/%/<nodename> OR <somepath>/<nodename> returns nodes with name <nodename> which are descendants of node attestroot.voidSQLPathTest. testDescendantTestRoot()Tests if <somepath>/% returns the descendants of <somepath>.voidElementTest. testElementTest()Tests the element test without arguments.voidElementTest. testElementTestAnyNode()Tests the element test with one any node argument.voidElementTest. testElementTestAnyNodeNtBase()Tests the element test with an any node argument and a type argument that matches all nodes (nt:base).voidElementTest. testElementTestAnyNodeSomeNT()Tests the element test with an any node argument and a type argument that matches only certain child nodes.voidElementTest. testElementTestNameTest()Tests the element test with one single name test argument.voidElementTest. testElementTestNameTestNtBase()Tests the element test with a name test argument and a type argument that matches all nodes (nt:base).voidElementTest. testElementTestNameTestSomeNT()Tests the element test with a name test argument and a type argument that matches only certain child nodes.voidElementTest. testElementTestNameTestSomeNTWithSNS()Tests the element test with a name test argument and a type argument that matches only certain child nodes.voidGetPersistentQueryPathTest. testGetPersistentQueryPath()Tests ifQuery.getStoredQueryPath()returns the correct path where the query had been saved.voidQueryResultNodeIteratorTest. testGetPosition()Tests the methodNodeIterator.getPosition().voidQueryResultNodeIteratorTest. testGetPositionEmptyIterator()Tests the methodNodeIterator.getPosition()on an emptyNodeIterator.voidQueryResultNodeIteratorTest. testGetSize()Tests ifRangeIterator.getSize()returns the correct size.voidSaveTest. testItemExistsException()Tests if anItemExistsExceptionis thrown when a query is stored on an existing node and same name siblings are not allowed.voidSQLJcrPathTest. testJcrPath()Verify that the jcr:path is present in the query result.voidXPathJcrPathTest. testJcrPath()Verify that the jcr:path is present in the query result.voidSQLJoinTest. testJoin()Test a SQL query with a primary and mixin nodetype join.voidSQLJoinTest. testJoinFilterPrimaryType()Test a SQL query with a primary type and mixin nodetype join.voidSQLJoinTest. testJoinNtBase()Test a SQL query with a nt:base primary type and mixin nodetype join.voidSQLJoinTest. testJoinSNS()Test a SQL query with a primary and mixin nodetype join on child nodes with same name siblings.voidSaveTest. testLockException()Tests if aLockExceptionis thrown if a query is stored under a node locked by anotherSession.voidQueryResultNodeIteratorTest. testNoSuchElementException()Tests if aNoSuchElementExceptionis thrown whenNodeIterator.nextNode()is called and there are no more nodes available.voidSaveTest. testPathNotFoundException()Tests if aPathNotFoundExceptionis thrown when a query is stored to a non existent path.voidSaveTest. testRepositoryException()Tests if the aRepositoryExceptionis thrown when an malformed path is passed inQuery.storeAsNode(String).voidSaveTest. testSave()Stores aQuery.XPATHquery at:testRoot + "/" + nodeName1.voidSimpleSelectionTest. testSingleProperty()Verifies that searching for a property from a single node returns only one row and has the searched propertyvoidQueryResultNodeIteratorTest. testSkip()Tests ifRangeIterator.skip(long)works correctly.voidGetLanguageTest. testSQL()Tests if a SQL query returnsQuery.SQLwhen callingQuery.getLanguage().voidTextNodeTest. testTextNodeTest()Tests if text() node test is equivalent with jcr:xmltext.voidTextNodeTest. testTextNodeTestContains()Tests if text() node test is equivalent with jcr:xmltext and jcr:contains matches content in jcr:xmlcharacters property.voidTextNodeTest. testTextNodeTestMultiNodes()Tests if text() node test is equivalent with jcr:xmltext and will select multiple nodes with name jcr:xmltext.voidTextNodeTest. testTextNodeTestWithPosition()Tests text() node test with various position predicates: position(), first(), last().voidSaveTest. testVersionException()Tests if aVersionExceptionis thrown when a query is stored under a checked in node. - 
Uses of NotExecutableException in org.apache.jackrabbit.test.api.query.qom
Methods in org.apache.jackrabbit.test.api.query.qom that throw NotExecutableException Modifier and Type Method Description voidChildNodeTest. testChildNodesDoNotMatchSelector()voidSameNodeTest. testChildNodesDoNotMatchSelector()voidDescendantNodeTest. testDescendantNodesDoNotMatchSelector()voidGetQueryTest. testGetQuery()voidLengthTest. testLengthReferenceLiteral()voidLengthTest. testLengthWeakReferenceLiteral()voidBindVariableValueTest. testReference()voidLengthTest. testReferenceLength()voidNodeLocalNameTest. testReferenceLiteral()voidNodeNameTest. testReferenceLiteral()voidBindVariableValueTest. testWeakReference()voidLengthTest. testWeakReferenceLength()voidNodeLocalNameTest. testWeakReferenceLiteral()voidNodeNameTest. testWeakReferenceLiteral() - 
Uses of NotExecutableException in org.apache.jackrabbit.test.api.retention
 - 
Uses of NotExecutableException in org.apache.jackrabbit.test.api.security
Methods in org.apache.jackrabbit.test.api.security that throw NotExecutableException Modifier and Type Method Description protected voidAbstractAccessControlTest. checkCanModifyAc(String path)protected voidAbstractAccessControlTest. checkCanReadAc(String path)protected static AccessControlManagerAbstractAccessControlTest. getAccessControlManager(Session s)protected Privilege[]AbstractAccessControlTest. privilegesFromName(String privilegeName)protected Privilege[]AbstractAccessControlTest. privilegesFromNames(String[] privilegeNames)voidAccessControlListTest. testAddAbstractPrivilege()voidAccessControlListTest. testAddAccessControlEntry()voidAccessControlListTest. testAddAccessControlEntryAgain()voidAccessControlListTest. testAddAccessControlEntryAndSetPolicy()voidAccessControlListTest. testAddAccessControlEntryEmptyPrivilegeArray()voidAccessControlListTest. testAddAccessControlEntryInvalidPrincipal()voidAccessControlListTest. testAddAccessControlEntryInvalidPrivilege()voidAccessControlListTest. testAddAccessControlEntryIsTransient()voidAccessControlListTest. testAddAccessControlEntryTwice()voidAccessControlListTest. testAddAggregatedPrivilegesSeparately()voidAccessControlListTest. testAddAggregatePrivilege()voidAccessControlListTest. testAddPrivilegesPresentInEntries()voidAccessControlDiscoveryTest. testAllPrivilege()Test the jcr:all privilege.voidAccessControlDiscoveryTest. testAllPrivilegeContainsAll()voidAccessControlPolicyTest. testApplicablePoliciesAreDistinct()voidAccessControlPolicyTest. testApplicablePoliciesAreDistintFromSetPolicies()voidAccessControlListTest. testExtendPrivileges()voidAccessControlListTest. testGetAccessControlEntries()voidAccessControlPolicyTest. testGetApplicablePolicies()voidRSessionAccessControlPolicyTest. testGetApplicablePolicies()voidAccessControlPolicyTest. testGetEffectivePolicies()voidAccessControlPolicyTest. testGetEffectivePoliciesForNonExistingNode()voidAccessControlPolicyTest. testGetEffectivePoliciesForProperty()voidRSessionAccessControlPolicyTest. testGetEffectivePolicy()voidAccessControlPolicyIteratorTest. testGetInitialPosition()voidAccessControlPolicyTest. testGetPolicies()voidRSessionAccessControlPolicyTest. testGetPolicy()voidAccessControlPolicyTest. testGetPolicyAfterSave()voidAccessControlPolicyTest. testGetPolicyAfterSet()voidAccessControlPolicyIteratorTest. testGetPosition()voidAccessControlDiscoveryTest. testGetPrivilegesOnProperty()voidAccessControlPolicyIteratorTest. testGetSize()voidRSessionAccessControlDiscoveryTest. testHasPrivileges()voidAccessControlDiscoveryTest. testHasPrivilegesEmptyArray()voidAccessControlDiscoveryTest. testHasPrivilegesOnProperty()voidAccessControlPolicyTest. testNodeIsModifiedAfterRemovePolicy()voidAccessControlPolicyTest. testNodeIsModifiedAfterSecondSetPolicy()voidAccessControlPolicyTest. testNodeIsModifiedAfterSetPolicy()voidAccessControlDiscoveryTest. testNotHasPrivileges()voidRSessionAccessControlDiscoveryTest. testNotHasPrivileges()voidAccessControlPolicyTest. testNullPolicyOnNewNode()voidAccessControlListTest. testRemoveAccessControlEntry()voidAccessControlListTest. testRemoveAccessControlEntryAndSetPolicy()voidAccessControlListTest. testRemoveAccessControlEntryIsTransient()voidAccessControlListTest. testRemoveAddedAccessControlEntry()voidAccessControlListTest. testRemoveIllegalAccessControlEntry()voidAccessControlPolicyTest. testRemovePolicy()voidAccessControlPolicyTest. testRemovePolicyIsTransient()voidAccessControlPolicyTest. testResetPolicy()voidAccessControlPolicyTest. testSetAllPolicies()voidAccessControlPolicyTest. testSetIllegalPolicy()voidRSessionAccessControlPolicyTest. testSetInvalidPolicy()voidAccessControlPolicyTest. testSetPolicy()voidRSessionAccessControlPolicyTest. testSetPolicy()voidAccessControlPolicyTest. testSetPolicyIsTransient()voidAccessControlPolicyTest. testSetPolicyOnNewNode()voidAccessControlPolicyIteratorTest. testSkip()voidAccessControlDiscoveryTest. testWritePrivilege()Test the jcr:write privilege. - 
Uses of NotExecutableException in org.apache.jackrabbit.test.api.version
Methods in org.apache.jackrabbit.test.api.version that throw NotExecutableException Modifier and Type Method Description protected NodeAbstractVersionTest. createVersionableNode(Node parent, String name, NodeType nodetype)Create a versionable node below the given parent node.voidMergeNodeTest. disable_testMergeLocked()Tests if aLockExceptionis thrown when merge is called on a locked node.voidMergeNodeTest. disable_testMergeLockedJcr2()Tests if aLockExceptionis thrown when merge is called on a locked node.protected voidMergeActivityTest. initNodes()initialize a versionable node on default and second workspacevoidFrozenNodeTest. testFrozenChildUUUID()voidFrozenNodeTest. testFrozenUUUID()voidGetReferencesNodeTest. testGetReferencesNeverFromVersions()Node.getReferences() never returns a reference that is stored in a version.voidRemoveVersionTest. testReferentialIntegrityException()Checks ifVersionHistory.removeVersion(String)throws aReferentialIntegrityExceptionif the named version is still referenced by another node.voidRemoveVersionTest. testRemoveInvalidVersion()Test if removing a version from the version history throws a VersionException if the specified version does not exist.voidRestoreTest. testRestoreName()Test the restore of the OPV=Version child nodes.voidRestoreTest. testRestoreNameJcr2()Test the restore of the OPV=Version child nodes.voidOnParentVersionAbortTest. testRestoreNode()Test the restore of a OnParentVersion-ABORT nodevoidOnParentVersionAbortTest. testRestoreNodeJcr2()Test the restore of a OnParentVersion-ABORT nodevoidRestoreTest. testRestoreOrder()Test the child ordering of restored nodes.voidRestoreTest. testRestoreOrder2()Test the child ordering of restored nodes.voidRestoreTest. testRestoreOrder2Jcr2()Test the child ordering of restored nodes.voidRestoreTest. testRestoreOrder2Jcr2_2()Test the child ordering of restored nodes.voidRestoreTest. testRestoreOrder2Jcr2_3()Test the child ordering of restored nodes.voidRestoreTest. testRestoreOrder2Jcr2_4()Test the child ordering of restored nodes.voidRestoreTest. testRestoreOrderJcr2()Test the child ordering of restored nodes.voidRestoreTest. testRestoreOrderJcr2_2()Test the child ordering of restored nodes.voidRestoreTest. testRestoreOrderJcr2_3()Test the child ordering of restored nodes.voidRestoreTest. testRestoreOrderJcr2_4()Test the child ordering of restored nodes.voidRestoreTest. testRestoreRemovesMixin()Test that after restore(), a subsequently added mixin type is removedvoidRestoreTest. testRestoreWithUUIDConflict()Tests if restoring theVersionof an existing node throws anItemExistsExceptionif removeExisting is set to FALSE.voidRestoreTest. testRestoreWithUUIDConflictJcr2()Tests if restoring theVersionof an existing node throws anItemExistsExceptionif removeExisting is set to FALSE.voidRestoreTest. testRestoreWithUUIDConflictJcr2_2()Tests if restoring theVersionof an existing node throws anItemExistsExceptionif removeExisting is set to FALSE.voidRestoreTest. testRestoreWithUUIDConflictJcr2_3()Tests if restoring theVersionof an existing node throws anItemExistsExceptionif removeExisting is set to FALSE.voidRestoreTest. testRestoreWithUUIDConflictJcr2_4()Tests if restoring theVersionof an existing node throws anItemExistsExceptionif removeExisting is set to FALSE.voidWorkspaceRestoreTest. testWorkspaceRestoreWithRemoveExisting()Test if the removeExisting-flag removes an existing node in case of uuid conflict.voidWorkspaceRestoreTest. testWorkspaceRestoreWithRemoveExistingJcr2()Test if the removeExisting-flag removes an existing node in case of uuid conflict.voidWorkspaceRestoreTest. testWorkspaceRestoreWithUUIDConflict()Tests if restoring theVersionof an existing node throws anItemExistsExceptionif removeExisting is set to FALSE.voidWorkspaceRestoreTest. testWorkspaceRestoreWithUUIDConflictJcr2()Tests if restoring theVersionof an existing node throws anItemExistsExceptionif removeExisting is set to FALSE. - 
Uses of NotExecutableException in org.apache.jackrabbit.test.api.version.simple
Methods in org.apache.jackrabbit.test.api.version.simple that throw NotExecutableException Modifier and Type Method Description protected NodeAbstractVersionTest. createVersionableNode(Node parent, String name, NodeType nodetype)Create a versionable node below the given parent node.voidFrozenNodeTest. testFrozenChildUUUID()voidFrozenNodeTest. testFrozenUUUID()voidRestoreTest. testRestoreName()Test the restore of the OPV=Version child nodes.voidRestoreTest. testRestoreNameJcr2()Test the restore of the OPV=Version child nodes.voidRestoreTest. testRestoreOrder()Test the child ordering of restored nodes.voidRestoreTest. testRestoreOrder2()Test the child ordering of restored nodes.voidRestoreTest. testRestoreOrder2Jcr2()Test the child ordering of restored nodes.voidRestoreTest. testRestoreOrder2Jcr2_2()Test the child ordering of restored nodes.voidRestoreTest. testRestoreOrder2Jcr2_3()Test the child ordering of restored nodes.voidRestoreTest. testRestoreOrder2Jcr2_4()Test the child ordering of restored nodes.voidRestoreTest. testRestoreOrderJcr2()Test the child ordering of restored nodes.voidRestoreTest. testRestoreOrderJcr2_2()Test the child ordering of restored nodes.voidRestoreTest. testRestoreOrderJcr2_3()Test the child ordering of restored nodes.voidRestoreTest. testRestoreOrderJcr2_4()Test the child ordering of restored nodes.voidRestoreTest. testRestoreWithUUIDConflict()Tests if restoring theVersionof an existing node throws anItemExistsExceptionif removeExisting is set to FALSE.voidRestoreTest. testRestoreWithUUIDConflictJcr2()Tests if restoring theVersionof an existing node throws anItemExistsExceptionif removeExisting is set to FALSE.voidRestoreTest. testRestoreWithUUIDConflictJcr2_2()Tests if restoring theVersionof an existing node throws anItemExistsExceptionif removeExisting is set to FALSE.voidRestoreTest. testRestoreWithUUIDConflictJcr2_3()Tests if restoring theVersionof an existing node throws anItemExistsExceptionif removeExisting is set to FALSE.voidRestoreTest. testRestoreWithUUIDConflictJcr2_4()Tests if restoring theVersionof an existing node throws anItemExistsExceptionif removeExisting is set to FALSE. 
 -