A B C D E F G H I J L M N O P Q R S T U V W X

A

ANY_PROPERTY_TYPE - Static variable in class org.apache.jackrabbit.test.api.nodetype.NodeTypeUtil
 
AbstractJCRTest - class org.apache.jackrabbit.test.AbstractJCRTest.
Abstract base class for all JCR test classes.
AbstractJCRTest() - Constructor for class org.apache.jackrabbit.test.AbstractJCRTest
 
AbstractMergeTest - class org.apache.jackrabbit.test.api.version.AbstractMergeTest.
AbstractMergeTest is the abstract base class for all merge related test classes.
AbstractMergeTest() - Constructor for class org.apache.jackrabbit.test.api.version.AbstractMergeTest
 
AbstractObservationTest - class org.apache.jackrabbit.test.api.observation.AbstractObservationTest.
This class implements the basic AbstractObservationTest.setUp() and AbstractJCRTest.tearDown() methods for the observation test cases.
AbstractObservationTest() - Constructor for class org.apache.jackrabbit.test.api.observation.AbstractObservationTest
 
AbstractOnParentVersionTest - class org.apache.jackrabbit.test.api.version.AbstractOnParentVersionTest.
AbstractOnParentVersionTest: the abstract base class for all tests related to OnParentVersion issues.
AbstractOnParentVersionTest() - Constructor for class org.apache.jackrabbit.test.api.version.AbstractOnParentVersionTest
 
AbstractQueryLevel2Test - class org.apache.jackrabbit.test.api.query.AbstractQueryLevel2Test.
Implements common setup methods for level 2 queries.
AbstractQueryLevel2Test() - Constructor for class org.apache.jackrabbit.test.api.query.AbstractQueryLevel2Test
 
AbstractQueryTest - class org.apache.jackrabbit.test.api.query.AbstractQueryTest.
Abstract base class for query test cases.
AbstractQueryTest() - Constructor for class org.apache.jackrabbit.test.api.query.AbstractQueryTest
 
AbstractVersionTest - class org.apache.jackrabbit.test.api.version.AbstractVersionTest.
AbstractVersionTest is the abstract base class for all versioning related test classes.
AbstractVersionTest() - Constructor for class org.apache.jackrabbit.test.api.version.AbstractVersionTest
 
AddEventListenerTest - class org.apache.jackrabbit.test.api.observation.AddEventListenerTest.
Tests the options for addEventListener().
AddEventListenerTest() - Constructor for class org.apache.jackrabbit.test.api.observation.AddEventListenerTest
 
AddNodeTest - class org.apache.jackrabbit.test.api.AddNodeTest.
AddNodeTest contains the test cases for the method Node.addNode(String, String).
AddNodeTest() - Constructor for class org.apache.jackrabbit.test.api.AddNodeTest
 
addChildNode(int) - Method in class org.apache.jackrabbit.test.api.version.AbstractOnParentVersionTest
Add a child node to the versionable node created in the setup with the name and nodetype name defined in the corresponding configuration.
addError(Test, Throwable) - Method in class org.apache.jackrabbit.test.JCRTestResult
Only add an error if throwable is not of type NotExecutableException.
addEventListener(EventListener) - Method in class org.apache.jackrabbit.test.api.observation.AbstractObservationTest
Registers an EventListener for all events.
addEventListener(EventListener, int) - Method in class org.apache.jackrabbit.test.api.observation.AbstractObservationTest
Registers an EventListener for events of the specified type(s).
addFailure(Test, AssertionFailedError) - Method in class org.apache.jackrabbit.test.JCRTestResult
 
addListener(TestListener) - Method in class org.apache.jackrabbit.test.JCRTestResult
 

B

BASE_CHAR - Static variable in class org.apache.jackrabbit.test.api.PropertyUtil
 
Base64 - class org.apache.jackrabbit.test.api.Base64.
Base64 provides Base64 encoding/decoding of strings and streams.
BinaryPropertyTest - class org.apache.jackrabbit.test.api.BinaryPropertyTest.
Tests a binary property.
BinaryPropertyTest() - Constructor for class org.apache.jackrabbit.test.api.BinaryPropertyTest
 
BooleanPropertyTest - class org.apache.jackrabbit.test.api.BooleanPropertyTest.
Tests a boolean property.
BooleanPropertyTest() - Constructor for class org.apache.jackrabbit.test.api.BooleanPropertyTest
 

C

CHANGED_STRING - Static variable in class org.apache.jackrabbit.test.api.version.AbstractMergeTest
The modified string to check
CHECK_EXCLUDELIST_VERSION_GIF_PATH - Static variable in class org.apache.jackrabbit.tck.j2ee.RepositoryServlet
exclude list version checker gif path
CHECK_TCK_VERSION_GIF_PATH - Static variable in class org.apache.jackrabbit.tck.j2ee.RepositoryServlet
tck version checker gif path
COMBINING_CHAR - Static variable in class org.apache.jackrabbit.test.api.PropertyUtil
 
CONTENTHANDLER - Variable in class org.apache.jackrabbit.test.api.SerializationTest
 
CanAddChildNodeCallWithNodeTypeTest - class org.apache.jackrabbit.test.api.nodetype.CanAddChildNodeCallWithNodeTypeTest.
Tests NodeType.canAddChildNode(String childNodeName, String nodeTypeName) returns true if a node of name childNodeName and of node type childNodeName could be added to a node of type NodeType.
CanAddChildNodeCallWithNodeTypeTest() - Constructor for class org.apache.jackrabbit.test.api.nodetype.CanAddChildNodeCallWithNodeTypeTest
 
CanAddChildNodeCallWithoutNodeTypeTest - class org.apache.jackrabbit.test.api.nodetype.CanAddChildNodeCallWithoutNodeTypeTest.
Tests NodeType.canAddChildNode(String childNodeName) returns true if a node of name childNodeName could be added to a node of type NodeType.
CanAddChildNodeCallWithoutNodeTypeTest() - Constructor for class org.apache.jackrabbit.test.api.nodetype.CanAddChildNodeCallWithoutNodeTypeTest
 
CanRemoveItemTest - class org.apache.jackrabbit.test.api.nodetype.CanRemoveItemTest.
Tests NodeType.canRemoveItem(String itemName) returns true if a node or property is removable
CanRemoveItemTest() - Constructor for class org.apache.jackrabbit.test.api.nodetype.CanRemoveItemTest
 
CanSetPropertyBinaryTest - class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyBinaryTest.
Test of NodeType.canSetProperty(String propertyName, Value value) and NodeType.canSetProperty(String propertyName, Value[] values) where property is of type Binary.
CanSetPropertyBinaryTest() - Constructor for class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyBinaryTest
 
CanSetPropertyBooleanTest - class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyBooleanTest.
Test of NodeType.canSetProperty(String propertyName, Value value) and NodeType.canSetProperty(String propertyName, Value[] values) where property is of type Boolean.
CanSetPropertyBooleanTest() - Constructor for class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyBooleanTest
 
CanSetPropertyDateTest - class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyDateTest.
Test of NodeType.canSetProperty(String propertyName, Value value) and NodeType.canSetProperty(String propertyName, Value[] values) where property is of type Date.
CanSetPropertyDateTest() - Constructor for class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyDateTest
 
CanSetPropertyDoubleTest - class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyDoubleTest.
Test of NodeType.canSetProperty(String propertyName, Value value) and NodeType.canSetProperty(String propertyName, Value[] values) where property is of type Double.
CanSetPropertyDoubleTest() - Constructor for class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyDoubleTest
 
CanSetPropertyLongTest - class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyLongTest.
Test of NodeType.canSetProperty(String propertyName, Value value) and NodeType.canSetProperty(String propertyName, Value[] values) where property is of type Long.
CanSetPropertyLongTest() - Constructor for class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyLongTest
 
CanSetPropertyMultipleTest - class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyMultipleTest.
Test of NodeType.canSetProperty(String propertyName, Value[] values)
CanSetPropertyMultipleTest() - Constructor for class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyMultipleTest
 
CanSetPropertyNameTest - class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyNameTest.
Test of NodeType.canSetProperty(String propertyName, Value value) and NodeType.canSetProperty(String propertyName, Value[] values) where property is of type Name.
CanSetPropertyNameTest() - Constructor for class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyNameTest
 
CanSetPropertyPathTest - class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyPathTest.
Test of NodeType.canSetProperty(String propertyName, Value value) and NodeType.canSetProperty(String propertyNa me, Value[] values) where property is of type Path.
CanSetPropertyPathTest() - Constructor for class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyPathTest
 
CanSetPropertyStringTest - class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyStringTest.
Test of NodeType.canSetProperty(String propertyName, Value value) and NodeType.canSetProperty(String propertyName, Value[] values) where property is of type String.
CanSetPropertyStringTest() - Constructor for class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyStringTest
 
CanSetPropertyTest - class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyTest.
Test of NodeType.canSetProperty(String propertyName, Value value)
CanSetPropertyTest() - Constructor for class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyTest
 
CheckPermissionTest - class org.apache.jackrabbit.test.api.CheckPermissionTest.
Tests if Session.checkPermission(String, String) yields the correct permissions for a read-only session and a 'superuser' session.
CheckPermissionTest() - Constructor for class org.apache.jackrabbit.test.api.CheckPermissionTest
 
CheckinTest - class org.apache.jackrabbit.test.api.version.CheckinTest.
CheckinTest covers tests related to Node.checkin().
CheckinTest() - Constructor for class org.apache.jackrabbit.test.api.version.CheckinTest
 
CheckoutTest - class org.apache.jackrabbit.test.api.version.CheckoutTest.
CheckoutTest covers tests related to Node.checkout() and Node.isCheckedOut().
CheckoutTest() - Constructor for class org.apache.jackrabbit.test.api.version.CheckoutTest
 
calcEncodedLength(long) - Static method in class org.apache.jackrabbit.test.api.Base64
Calculates the size (i.e.
characters(char[], int, int) - Method in class org.apache.jackrabbit.tck.TestResultParser
 
checkGetType(Property, int) - Static method in class org.apache.jackrabbit.test.api.PropertyUtil
Helper method to test the type received with Value.getType() and Property.getType() .
checkImportDocumentView_IMPORT_UUID_COLLISION_REMOVE_EXISTING() - Method in class org.apache.jackrabbit.test.api.DocumentViewImportTest
Checks ImportUUIDBehavior.IMPORT_UUID_COLLISION_REMOVE_EXISTING i.e that the existing node is removed in case of uuid collision.
checkImportDocumentView_IMPORT_UUID_COLLISION_REPLACE_EXISTING() - Method in class org.apache.jackrabbit.test.api.DocumentViewImportTest
Checks ImportUUIDBehavior.IMPORT_UUID_COLLISION_REPLACE_EXISTING i.e that the existing node is replaced by the imported one node when uuid collision occurs.
checkImportDocumentView_IMPORT_UUID_COLLISION_THROW() - Method in class org.apache.jackrabbit.test.api.DocumentViewImportTest
Checks ImportUUIDBehavior.IMPORT_UUID_COLLISION_THROW i.e that a ItemExistsException is thrown in case of importing with an input stream or a SAXException is thrown in case of importing with a ContentHandler.
checkImportDocumentView_IMPORT_UUID_CREATE_NEW() - Method in class org.apache.jackrabbit.test.api.DocumentViewImportTest
Checks ImportUUIDBehavior.IMPORT_UUID_CREATE_NEW i.e.
checkImportSimpleXMLTree() - Method in class org.apache.jackrabbit.test.api.DocumentViewImportTest
Tests if the simple xml document defined in createSimpleDocument() is imported correctly according the specification rules given in 7.3.2
checkNameFormat(String, Session) - Static method in class org.apache.jackrabbit.test.api.PropertyUtil
checks if the given name follows the NAME syntax rules and if a present prefix is mapped to a registered namespace
checkNamespaceAdded() - Method in class org.apache.jackrabbit.test.api.DocumentViewImportTest
Checks if a namespace not yet existing in the repository is registered after an according document import.
checkNodeAdded(Event[], String[]) - Method in class org.apache.jackrabbit.test.api.observation.AbstractObservationTest
Checks Events for paths.
checkNodeRemoved(Event[], String[]) - Method in class org.apache.jackrabbit.test.api.observation.AbstractObservationTest
Checks Events for paths.
checkPathFormat(String, Session) - Static method in class org.apache.jackrabbit.test.api.PropertyUtil
Checks if the given path follows the path syntax rules.
checkPropertyAdded(Event[], String[]) - Method in class org.apache.jackrabbit.test.api.observation.AbstractObservationTest
Checks Events for paths.
checkPropertyChanged(Event[], String[]) - Method in class org.apache.jackrabbit.test.api.observation.AbstractObservationTest
Checks Events for paths.
checkPropertyRemoved(Event[], String[]) - Method in class org.apache.jackrabbit.test.api.observation.AbstractObservationTest
Checks Events for paths.
checkResult(QueryResult, int) - Method in class org.apache.jackrabbit.test.api.query.AbstractQueryTest
Checks if the result contains a number of hits.
checkResult(QueryResult, int, int) - Method in class org.apache.jackrabbit.test.api.query.AbstractQueryTest
Checks if the result contains a number of hits and properties.
checkResult(QueryResult, Node[]) - Method in class org.apache.jackrabbit.test.api.query.AbstractQueryTest
Checks if the result set contains exactly the nodes.
checkValue(RowIterator, String, String) - Method in class org.apache.jackrabbit.test.api.query.AbstractQueryLevel2Test
Tests if all results contain only the searched value is contained in the selected property
checkXmlTextNode(Node) - Method in class org.apache.jackrabbit.test.api.DocumentViewImportTest
Tests if xmltext in a body of a xml element is correctly imported to a node with name jcr:xmltext and that the value of the text is stored in the singlevalued jcr:xmlcharacters property of String type.
childNodeTypeName - Variable in class org.apache.jackrabbit.test.api.version.AbstractOnParentVersionTest
 
close() - Method in class org.apache.jackrabbit.test.LogPrintWriter
 
countBytes(Value) - Static method in class org.apache.jackrabbit.test.api.PropertyUtil
Counts the number of bytes of a Binary value.
createQuery(Statement) - Method in class org.apache.jackrabbit.test.api.query.AbstractQueryTest
Create a Query for a given Statement.
createQuery(String, String) - Method in class org.apache.jackrabbit.test.api.query.AbstractQueryTest
Creates a Query for the given statement in the requested language
createRandomString(int) - Method in class org.apache.jackrabbit.test.AbstractJCRTest
Creates a String with a random sequence of characters using 'a' - 'z'.
createReferenceableNode(String) - Method in class org.apache.jackrabbit.test.api.ValueFactoryTest
Create a referenceable node under the testRootNode or null if it is not possible to create one.
createReferenceableNode(String) - Method in class org.apache.jackrabbit.test.api.lock.SetValueLockExceptionTest
Create a referenceable node under the testRootNode or null if it is not possible to create one.
createVersionableNode(Node, String, NodeType) - Method in class org.apache.jackrabbit.test.api.version.AbstractVersionTest
Create a versionable node below the given parent node.

D

DEFAULT_WAIT_TIMEOUT - Static variable in class org.apache.jackrabbit.test.api.observation.AbstractObservationTest
Default wait timeout for events: 5000 ms
DIGIT - Static variable in class org.apache.jackrabbit.test.api.PropertyUtil
 
DatePropertyTest - class org.apache.jackrabbit.test.api.DatePropertyTest.
Tests a date property.
DatePropertyTest() - Constructor for class org.apache.jackrabbit.test.api.DatePropertyTest
 
DerefQueryLevel1Test - class org.apache.jackrabbit.test.api.query.DerefQueryLevel1Test.
Tests the XPath function jcr:deref() in a level 1 repository.
DerefQueryLevel1Test() - Constructor for class org.apache.jackrabbit.test.api.query.DerefQueryLevel1Test
 
DocumentViewImportTest - class org.apache.jackrabbit.test.api.DocumentViewImportTest.
DocumentViewImportTest Tests importXML and getImportContentHandler methods of the Workspace and Session class.
DocumentViewImportTest() - Constructor for class org.apache.jackrabbit.test.api.DocumentViewImportTest
 
DoublePropertyTest - class org.apache.jackrabbit.test.api.DoublePropertyTest.
Tests a double property.
DoublePropertyTest() - Constructor for class org.apache.jackrabbit.test.api.DoublePropertyTest
 
decode(Reader, OutputStream) - Static method in class org.apache.jackrabbit.test.api.Base64
Decode base64 encoded data.
decode(InputStream, OutputStream) - Static method in class org.apache.jackrabbit.test.api.Base64
Decode base64 encoded data.
decode(String, OutputStream) - Static method in class org.apache.jackrabbit.test.api.Base64
Decode base64 encoded data.
decode(char[], OutputStream) - Static method in class org.apache.jackrabbit.test.api.Base64
Decode base64 encoded data.
decode(char[], int, int, OutputStream) - Static method in class org.apache.jackrabbit.test.api.Base64
Decode base64 encoded data.
destroy() - Method in class org.apache.jackrabbit.tck.j2ee.RepositoryServlet
 
disable_testMergeLocked() - Method in class org.apache.jackrabbit.test.api.version.MergeNodeTest
Tests if a LockException is thrown when merge is called on a locked node.
disable_testMergeNodeBestEffortTrue() - Method in class org.apache.jackrabbit.test.api.version.MergeSubNodeTest
Node.merge(): bestEffort is true > (sub)node which could not be merged are not affected.
disable_testMergeNodeForceFailure() - Method in class org.apache.jackrabbit.test.api.version.MergeNodeTest
if mergeFailedProperty is present > VersionException
disable_testMergeNodeFromUpdatedSourceWorkspace() - Method in class org.apache.jackrabbit.test.api.version.MergeSubNodeTest
Node.merge(): versionable subNode N checked-in: If V' is a successor (to any degree) of V, then the merge result for N is update
modify a node on the workspace1 and then merge the one in workspace2 with the one in workspace1 precondition is that the node in workspace2 is checked in
disable_testMergeNodeNonVersionableSubNodeLeave() - Method in class org.apache.jackrabbit.test.api.version.MergeNonVersionableSubNodeTest
Node.merge(): nonversionable subNode N: is left unchanged if the nearest versionable ancestor has state leave.
disable_testMergeNodeSubNodesMergeTest() - Method in class org.apache.jackrabbit.test.api.version.MergeSubNodeTest
Node.merge(): For each versionable node N in the subtree rooted at this node,
a merge test is performed comparing N with its corresponding node in workspace, N'.
disable_testRemoveNodeFromSourceWorkspaceAndMergeWithUpdate() - Method in class org.apache.jackrabbit.test.api.version.MergeSubNodeTest
Node.merge(): versionable subNode N: If N has status leave but parent is update, then the subnode N is removed
retrieve the initialised node to perform operations we need before for this test
doImport(String, FileInputStream, boolean, boolean) - Method in class org.apache.jackrabbit.test.api.SerializationTest
Helper method which imports the given FileInputStream using Workspace or Session and via the methods importXML respective getImportContentHandler.
doImportNoSave(String, FileInputStream, boolean) - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
doTestExportDocView(boolean, boolean, boolean) - Method in class org.apache.jackrabbit.test.api.ExportDocViewTest
Tests session.exportDocView with the different argument possibilities.
doTestGetImportContentHandler() - Method in class org.apache.jackrabbit.test.api.DocumentViewImportTest
Tests getImportContentHandler method with uuidBehaviour IMPORT_UUID_CREATE_NEW.
doTestImportXML() - Method in class org.apache.jackrabbit.test.api.DocumentViewImportTest
Tests importXML method with uuidBehaviour IMPORT_UUID_CREATE_NEW.
doTestLockException(boolean, boolean) - Method in class org.apache.jackrabbit.test.api.SerializationTest
Tests whether importing a tree respects locking.
doTestNodeTypeConstraintViolation(boolean, boolean) - Method in class org.apache.jackrabbit.test.api.SerializationTest
Create a node named ntBase with node type nt:base and creates a tree in the repository which will be exported and reimported below the node ntBase.
doTestOverwriteException(boolean, boolean) - Method in class org.apache.jackrabbit.test.api.SerializationTest
Tries to overwrite an existing node.
doTestSameUUIDAtAncestor(boolean, boolean) - Method in class org.apache.jackrabbit.test.api.DocumentViewImportTest
Tests correct failure of importing a element wit the same UUID as the target node or an ancestor of it in case of uuidBehavior IMPORT_UUID_COLLISION_REMOVE_EXISTING.
doTestSetValueLockException(int) - Method in class org.apache.jackrabbit.test.api.lock.SetValueLockExceptionTest
Tests if a LockException is thrown if a value is added to a property of a locked node.
doTestVersioningExceptionFileChild(boolean, boolean) - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
doTestVersioningExceptionFileParent(boolean, boolean) - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
doTestWithHandler(boolean, boolean, boolean) - Method in class org.apache.jackrabbit.test.api.ExportSysViewTest
 
doTestWithStream(boolean, boolean, boolean) - Method in class org.apache.jackrabbit.test.api.ExportSysViewTest
 

E

ERROR - Static variable in class org.apache.jackrabbit.tck.TestResult
An error occured while testing
EXCLUDE_LIST_URL - Static variable in class org.apache.jackrabbit.tck.j2ee.RepositoryServlet
exclude list url name
EXTENDER - Static variable in class org.apache.jackrabbit.test.api.PropertyUtil
 
ElementTest - class org.apache.jackrabbit.test.api.query.ElementTest.
Tests the element test function in XPath.
ElementTest() - Constructor for class org.apache.jackrabbit.test.api.query.ElementTest
 
EscapeJCRUtil - class org.apache.jackrabbit.test.api.EscapeJCRUtil.
Class providing some character escape methods.
EscapeJCRUtil() - Constructor for class org.apache.jackrabbit.test.api.EscapeJCRUtil
 
EventIteratorTest - class org.apache.jackrabbit.test.api.observation.EventIteratorTest.
Tests the methods the following methods: RangeIterator.getSize() RangeIterator.getPosition() RangeIterator.skip(long)

Configuration requirements are:
The AbstractJCRTest.testRoot must allow child nodes of type AbstractJCRTest.testNodeType.

EventIteratorTest() - Constructor for class org.apache.jackrabbit.test.api.observation.EventIteratorTest
 
EventResult - class org.apache.jackrabbit.test.api.observation.EventResult.
Utility class for Event retrieval with an EventListener.
EventResult(PrintWriter) - Constructor for class org.apache.jackrabbit.test.api.observation.EventResult
Creates a new EventResult.
EventTest - class org.apache.jackrabbit.test.api.observation.EventTest.
Tests methods on the Event interface.
EventTest() - Constructor for class org.apache.jackrabbit.test.api.observation.EventTest
 
ExportDocViewTest - class org.apache.jackrabbit.test.api.ExportDocViewTest.
ExportDocViewTest tests the two Session methods : Session.exportDocumentView(String, ContentHandler, boolean, boolean) and Session.exportDocumentView(String, java.io.OutputStream, boolean, boolean) against the required behaviours according the document view xml mapping defined in the JSR 170 specification in chapter 6.4.2, 6.4.3 and 6.4.4 .
ExportDocViewTest() - Constructor for class org.apache.jackrabbit.test.api.ExportDocViewTest
 
ExportSysViewTest - class org.apache.jackrabbit.test.api.ExportSysViewTest.
ExportSysViewTest tests the SysView Export of a tree given by a node path.
ExportSysViewTest() - Constructor for class org.apache.jackrabbit.test.api.ExportSysViewTest
 
ExportSysViewTest.SysViewParser - class org.apache.jackrabbit.test.api.ExportSysViewTest.SysViewParser.
class to parse the XML file generated by the sysview export using an OutputStream
ExportSysViewTest.SysViewParser(String, Session, boolean, boolean) - Constructor for class org.apache.jackrabbit.test.api.ExportSysViewTest.SysViewParser
 
encode(InputStream, Writer) - Static method in class org.apache.jackrabbit.test.api.Base64
Outputs base64 representation of the specified stream data to an OutputStream.
encode(InputStream, OutputStream) - Static method in class org.apache.jackrabbit.test.api.Base64
Outputs base64 representation of the specified stream data to an OutputStream.
encode(byte[], int, int, Writer) - Static method in class org.apache.jackrabbit.test.api.Base64
Outputs base64 representation of the specified data to an OutputStream.
endTest(Test) - Method in class org.apache.jackrabbit.tck.TckTestRunner
This method is called everytime a test is finished.
endTest(Test) - Method in class org.apache.jackrabbit.test.JCRTestResult
 
environment - Variable in class org.apache.jackrabbit.test.RepositoryStub
 
equalValues(Value, Value) - Static method in class org.apache.jackrabbit.test.api.PropertyUtil
Helper method to compare the equality of two values for equality with the fulfilling of the equality conditions.
errorCount() - Method in class org.apache.jackrabbit.test.JCRTestResult
 
errors() - Method in class org.apache.jackrabbit.test.JCRTestResult
 
escapeJCRNames(String) - Static method in class org.apache.jackrabbit.test.api.EscapeJCRUtil
 
escapeJCRValues(String) - Static method in class org.apache.jackrabbit.test.api.EscapeJCRUtil
 
evaluateResultOrder(QueryResult, String, boolean) - Method in class org.apache.jackrabbit.test.api.query.AbstractQueryTest
Checks if the QueryResult is ordered according order property in direction of related argument.
execute(Statement) - Method in class org.apache.jackrabbit.test.api.query.AbstractQueryTest
Creates and executes a Query for the given Statement
execute(String, String) - Method in class org.apache.jackrabbit.test.api.query.AbstractQueryTest
Creates and executes a Query for a given Statement in a given query language
executeSqlQuery(Session, String, Node[]) - Method in class org.apache.jackrabbit.test.api.query.AbstractQueryTest
Executes the sql query and checks the results against the specified nodes.
executeXPathQuery(Session, String, Node[]) - Method in class org.apache.jackrabbit.test.api.query.AbstractQueryTest
Executes the xpath query and checks the results against the specified nodes.

F

FAILURE - Static variable in class org.apache.jackrabbit.tck.TestResult
The test failed
failureCount() - Method in class org.apache.jackrabbit.test.JCRTestResult
 
failures() - Method in class org.apache.jackrabbit.test.JCRTestResult
 
file - Variable in class org.apache.jackrabbit.test.api.SerializationTest
 
find(InputStream, String) - Method in class org.apache.jackrabbit.tck.TestFinder
This method searches all tests.
flush() - Method in class org.apache.jackrabbit.test.LogPrintWriter
 
format(Calendar) - Static method in class org.apache.jackrabbit.test.ISO8601
Formats a Calendar value into an ISO8601-compliant date/time string.

G

GetContainingHistoryTest - class org.apache.jackrabbit.test.api.version.GetContainingHistoryTest.
GetContainingHistoryTest provides test methods covering Version.getContainingHistory().
GetContainingHistoryTest() - Constructor for class org.apache.jackrabbit.test.api.version.GetContainingHistoryTest
 
GetCreatedTest - class org.apache.jackrabbit.test.api.version.GetCreatedTest.
GetCreatedTest provides test methods covering Version.getCreated().
GetCreatedTest() - Constructor for class org.apache.jackrabbit.test.api.version.GetCreatedTest
 
GetLanguageTest - class org.apache.jackrabbit.test.api.query.GetLanguageTest.
Test the method Query.getLanguage().
GetLanguageTest() - Constructor for class org.apache.jackrabbit.test.api.query.GetLanguageTest
 
GetPersistentQueryPathLevel1Test - class org.apache.jackrabbit.test.api.query.GetPersistentQueryPathLevel1Test.
Test the method Query.getStoredQueryPath().
GetPersistentQueryPathLevel1Test() - Constructor for class org.apache.jackrabbit.test.api.query.GetPersistentQueryPathLevel1Test
 
GetPersistentQueryPathTest - class org.apache.jackrabbit.test.api.query.GetPersistentQueryPathTest.
Test the method Query.getStoredQueryPath().
GetPersistentQueryPathTest() - Constructor for class org.apache.jackrabbit.test.api.query.GetPersistentQueryPathTest
 
GetPredecessorsTest - class org.apache.jackrabbit.test.api.version.GetPredecessorsTest.
GetPredecessorsTest provides test methods covering Version.getPredecessors().
GetPredecessorsTest() - Constructor for class org.apache.jackrabbit.test.api.version.GetPredecessorsTest
 
GetPropertyNamesTest - class org.apache.jackrabbit.test.api.query.GetPropertyNamesTest.
Tests if the property names of an XPath query without a jcr:primaryType predicate matches the ones declared in nt:base.
GetPropertyNamesTest() - Constructor for class org.apache.jackrabbit.test.api.query.GetPropertyNamesTest
 
GetReferencesNodeTest - class org.apache.jackrabbit.test.api.version.GetReferencesNodeTest.
GetReferencesNodeTest contains test to check if references are returned from versions.
GetReferencesNodeTest() - Constructor for class org.apache.jackrabbit.test.api.version.GetReferencesNodeTest
 
GetRegisteredEventListenersTest - class org.apache.jackrabbit.test.api.observation.GetRegisteredEventListenersTest.
Tests the method ObservationManager.getRegisteredEventListeners().
GetRegisteredEventListenersTest() - Constructor for class org.apache.jackrabbit.test.api.observation.GetRegisteredEventListenersTest
 
GetStatementTest - class org.apache.jackrabbit.test.api.query.GetStatementTest.
Tests the method Query.getStatement().
GetStatementTest() - Constructor for class org.apache.jackrabbit.test.api.query.GetStatementTest
 
GetSupportedQueryLanguagesTest - class org.apache.jackrabbit.test.api.query.GetSupportedQueryLanguagesTest.
Test the method QueryManager.getSupportedQueryLanguages().
GetSupportedQueryLanguagesTest() - Constructor for class org.apache.jackrabbit.test.api.query.GetSupportedQueryLanguagesTest
 
GetVersionableUUIDTest - class org.apache.jackrabbit.test.api.version.GetVersionableUUIDTest.
GetVersionableUUIDTest provides test methods covering VersionHistory.getVersionableUUID().
GetVersionableUUIDTest() - Constructor for class org.apache.jackrabbit.test.api.version.GetVersionableUUIDTest
 
getAddableMixinName(Session, Node) - Static method in class org.apache.jackrabbit.test.api.NodeMixinUtil
 
getConfig() - Static method in class org.apache.jackrabbit.tck.WebAppTestConfig
Reads the config entries from the repository
getCurrentConfig() - Static method in class org.apache.jackrabbit.tck.WebAppTestConfig
Returns the current configuration
getErrorMsg() - Method in class org.apache.jackrabbit.tck.TestResult
 
getEventIterator(long) - Method in class org.apache.jackrabbit.test.api.observation.EventResult
Gets the events from the EventListener.
getEvents(long) - Method in class org.apache.jackrabbit.test.api.observation.EventResult
Gets the events from the EventListener.
getExcludeListCheckerPath() - Static method in class org.apache.jackrabbit.tck.j2ee.RepositoryServlet
Returns the excludelist checker url
getExcludeListUrl() - Static method in class org.apache.jackrabbit.tck.j2ee.RepositoryServlet
Returns the exclude list url
getIllegalChildNodeType(NodeTypeManager, String) - Static method in class org.apache.jackrabbit.test.api.nodetype.NodeTypeUtil
Returns a node type that is nor legalType nor a sub type of of
getNonExistingMixinName(Session) - Static method in class org.apache.jackrabbit.test.api.NodeMixinUtil
 
getNonExistingWorkspaceName(Session) - Method in class org.apache.jackrabbit.test.AbstractJCRTest
Returns the name of a workspace that is not accessible from session.
getNumberOfExecutedTests() - Method in class org.apache.jackrabbit.tck.Tester
Returns the number of executed tests
getNumberOfTests() - Method in class org.apache.jackrabbit.tck.TckTestRunner
 
getNumberOfVersions(VersionHistory) - Method in class org.apache.jackrabbit.test.api.version.AbstractVersionTest
Retrieve the number of versions present in the given version history.
getOriConfig() - Static method in class org.apache.jackrabbit.tck.WebAppTestConfig
Reads the original config from the property file.
getProperty(String) - Method in class org.apache.jackrabbit.test.AbstractJCRTest
Returns the value of the configuration property with propName.
getProperty(String) - Method in class org.apache.jackrabbit.test.RepositoryHelper
Returns the value of the configuration property with specified name.
getProperty(String) - Method in class org.apache.jackrabbit.test.RepositoryStub
Returns the property with the specified name.
getPropertyType() - Method in class org.apache.jackrabbit.test.api.BinaryPropertyTest
Returns PropertyType.BINARY.
getPropertyType() - Method in class org.apache.jackrabbit.test.api.BooleanPropertyTest
Returns PropertyType.BOOLEAN.
getPropertyType() - Method in class org.apache.jackrabbit.test.api.DatePropertyTest
Returns PropertyType.DATE.
getPropertyType() - Method in class org.apache.jackrabbit.test.api.DoublePropertyTest
Returns PropertyType.DOUBLE.
getPropertyType() - Method in class org.apache.jackrabbit.test.api.LongPropertyTest
Returns PropertyType.LONG.
getPropertyType() - Method in class org.apache.jackrabbit.test.api.NamePropertyTest
Returns PropertyType.NAME.
getPropertyType() - Method in class org.apache.jackrabbit.test.api.PathPropertyTest
Returns PropertyType.PATH.
getPropertyType() - Method in class org.apache.jackrabbit.test.api.ReferencePropertyTest
Returns PropertyType.REFERENCE.
getPropertyType() - Method in class org.apache.jackrabbit.test.api.StringPropertyTest
Returns PropertyType.STRING.
getReadOnlyCredentials() - Method in class org.apache.jackrabbit.test.RepositoryHelper
Returns the read-only credentials created from the username and password specified in the configuration properties.
getReadOnlyCredentials() - Method in class org.apache.jackrabbit.test.RepositoryStub
Returns a Credentials object, that can be used to login to the Repository returned by RepositoryStub.getRepository().
getReadOnlySession() - Method in class org.apache.jackrabbit.test.RepositoryHelper
Returns a Session of the default workspace with read only access to the workspace.
getReadOnlySession(String) - Method in class org.apache.jackrabbit.test.RepositoryHelper
Returns a Session of the workspace with name workspaceName with read only access to the workspace.
getReadWriteCredentials() - Method in class org.apache.jackrabbit.test.RepositoryHelper
Returns the read-write credentials created from the username and password specified in the configuration properties.
getReadWriteCredentials() - Method in class org.apache.jackrabbit.test.RepositoryStub
Returns a Credentials object, that can be used to login to the Repository returned by RepositoryStub.getRepository().
getReadWriteSession() - Method in class org.apache.jackrabbit.test.RepositoryHelper
Returns a Session of the default workspace with read and write access to the workspace.
getReadWriteSession(String) - Method in class org.apache.jackrabbit.test.RepositoryHelper
Returns a Session of the workspace with name workspaceName with read and write access to the workspace.
getRepository() - Static method in class org.apache.jackrabbit.tck.j2ee.RepositoryServlet
Returns the JSR170 repository
getRepository() - Method in class org.apache.jackrabbit.test.JNDIRepositoryStub
Returns a reference to the Repository provided by this RepositoryStub.
getRepository() - Method in class org.apache.jackrabbit.test.RepositoryHelper
Returns the repository instance to test.
getRepository() - Method in class org.apache.jackrabbit.test.RepositoryStub
Returns a reference to the Repository provided by this RepositoryStub.
getResults() - Method in class org.apache.jackrabbit.tck.TckTestRunner
Returns all results
getSession() - Static method in class org.apache.jackrabbit.tck.j2ee.RepositoryServlet
Returns the jcr session
getSize(RangeIterator) - Method in class org.apache.jackrabbit.test.AbstractJCRTest
Returns the size of the RangeIterator it.
getStatus(int) - Static method in class org.apache.jackrabbit.tck.TckHelper
 
getStatus() - Method in class org.apache.jackrabbit.tck.TestResult
 
getSubmitUrl() - Static method in class org.apache.jackrabbit.tck.j2ee.RepositoryServlet
Returns the url where the test result have to be submitted
getSuites() - Method in class org.apache.jackrabbit.tck.TestFinder
Returns all built test suites.
getSuperuserCredentials() - Method in class org.apache.jackrabbit.test.RepositoryHelper
Returns the superuser credentials created from the username and password specified in the configuration properties.
getSuperuserCredentials() - Method in class org.apache.jackrabbit.test.RepositoryStub
Returns a Credentials object, that can be used to login to the Repository returned by RepositoryStub.getRepository().
getSuperuserSession() - Method in class org.apache.jackrabbit.test.RepositoryHelper
Returns a superuser Session of the default workspace.
getSuperuserSession(String) - Method in class org.apache.jackrabbit.test.RepositoryHelper
Returns a superuser Session of the workspace with name workspaceName.
getTckUpdateUrl() - Static method in class org.apache.jackrabbit.tck.j2ee.RepositoryServlet
Returns the tck update url
getTckVersionCheckerPath() - Static method in class org.apache.jackrabbit.tck.j2ee.RepositoryServlet
Returns the tck version checker path.
getTckWebappJarPath() - Static method in class org.apache.jackrabbit.tck.j2ee.RepositoryServlet
Returns the path where the tck webapp jar file is placed
getTest() - Method in class org.apache.jackrabbit.tck.TestResult
 
getTestCaseSpecificConfigs(TestSuite) - Static method in class org.apache.jackrabbit.tck.WebAppTestConfig
Returns all test case specific configuration entries
getTestTime() - Method in class org.apache.jackrabbit.tck.TestResult
 
getTests() - Method in class org.apache.jackrabbit.tck.TestFinder
Returns all tests categorized by it's keyword
getUndefinedChildNodeName(NodeType) - Static method in class org.apache.jackrabbit.test.api.nodetype.NodeTypeUtil
Returns a name that is not defined by the nodeType's child node def
getValue(Property) - Static method in class org.apache.jackrabbit.test.api.PropertyUtil
Returns the value of a property.
getValueAccordingToValueConstraints(Session, PropertyDefinition, boolean) - Static method in class org.apache.jackrabbit.test.api.nodetype.NodeTypeUtil
Returns a value according to the value contraints of a PropertyDefinition
getValueOfType(Session, int) - Static method in class org.apache.jackrabbit.test.api.nodetype.NodeTypeUtil
Returns any value of the requested type
guessDecodedLength(long) - Static method in class org.apache.jackrabbit.test.api.Base64
Pessimistically guesses the size (i.e.

H

hasDescriptor(String) - Method in class org.apache.jackrabbit.test.api.query.AbstractQueryTest
Test if the requested Descriptor is registred at repository
helper - Static variable in class org.apache.jackrabbit.test.AbstractJCRTest
Helper object to access repository transparently

I

IDEOGRAPHIC - Static variable in class org.apache.jackrabbit.test.api.PropertyUtil
 
INIT_PARAM_REPOSITORY_CONFIG - Static variable in class org.apache.jackrabbit.tck.j2ee.RepositoryServlet
repository configuration path
INIT_PARAM_REPOSITORY_HOME - Static variable in class org.apache.jackrabbit.tck.j2ee.RepositoryServlet
repository home
INIT_PARAM_REPOSITORY_NAME - Static variable in class org.apache.jackrabbit.tck.j2ee.RepositoryServlet
repository name
ISO8601 - class org.apache.jackrabbit.test.ISO8601.
The ISO8601 utility class provides helper methods to deal with date/time formatting using a specific ISO8601-compliant format (see ISO 8601).
ISO8601() - Constructor for class org.apache.jackrabbit.test.ISO8601
 
ImpersonateTest - class org.apache.jackrabbit.test.api.ImpersonateTest.
Tests if Session.impersonate(Credentials) to a read-only session respects access controls.
ImpersonateTest() - Constructor for class org.apache.jackrabbit.test.api.ImpersonateTest
 
importRepository(boolean, boolean) - Method in class org.apache.jackrabbit.test.api.SerializationTest
Imports the repository
init() - Method in class org.apache.jackrabbit.tck.j2ee.RepositoryServlet
The init method starts the repository to read/write test results and configuration, sets the jaas config and the user id and the user password
initNodes() - Method in class org.apache.jackrabbit.test.api.version.MergeCancelMergeTest
initialize a versionable node on default and second workspace
initNodes() - Method in class org.apache.jackrabbit.test.api.version.MergeCheckedoutSubNodeTest
initialize a two-step-hierarchy on default and second workspace
initNodes() - Method in class org.apache.jackrabbit.test.api.version.MergeDoneMergeTest
initialize a versionable node on default and second workspace
initNodes() - Method in class org.apache.jackrabbit.test.api.version.MergeNodeIteratorTest
initialize some versionable nodes on default and second workspace
initNodes() - Method in class org.apache.jackrabbit.test.api.version.MergeNodeTest
initialize a versionable node on default and second workspace
initNodes() - Method in class org.apache.jackrabbit.test.api.version.MergeNonVersionableSubNodeTest
initialize a three-step-hierarchy on default and second workspace
initNodes() - Method in class org.apache.jackrabbit.test.api.version.MergeSubNodeTest
initialize a two-step-hierarchy on default and second workspace
initVersioningException(boolean) - Method in class org.apache.jackrabbit.test.api.SerializationTest
Creates a simple target tree consisting of a checked-in node and an ordinary child node below.
initialPropValue - Variable in class org.apache.jackrabbit.test.api.version.AbstractOnParentVersionTest
 
interpretResult(String) - Method in class org.apache.jackrabbit.tck.TestResultParser
 
isDateFormat(String) - Static method in class org.apache.jackrabbit.test.api.PropertyUtil
Checks if the String is a valid date in string format.
isReadOnly - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
Flag that indicates if the current test is a read-only test, that is no content is written to the workspace by the test.

J

JCRTestResult - class org.apache.jackrabbit.test.JCRTestResult.
Extends the standard JUnit TestResult class.
JCRTestResult(TestResult, LogPrintWriter) - Constructor for class org.apache.jackrabbit.test.JCRTestResult
Creates a new JCRTestResult that delegates to orig.
JNDIRepositoryStub - class org.apache.jackrabbit.test.JNDIRepositoryStub.
Implements the abstract class RepositoryStub and uses JNDI to obtain a javax.jcr.Repository instance.
JNDIRepositoryStub(Properties) - Constructor for class org.apache.jackrabbit.test.JNDIRepositoryStub
 
JUnitTest - class org.apache.jackrabbit.test.JUnitTest.
Abstract base class for any JUnit test case.
JUnitTest() - Constructor for class org.apache.jackrabbit.test.JUnitTest
 
jcrBaseVersion - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
JCR Name jcr:baseVersion using the namespace resolver of the current session.
jcrContains - Variable in class org.apache.jackrabbit.test.api.query.AbstractQueryTest
Resolved QName for jcr:contains
jcrCreated - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
JCR Name jcr:created using the namespace resolver of the current session.
jcrDeref - Variable in class org.apache.jackrabbit.test.api.query.AbstractQueryTest
Resolved QName for jcr:deref
jcrFrozenNode - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
JCR Name jcr:frozenNode using the namespace resolver of the current session.
jcrLockOwner - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
JCR Name jcr:lockOwner using the namespace resolver of the current session.
jcrMergeFailed - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
JCR Name jcr:mergeFailed using the namespace resolver of the current session.
jcrMixinTypes - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
JCR Name jcr:mixinTypes using the namespace resolver of the current session.
jcrPath - Variable in class org.apache.jackrabbit.test.api.query.AbstractQueryTest
Resolved QName for jcr:path
jcrPredecessors - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
JCR Name jcr:predecessors using the namespace resolver of the current session.
jcrPrimaryType - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
JCR Name jcr:primaryType using the namespace resolver of the current session.
jcrRoot - Variable in class org.apache.jackrabbit.test.api.query.AbstractQueryTest
Resolved QName for jcr:root
jcrRootVersion - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
JCR Name jcr:rootVersion using the namespace resolver of the current session.
jcrScore - Variable in class org.apache.jackrabbit.test.api.query.AbstractQueryTest
Resolved QName for jcr:score
jcrSuccessors - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
JCR Name jcr:successors using the namespace resolver of the current session.
jcrSystem - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
JCR Name jcr:system using the namespace resolver of the current session.
jcrUUID - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
JCR Name jcr:uuid using the namespace resolver of the current session.
jcrVersionHistory - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
JCR Name jcr:created using the namespace resolver of the current session.
jcrVersionLabels - Variable in class org.apache.jackrabbit.test.api.version.VersionLabelTest
JCR Name jcr:versionLabels using the namespace resolver of the current session.
jcrlockIsDeep - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
JCR Name jcr:lockIsDeep using the namespace resolver of the current session.

L

LETTER - Static variable in class org.apache.jackrabbit.test.api.PropertyUtil
 
LockTest - class org.apache.jackrabbit.test.api.lock.LockTest.
LockTest contains the test cases for the lock support in the JCR specification.
LockTest() - Constructor for class org.apache.jackrabbit.test.api.lock.LockTest
 
LockingTest - class org.apache.jackrabbit.test.api.observation.LockingTest.
Tests if locking a node triggers property added events for jcr:lockOwner and jcr:lockIsDeep.
LockingTest() - Constructor for class org.apache.jackrabbit.test.api.observation.LockingTest
 
LogPrintWriter - class org.apache.jackrabbit.test.LogPrintWriter.
Implements a PrintWriter which allows to alternatively plug in a Writer or a Logger.
LogPrintWriter(Writer) - Constructor for class org.apache.jackrabbit.test.LogPrintWriter
Creates a new LogPrintWriter which is based on a Writer.
LogPrintWriter(Logger) - Constructor for class org.apache.jackrabbit.test.LogPrintWriter
Creates a new LogPrintWriter which is based on a Logger.
LongPropertyTest - class org.apache.jackrabbit.test.api.LongPropertyTest.
Tests a long property.
LongPropertyTest() - Constructor for class org.apache.jackrabbit.test.api.LongPropertyTest
 
locateChildNodeDef(Session, boolean, boolean, boolean) - Static method in class org.apache.jackrabbit.test.api.nodetype.NodeTypeUtil
Locate a child node def parsing all node types
locateChildNodeDef(Session, boolean, boolean) - Static method in class org.apache.jackrabbit.test.api.nodetype.NodeTypeUtil
Locate a child node def parsing all node types
locatePropertyDef(Session, int, boolean, boolean, boolean, boolean) - Static method in class org.apache.jackrabbit.test.api.nodetype.NodeTypeUtil
Locate a property def parsing all node types
locatePropertyDef(Session, boolean, boolean) - Static method in class org.apache.jackrabbit.test.api.nodetype.NodeTypeUtil
Locate a property def parsing all node types
log - Variable in class org.apache.jackrabbit.test.JUnitTest
Output stream for general messages from tests.
login() - Static method in class org.apache.jackrabbit.tck.j2ee.RepositoryServlet
Logs in to the repository.

M

MergeCancelMergeTest - class org.apache.jackrabbit.test.api.version.MergeCancelMergeTest.
MergeCancelMergeTest contains tests dealing with nodes on which cancelMerge is called.
MergeCancelMergeTest() - Constructor for class org.apache.jackrabbit.test.api.version.MergeCancelMergeTest
 
MergeCheckedoutSubNodeTest - class org.apache.jackrabbit.test.api.version.MergeCheckedoutSubNodeTest.
MergeCheckedoutSubNodeTest contains tests dealing with checked-out nodes in the subtree of the node on which merge is called.
MergeCheckedoutSubNodeTest() - Constructor for class org.apache.jackrabbit.test.api.version.MergeCheckedoutSubNodeTest
 
MergeDoneMergeTest - class org.apache.jackrabbit.test.api.version.MergeDoneMergeTest.
MergeDoneMergeTest contains test dealing with nodes on which doneMerge is called.
MergeDoneMergeTest() - Constructor for class org.apache.jackrabbit.test.api.version.MergeDoneMergeTest
 
MergeNodeIteratorTest - class org.apache.jackrabbit.test.api.version.MergeNodeIteratorTest.
MergeNodeIteratorTest tests if Node.merge(String, boolean) if bestEffort is true returns a NodeIterator over all versionalbe nodes in the subtree that received a merge result of fail.
MergeNodeIteratorTest() - Constructor for class org.apache.jackrabbit.test.api.version.MergeNodeIteratorTest
 
MergeNodeTest - class org.apache.jackrabbit.test.api.version.MergeNodeTest.
MergeNodeTest contains tests dealing with general merge node calls.
MergeNodeTest() - Constructor for class org.apache.jackrabbit.test.api.version.MergeNodeTest
 
MergeNonVersionableSubNodeTest - class org.apache.jackrabbit.test.api.version.MergeNonVersionableSubNodeTest.
MergeNonVersionableSubNodeTest contains test dealing with nonversionable nodes in the subtree of the node on which merge is called.
MergeNonVersionableSubNodeTest() - Constructor for class org.apache.jackrabbit.test.api.version.MergeNonVersionableSubNodeTest
 
MergeSubNodeTest - class org.apache.jackrabbit.test.api.version.MergeSubNodeTest.
MergeSubNodeTest contains tests dealing with sub nodes in the subtree of the node on which merge is called.
MergeSubNodeTest() - Constructor for class org.apache.jackrabbit.test.api.version.MergeSubNodeTest
 
mixLockable - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
JCR Name mix:lockable using the namespace resolver of the current session.
mixReferenceable - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
JCR Name mix:referenceable using the namespace resolver of the current session.
mixVersionable - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
JCR Name mix:versionable using the namespace resolver of the current session.

N

NC_NAME - Static variable in class org.apache.jackrabbit.test.api.PropertyUtil
 
NORECURSE - Variable in class org.apache.jackrabbit.test.api.SerializationTest
 
NOT_EXECUTABLE - Static variable in class org.apache.jackrabbit.tck.TestResult
The test cannot be executed
NS_JCR_URI - Static variable in class org.apache.jackrabbit.test.AbstractJCRTest
Namespace URI for jcr prefix.
NS_MIX_URI - Static variable in class org.apache.jackrabbit.test.AbstractJCRTest
Namespace URI for mix prefix.
NS_NT_URI - Static variable in class org.apache.jackrabbit.test.AbstractJCRTest
Namespace URI for nt prefix.
NS_SV_URI - Static variable in class org.apache.jackrabbit.test.AbstractJCRTest
Namespace URI for sv prefix
NamePropertyTest - class org.apache.jackrabbit.test.api.NamePropertyTest.
Tests a date property.
NamePropertyTest() - Constructor for class org.apache.jackrabbit.test.api.NamePropertyTest
 
NamespaceRegistryReadMethodsTest - class org.apache.jackrabbit.test.api.NamespaceRegistryReadMethodsTest.
NamespaceRegistryReadMethodsTest This class tests read method of the NamespaceRegistry class and also the correct Exception throwing for methods not supported in level 1.
NamespaceRegistryReadMethodsTest() - Constructor for class org.apache.jackrabbit.test.api.NamespaceRegistryReadMethodsTest
 
NamespaceRegistryTest - class org.apache.jackrabbit.test.api.NamespaceRegistryTest.
NamespaceRegistryTest tests whether the repository registers and unregisters namespaces correctly.
NamespaceRegistryTest() - Constructor for class org.apache.jackrabbit.test.api.NamespaceRegistryTest
 
NamespaceRemappingTest - class org.apache.jackrabbit.test.api.NamespaceRemappingTest.
NamespaceRemappingTest tests transient namespace remapping.
NamespaceRemappingTest() - Constructor for class org.apache.jackrabbit.test.api.NamespaceRemappingTest
 
NodeAddMixinTest - class org.apache.jackrabbit.test.api.NodeAddMixinTest.
NodeAddMixinTest contains the test cases for the method Node.AddMixin(String).
NodeAddMixinTest() - Constructor for class org.apache.jackrabbit.test.api.NodeAddMixinTest
 
NodeAddedTest - class org.apache.jackrabbit.test.api.observation.NodeAddedTest.
Test cases for javax.jcr.observation.Event.NODE_ADDED events.
NodeAddedTest() - Constructor for class org.apache.jackrabbit.test.api.observation.NodeAddedTest
 
NodeCanAddMixinTest - class org.apache.jackrabbit.test.api.NodeCanAddMixinTest.
NodeCanAddMixinTest contains the test cases for the method Node.canAddMixin(String).
NodeCanAddMixinTest() - Constructor for class org.apache.jackrabbit.test.api.NodeCanAddMixinTest
 
NodeDefTest - class org.apache.jackrabbit.test.api.nodetype.NodeDefTest.
Tests if node definitions are respected in node instances in the workspace.
NodeDefTest() - Constructor for class org.apache.jackrabbit.test.api.nodetype.NodeDefTest
 
NodeDiscoveringNodeTypesTest - class org.apache.jackrabbit.test.api.NodeDiscoveringNodeTypesTest.
All test cases in this class rely on content in the repository.
NodeDiscoveringNodeTypesTest() - Constructor for class org.apache.jackrabbit.test.api.NodeDiscoveringNodeTypesTest
 
NodeItemIsModifiedTest - class org.apache.jackrabbit.test.api.NodeItemIsModifiedTest.
Test cases for Item.isModified() on a node.
NodeItemIsModifiedTest() - Constructor for class org.apache.jackrabbit.test.api.NodeItemIsModifiedTest
 
NodeItemIsNewTest - class org.apache.jackrabbit.test.api.NodeItemIsNewTest.
Test cases for Item.isNew() on a node.
NodeItemIsNewTest() - Constructor for class org.apache.jackrabbit.test.api.NodeItemIsNewTest
 
NodeIteratorTest - class org.apache.jackrabbit.test.api.NodeIteratorTest.
Tests the NodeIterator implementation.
NodeIteratorTest() - Constructor for class org.apache.jackrabbit.test.api.NodeIteratorTest
 
NodeMixinUtil - class org.apache.jackrabbit.test.api.NodeMixinUtil.
Utility class to locate mixins in the NodeTyeManager.
NodeMixinUtil() - Constructor for class org.apache.jackrabbit.test.api.NodeMixinUtil
 
NodeMovedTest - class org.apache.jackrabbit.test.api.observation.NodeMovedTest.
Tests if Session.move(java.lang.String, java.lang.String) operations trigger the appropriate observation events.
NodeMovedTest() - Constructor for class org.apache.jackrabbit.test.api.observation.NodeMovedTest
 
NodeOrderableChildNodesTest - class org.apache.jackrabbit.test.api.NodeOrderableChildNodesTest.
NodeOrderableChildNodesTest contains all node writing tests (LEVEL 2) that require a node that allows child node ordering (tests therefore are optional).
NodeOrderableChildNodesTest() - Constructor for class org.apache.jackrabbit.test.api.NodeOrderableChildNodesTest
 
NodeReadMethodsTest - class org.apache.jackrabbit.test.api.NodeReadMethodsTest.
Tests the 'read' methods specified in the Node interface on a level 1 repository.
NodeReadMethodsTest() - Constructor for class org.apache.jackrabbit.test.api.NodeReadMethodsTest
 
NodeRemoveMixinTest - class org.apache.jackrabbit.test.api.NodeRemoveMixinTest.
NodeRemoveMixinTest contains the test cases for the method Node.removeMixin(String).
NodeRemoveMixinTest() - Constructor for class org.apache.jackrabbit.test.api.NodeRemoveMixinTest
 
NodeRemovedTest - class org.apache.jackrabbit.test.api.observation.NodeRemovedTest.
Test cases for javax.jcr.observation.Event.NODE_REMOVED events.
NodeRemovedTest() - Constructor for class org.apache.jackrabbit.test.api.observation.NodeRemovedTest
 
NodeReorderTest - class org.apache.jackrabbit.test.api.observation.NodeReorderTest.
Tests if Node.orderBefore(String, String) operations trigger the appropriate observation events.
NodeReorderTest() - Constructor for class org.apache.jackrabbit.test.api.observation.NodeReorderTest
 
NodeTest - class org.apache.jackrabbit.test.api.NodeTest.
NodeTest contains all test cases for the javax.jcr.Node that are related to writing, modifing or deleting nodes (level 2 of the specification).
NodeTest() - Constructor for class org.apache.jackrabbit.test.api.NodeTest
 
NodeTypeManagerTest - class org.apache.jackrabbit.test.api.nodetype.NodeTypeManagerTest.
Tests if the NodeTypeManager properly returns primary types an mixin types.
NodeTypeManagerTest() - Constructor for class org.apache.jackrabbit.test.api.nodetype.NodeTypeManagerTest
 
NodeTypeTest - class org.apache.jackrabbit.test.api.nodetype.NodeTypeTest.
Tests if the node type hierarchy is correctly mapped to the methods defined in NodeType.
NodeTypeTest() - Constructor for class org.apache.jackrabbit.test.api.nodetype.NodeTypeTest
 
NodeTypeUtil - class org.apache.jackrabbit.test.api.nodetype.NodeTypeUtil.
Utility class to locate item definitions in the NodeTyeManager.
NodeTypeUtil() - Constructor for class org.apache.jackrabbit.test.api.nodetype.NodeTypeUtil
 
NodeUUIDTest - class org.apache.jackrabbit.test.api.NodeUUIDTest.
NodeUUIDTest contains all tests for the javax.jcr.Node class that require a UUID (and therefore are optional).
NodeUUIDTest() - Constructor for class org.apache.jackrabbit.test.api.NodeUUIDTest
 
NotExecutableException - exception org.apache.jackrabbit.test.NotExecutableException.
This exception indicates that a test case cannot be executed due to missing data or if the repository does not have the ability to perform the test.
NotExecutableException() - Constructor for class org.apache.jackrabbit.test.NotExecutableException
Creates a NotExecutableException without a message.
NotExecutableException(String) - Constructor for class org.apache.jackrabbit.test.NotExecutableException
Creates a NotExecutableException with a detailed message.
newPropValue - Variable in class org.apache.jackrabbit.test.api.version.AbstractOnParentVersionTest
 
nodeName1 - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
Name of a node that will be created during a test case.
nodeName2 - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
Name of a node that will be created during a test case.
nodeName3 - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
Name of a node that will be created during a test case.
nodeName4 - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
Name of a node that will be created during a test case.
nonVersionableNode - Variable in class org.apache.jackrabbit.test.api.version.AbstractVersionTest
 
nonVersionableNodeType - Variable in class org.apache.jackrabbit.test.api.version.AbstractMergeTest
 
nonVersionableNodeType - Variable in class org.apache.jackrabbit.test.api.version.AbstractVersionTest
 
ntBase - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
JCR Name nt:base using the namespace resolver of the current session.
ntFrozenNode - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
JCR Name nt:frozenNode using the namespace resolver of the current session.
ntQuery - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
JCR Name nt:query using the namespace resolver of the current session.
ntVersion - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
JCR Name nt:version using the namespace resolver of the current session.
ntVersionHistory - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
JCR Name nt:versionHistory using the namespace resolver of the current session.
ntVersionLabels - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
JCR Name nt:versionHistory using the namespace resolver of the current session.
nullValues(Node) - Static method in class org.apache.jackrabbit.test.api.PropertyUtil
Helper method to assure that no property with a null value exist.

O

OPVAction - Variable in class org.apache.jackrabbit.test.api.version.AbstractOnParentVersionTest
 
OnParentVersionAbortTest - class org.apache.jackrabbit.test.api.version.OnParentVersionAbortTest.
OnParentVersionAbortTest tests the OnParentVersion ABORT behaviour.
OnParentVersionAbortTest() - Constructor for class org.apache.jackrabbit.test.api.version.OnParentVersionAbortTest
 
OnParentVersionComputeTest - class org.apache.jackrabbit.test.api.version.OnParentVersionComputeTest.
OnParentVersionComputeTest tests the OnParentVersion COMPUTE behaviour.
OnParentVersionComputeTest() - Constructor for class org.apache.jackrabbit.test.api.version.OnParentVersionComputeTest
 
OnParentVersionCopyTest - class org.apache.jackrabbit.test.api.version.OnParentVersionCopyTest.
OnParentVersionCopyTest tests the OnParentVersion COPY behaviour.
OnParentVersionCopyTest() - Constructor for class org.apache.jackrabbit.test.api.version.OnParentVersionCopyTest
 
OnParentVersionIgnoreTest - class org.apache.jackrabbit.test.api.version.OnParentVersionIgnoreTest.
OnParentVersionIgnoreTest tests the OnParentVersion IGNORE behaviour.
OnParentVersionIgnoreTest() - Constructor for class org.apache.jackrabbit.test.api.version.OnParentVersionIgnoreTest
 
OnParentVersionInitializeTest - class org.apache.jackrabbit.test.api.version.OnParentVersionInitializeTest.
OnParentVersionInitializeTest tests the INITIALIZE behaviour.
OnParentVersionInitializeTest() - Constructor for class org.apache.jackrabbit.test.api.version.OnParentVersionInitializeTest
 
OrderByDateTest - class org.apache.jackrabbit.test.api.query.OrderByDateTest.
Test cases for order by queries on date properties.
OrderByDateTest() - Constructor for class org.apache.jackrabbit.test.api.query.OrderByDateTest
 
OrderByDoubleTest - class org.apache.jackrabbit.test.api.query.OrderByDoubleTest.
Test cases for order by queries on double properties.
OrderByDoubleTest() - Constructor for class org.apache.jackrabbit.test.api.query.OrderByDoubleTest
 
OrderByLongTest - class org.apache.jackrabbit.test.api.query.OrderByLongTest.
Test cases for order by queries on long properties.
OrderByLongTest() - Constructor for class org.apache.jackrabbit.test.api.query.OrderByLongTest
 
OrderByMultiTypeTest - class org.apache.jackrabbit.test.api.query.OrderByMultiTypeTest.
Test cases for order by queries on long properties.
OrderByMultiTypeTest() - Constructor for class org.apache.jackrabbit.test.api.query.OrderByMultiTypeTest
 
OrderByStringTest - class org.apache.jackrabbit.test.api.query.OrderByStringTest.
Test cases for order by queries on String properties.
OrderByStringTest() - Constructor for class org.apache.jackrabbit.test.api.query.OrderByStringTest
 
obsMgr - Variable in class org.apache.jackrabbit.test.api.observation.AbstractObservationTest
The ObservationManager
onEvent(EventIterator) - Method in class org.apache.jackrabbit.test.api.observation.EventResult
Called when events are delivered.
org.apache.jackrabbit.tck - package org.apache.jackrabbit.tck
 
org.apache.jackrabbit.tck.j2ee - package org.apache.jackrabbit.tck.j2ee
 
org.apache.jackrabbit.test - package org.apache.jackrabbit.test
 
org.apache.jackrabbit.test.api - package org.apache.jackrabbit.test.api
 
org.apache.jackrabbit.test.api.lock - package org.apache.jackrabbit.test.api.lock
 
org.apache.jackrabbit.test.api.nodetype - package org.apache.jackrabbit.test.api.nodetype
 
org.apache.jackrabbit.test.api.observation - package org.apache.jackrabbit.test.api.observation
 
org.apache.jackrabbit.test.api.query - package org.apache.jackrabbit.test.api.query
 
org.apache.jackrabbit.test.api.util - package org.apache.jackrabbit.test.api.util
 
org.apache.jackrabbit.test.api.version - package org.apache.jackrabbit.test.api.version
 

P

PARAM_LOG4J_CONFIG - Static variable in class org.apache.jackrabbit.tck.j2ee.RepositoryServlet
log4j config
PATTERNSTRING_DATE - Static variable in class org.apache.jackrabbit.test.api.PropertyUtil
 
PATTERNSTRING_NAME - Static variable in class org.apache.jackrabbit.test.api.PropertyUtil
 
PATTERNSTRING_PATH - Static variable in class org.apache.jackrabbit.test.api.PropertyUtil
 
PATTERNSTRING_PATH_ELEMENT - Static variable in class org.apache.jackrabbit.test.api.PropertyUtil
 
PATTERNSTRING_PATH_WITHOUT_LAST_SLASH - Static variable in class org.apache.jackrabbit.test.api.PropertyUtil
 
PATTERN_DATE - Static variable in class org.apache.jackrabbit.test.api.PropertyUtil
 
PATTERN_NAME - Static variable in class org.apache.jackrabbit.test.api.PropertyUtil
 
PATTERN_PATH - Static variable in class org.apache.jackrabbit.test.api.PropertyUtil
 
PROP_NAMESPACES - Static variable in class org.apache.jackrabbit.test.RepositoryStub
 
PROP_NODETYPE - Static variable in class org.apache.jackrabbit.test.RepositoryStub
 
PROP_NODE_NAME1 - Static variable in class org.apache.jackrabbit.test.RepositoryStub
 
PROP_NODE_NAME2 - Static variable in class org.apache.jackrabbit.test.RepositoryStub
 
PROP_NODE_NAME3 - Static variable in class org.apache.jackrabbit.test.RepositoryStub
 
PROP_NODE_NAME4 - Static variable in class org.apache.jackrabbit.test.RepositoryStub
 
PROP_PREFIX - Static variable in class org.apache.jackrabbit.test.RepositoryStub
 
PROP_PROP_NAME1 - Static variable in class org.apache.jackrabbit.test.RepositoryStub
 
PROP_PROP_NAME2 - Static variable in class org.apache.jackrabbit.test.RepositoryStub
 
PROP_READONLY_NAME - Static variable in class org.apache.jackrabbit.test.RepositoryStub
 
PROP_READONLY_PWD - Static variable in class org.apache.jackrabbit.test.RepositoryStub
 
PROP_READWRITE_NAME - Static variable in class org.apache.jackrabbit.test.RepositoryStub
 
PROP_READWRITE_PWD - Static variable in class org.apache.jackrabbit.test.RepositoryStub
 
PROP_STUB_IMPL_CLASS - Static variable in class org.apache.jackrabbit.test.RepositoryStub
 
PROP_SUPERUSER_NAME - Static variable in class org.apache.jackrabbit.test.RepositoryStub
 
PROP_SUPERUSER_PWD - Static variable in class org.apache.jackrabbit.test.RepositoryStub
 
PROP_TESTROOT - Static variable in class org.apache.jackrabbit.test.RepositoryStub
 
PROP_WORKSPACE_NAME - Static variable in class org.apache.jackrabbit.test.RepositoryStub
 
PathPropertyTest - class org.apache.jackrabbit.test.api.PathPropertyTest.
Tests a path property.
PathPropertyTest() - Constructor for class org.apache.jackrabbit.test.api.PathPropertyTest
 
PredefinedNodeTypeTest - class org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest.
PredefinedNodeTypeTest tests if the predefined node types are implemented correctly.
PredefinedNodeTypeTest() - Constructor for class org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest
 
PredicatesTest - class org.apache.jackrabbit.test.api.query.PredicatesTest.
Tests if queries with predicates are accepted.
PredicatesTest() - Constructor for class org.apache.jackrabbit.test.api.query.PredicatesTest
 
PropertyAddedTest - class org.apache.jackrabbit.test.api.observation.PropertyAddedTest.
Test cases for javax.jcr.observation.Event.PROPERTY_ADDED events.
PropertyAddedTest() - Constructor for class org.apache.jackrabbit.test.api.observation.PropertyAddedTest
 
PropertyChangedTest - class org.apache.jackrabbit.test.api.observation.PropertyChangedTest.
Test cases for javax.jcr.observation.Event.PROPERTY_CHANGED events.
PropertyChangedTest() - Constructor for class org.apache.jackrabbit.test.api.observation.PropertyChangedTest
 
PropertyDefTest - class org.apache.jackrabbit.test.api.nodetype.PropertyDefTest.
Tests if property definitions are properly defined.
PropertyDefTest() - Constructor for class org.apache.jackrabbit.test.api.nodetype.PropertyDefTest
 
PropertyItemIsModifiedTest - class org.apache.jackrabbit.test.api.PropertyItemIsModifiedTest.
Test cases for Item.isModified() on a property.
PropertyItemIsModifiedTest() - Constructor for class org.apache.jackrabbit.test.api.PropertyItemIsModifiedTest
 
PropertyItemIsNewTest - class org.apache.jackrabbit.test.api.PropertyItemIsNewTest.
Test cases for Item.isNew() on a property.
PropertyItemIsNewTest() - Constructor for class org.apache.jackrabbit.test.api.PropertyItemIsNewTest
 
PropertyReadMethodsTest - class org.apache.jackrabbit.test.api.PropertyReadMethodsTest.
PropertyReadMethodsTest...
PropertyReadMethodsTest() - Constructor for class org.apache.jackrabbit.test.api.PropertyReadMethodsTest
 
PropertyRemovedTest - class org.apache.jackrabbit.test.api.observation.PropertyRemovedTest.
Test cases for javax.jcr.observation.Event.PROPERTY_REMOVED events.
PropertyRemovedTest() - Constructor for class org.apache.jackrabbit.test.api.observation.PropertyRemovedTest
 
PropertyTest - class org.apache.jackrabbit.test.api.PropertyTest.
PropertyTest contains all test cases for the javax.jcr.Property that are related to writing, modifing or deleting properties (level 2 of the specification).
PropertyTest() - Constructor for class org.apache.jackrabbit.test.api.PropertyTest
 
PropertyTypeTest - class org.apache.jackrabbit.test.api.PropertyTypeTest.
Tests if the type of a property is set according to the node type as well as no property is of type UNDEFINED.
PropertyTypeTest() - Constructor for class org.apache.jackrabbit.test.api.PropertyTypeTest
 
PropertyUtil - class org.apache.jackrabbit.test.api.PropertyUtil.
This class provides various utility methods that are used by the property test cases.
p - Variable in class org.apache.jackrabbit.test.api.version.AbstractOnParentVersionTest
 
parse(String) - Static method in class org.apache.jackrabbit.test.ISO8601
Parses an ISO8601-compliant date/time string.
parse(File) - Method in class org.apache.jackrabbit.test.api.ExportSysViewTest.SysViewParser
 
println() - Method in class org.apache.jackrabbit.test.LogPrintWriter
 
propNames - Static variable in class org.apache.jackrabbit.tck.WebAppTestConfig
default property names
propertyName1 - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
Name of a property that will be used during a test case.
propertyName2 - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
Name of a property that will be used during a test case.
propertyValue - Variable in class org.apache.jackrabbit.test.api.version.AbstractVersionTest
 

Q

QueryResultNodeIteratorTest - class org.apache.jackrabbit.test.api.query.QueryResultNodeIteratorTest.
Tests methods on NodeIterator returned by QueryResult.getNodes().
QueryResultNodeIteratorTest() - Constructor for class org.apache.jackrabbit.test.api.query.QueryResultNodeIteratorTest
 

R

RECURSE - Variable in class org.apache.jackrabbit.test.api.SerializationTest
 
REPOSITORY_LOOKUP_PROP - Static variable in class org.apache.jackrabbit.test.JNDIRepositoryStub
 
ReferencePropertyTest - class org.apache.jackrabbit.test.api.ReferencePropertyTest.
Tests a reference property.
ReferencePropertyTest() - Constructor for class org.apache.jackrabbit.test.api.ReferencePropertyTest
 
ReferenceableRootNodesTest - class org.apache.jackrabbit.test.api.ReferenceableRootNodesTest.
ReferenceableRootNodesTest contains tests with referenceable nodes between different workspaces.
ReferenceableRootNodesTest() - Constructor for class org.apache.jackrabbit.test.api.ReferenceableRootNodesTest
 
ReferencesTest - class org.apache.jackrabbit.test.api.ReferencesTest.
ReferencesTest contains the test cases for the references.
ReferencesTest() - Constructor for class org.apache.jackrabbit.test.api.ReferencesTest
 
RemoveVersionTest - class org.apache.jackrabbit.test.api.version.RemoveVersionTest.
RemoveVersionTest provides test methods covering VersionHistory.removeVersion(String).
RemoveVersionTest() - Constructor for class org.apache.jackrabbit.test.api.version.RemoveVersionTest
 
RepositoryDescriptorTest - class org.apache.jackrabbit.test.api.RepositoryDescriptorTest.
Tests if the required repository descriptors are available.
RepositoryDescriptorTest() - Constructor for class org.apache.jackrabbit.test.api.RepositoryDescriptorTest
 
RepositoryHelper - class org.apache.jackrabbit.test.RepositoryHelper.
Utility class to get access to Session instances.
RepositoryHelper() - Constructor for class org.apache.jackrabbit.test.RepositoryHelper
Creates a repository helper with configuration from repositoryStubImpl.properties file.
RepositoryHelper(Map) - Constructor for class org.apache.jackrabbit.test.RepositoryHelper
Creates a repository helper with additional configuration parameters.
RepositoryLoginTest - class org.apache.jackrabbit.test.api.RepositoryLoginTest.
RepositoryLoginTest tests the login methods of a repository.
RepositoryLoginTest() - Constructor for class org.apache.jackrabbit.test.api.RepositoryLoginTest
 
RepositoryServlet - class org.apache.jackrabbit.tck.j2ee.RepositoryServlet.
The RepositoryServlet connects (starts) to a jsr170 repository and puts the reference into a class variable.
RepositoryServlet() - Constructor for class org.apache.jackrabbit.tck.j2ee.RepositoryServlet
 
RepositoryStub - class org.apache.jackrabbit.test.RepositoryStub.
The RepositoryStub is the entry point to the JCR Repository for the TCK Test harness.
RepositoryStub(Properties) - Constructor for class org.apache.jackrabbit.test.RepositoryStub
Implementations of this class must overwrite this constructor.
RepositoryStubException - exception org.apache.jackrabbit.test.RepositoryStubException.
 
RepositoryStubException(String) - Constructor for class org.apache.jackrabbit.test.RepositoryStubException
 
RestoreTest - class org.apache.jackrabbit.test.api.version.RestoreTest.
RestoreTest covers tests related to the restore methods available on Node: Node.restore(String, boolean) Node.restore(javax.jcr.version.Version, boolean) Node.restore(javax.jcr.version.Version, String, boolean)
RestoreTest() - Constructor for class org.apache.jackrabbit.test.api.version.RestoreTest
 
RootNodeTest - class org.apache.jackrabbit.test.api.RootNodeTest.
Test cases for the root node.
RootNodeTest() - Constructor for class org.apache.jackrabbit.test.api.RootNodeTest
 
readonly - Variable in class org.apache.jackrabbit.test.RepositoryStub
 
readwrite - Variable in class org.apache.jackrabbit.test.RepositoryStub
 
removeEventListener(EventListener) - Method in class org.apache.jackrabbit.test.api.observation.AbstractObservationTest
Removes the EventListener from the ObservationManager.
removeListener(TestListener) - Method in class org.apache.jackrabbit.test.JCRTestResult
 
resetConfiguration() - Static method in class org.apache.jackrabbit.tck.WebAppTestConfig
Removes the custom config entries
resetNumberOfTests() - Method in class org.apache.jackrabbit.tck.TckTestRunner
 
rootVersion - Variable in class org.apache.jackrabbit.test.api.version.VersionLabelTest
 
run() - Method in class org.apache.jackrabbit.tck.Tester
Calling this method starts the testing.
run(TestResult) - Method in class org.apache.jackrabbit.test.AbstractJCRTest
Runs the test cases of this test class and reports the results to testResult.
runCount() - Method in class org.apache.jackrabbit.test.JCRTestResult
 
runFailed(String) - Method in class org.apache.jackrabbit.tck.TckTestRunner
The test could not be started.

S

SAVEBINARY - Variable in class org.apache.jackrabbit.test.api.SerializationTest
 
SESSION - Variable in class org.apache.jackrabbit.test.api.SerializationTest
 
SIMPLENAME_CHAR - Static variable in class org.apache.jackrabbit.test.api.PropertyUtil
 
SKIPBINARY - Variable in class org.apache.jackrabbit.test.api.SerializationTest
 
SQLJcrPathTest - class org.apache.jackrabbit.test.api.query.SQLJcrPathTest.
Tests if the jcr:path property is returned in the query result.
SQLJcrPathTest() - Constructor for class org.apache.jackrabbit.test.api.query.SQLJcrPathTest
 
SQLJoinTest - class org.apache.jackrabbit.test.api.query.SQLJoinTest.
Tests SQL statements with a join of a node type with a mixin type.
SQLJoinTest() - Constructor for class org.apache.jackrabbit.test.api.query.SQLJoinTest
 
SQLOrderByTest - class org.apache.jackrabbit.test.api.query.SQLOrderByTest.
This test searches for all nodes of a specific node type and orders them by the property with name configured as AbstractJCRTest.propertyName1.
SQLOrderByTest() - Constructor for class org.apache.jackrabbit.test.api.query.SQLOrderByTest
 
SQLPathTest - class org.apache.jackrabbit.test.api.query.SQLPathTest.
Tests path predicates in SQL queries.
SQLPathTest() - Constructor for class org.apache.jackrabbit.test.api.query.SQLPathTest
 
SQLQueryLevel2Test - class org.apache.jackrabbit.test.api.query.SQLQueryLevel2Test.
Tests SQL queries on content written to the workspace by the test itself.
SQLQueryLevel2Test() - Constructor for class org.apache.jackrabbit.test.api.query.SQLQueryLevel2Test
 
STREAM - Variable in class org.apache.jackrabbit.test.api.SerializationTest
 
STUB_IMPL_PROPS - Static variable in class org.apache.jackrabbit.test.RepositoryStub
 
STUB_IMPL_SYS_PROPS - Static variable in class org.apache.jackrabbit.test.RepositoryStub
 
SUBMIT_URL - Static variable in class org.apache.jackrabbit.tck.j2ee.RepositoryServlet
submit url name
SUCCESS - Static variable in class org.apache.jackrabbit.tck.TestResult
Test succeeded
SaveTest - class org.apache.jackrabbit.test.api.query.SaveTest.
Tests the method Query.storeAsNode(String).
SaveTest() - Constructor for class org.apache.jackrabbit.test.api.query.SaveTest
 
SerializationTest - class org.apache.jackrabbit.test.api.SerializationTest.
SerializationTest contains the test cases for the method Workspace.exportSysView() and Session.importSysView().
SerializationTest() - Constructor for class org.apache.jackrabbit.test.api.SerializationTest
 
SessionMoveVersionExceptionTest - class org.apache.jackrabbit.test.api.version.SessionMoveVersionExceptionTest.
SessionMoveVersionExceptionTest contains tests dealing with moving nodes using Session.move(String, String).
SessionMoveVersionExceptionTest() - Constructor for class org.apache.jackrabbit.test.api.version.SessionMoveVersionExceptionTest
 
SessionReadMethodsTest - class org.apache.jackrabbit.test.api.SessionReadMethodsTest.
SessionReadMethodsTest...
SessionReadMethodsTest() - Constructor for class org.apache.jackrabbit.test.api.SessionReadMethodsTest
 
SessionTest - class org.apache.jackrabbit.test.api.SessionTest.
SessionTest contains all test cases for the javax.jcr.Session class that are level 2 (modifing repository content).
SessionTest() - Constructor for class org.apache.jackrabbit.test.api.SessionTest
 
SessionUUIDTest - class org.apache.jackrabbit.test.api.SessionUUIDTest.
SessionUUIDTest contains all tests for the Session class that require a UUID (and therefore are optional).
SessionUUIDTest() - Constructor for class org.apache.jackrabbit.test.api.SessionUUIDTest
 
SetPropertyAssumeTypeTest - class org.apache.jackrabbit.test.api.SetPropertyAssumeTypeTest.
SetPropertyAssumeTypeTest tests if when setting a property of type PropertyType.UNDEFINED the type is assumed correctly.
SetPropertyAssumeTypeTest() - Constructor for class org.apache.jackrabbit.test.api.SetPropertyAssumeTypeTest
 
SetPropertyBooleanTest - class org.apache.jackrabbit.test.api.SetPropertyBooleanTest.
SetPropertyBooleanTest tests the Node.setProperty(String, boolean) method
SetPropertyBooleanTest() - Constructor for class org.apache.jackrabbit.test.api.SetPropertyBooleanTest
 
SetPropertyCalendarTest - class org.apache.jackrabbit.test.api.SetPropertyCalendarTest.
SetPropertyCalendarTest tests the Node.setProperty(String, Calendar) method
SetPropertyCalendarTest() - Constructor for class org.apache.jackrabbit.test.api.SetPropertyCalendarTest
 
SetPropertyConstraintViolationExceptionTest - class org.apache.jackrabbit.test.api.SetPropertyConstraintViolationExceptionTest.
SetPropertyConstraintViolationExceptionTest tests if setProperty() throws a ConstraintViolationException either immediately (by setValue()) or on save, if the change would violate a value constraint.
SetPropertyConstraintViolationExceptionTest() - Constructor for class org.apache.jackrabbit.test.api.SetPropertyConstraintViolationExceptionTest
 
SetPropertyDoubleTest - class org.apache.jackrabbit.test.api.SetPropertyDoubleTest.
SetPropertyDoubleTest tests the Node.setProperty(String, double) method
SetPropertyDoubleTest() - Constructor for class org.apache.jackrabbit.test.api.SetPropertyDoubleTest
 
SetPropertyInputStreamTest - class org.apache.jackrabbit.test.api.SetPropertyInputStreamTest.
SetPropertyInputStreamTest tests the Node.setProperty(String, InputStream) method
SetPropertyInputStreamTest() - Constructor for class org.apache.jackrabbit.test.api.SetPropertyInputStreamTest
 
SetPropertyLongTest - class org.apache.jackrabbit.test.api.SetPropertyLongTest.
SetPropertyLongTest tests the Node.setProperty(String, long) method
SetPropertyLongTest() - Constructor for class org.apache.jackrabbit.test.api.SetPropertyLongTest
 
SetPropertyNodeTest - class org.apache.jackrabbit.test.api.SetPropertyNodeTest.
SetPropertyNodeTest tests the Node.setProperty(String, Node) method
SetPropertyNodeTest() - Constructor for class org.apache.jackrabbit.test.api.SetPropertyNodeTest
 
SetPropertyStringTest - class org.apache.jackrabbit.test.api.SetPropertyStringTest.
SetPropertyStringTest tests the methods Node.setProperty(String, String), Node.setProperty(String, String[]) and Node.setProperty(String, String[], int)
SetPropertyStringTest() - Constructor for class org.apache.jackrabbit.test.api.SetPropertyStringTest
 
SetPropertyValueTest - class org.apache.jackrabbit.test.api.SetPropertyValueTest.
SetPropertyValueTest tests the methods Node.setProperty(String, Value), Node.setProperty(String, Value[]) and Node.setProperty(String, Value[], int)
SetPropertyValueTest() - Constructor for class org.apache.jackrabbit.test.api.SetPropertyValueTest
 
SetValueBinaryTest - class org.apache.jackrabbit.test.api.SetValueBinaryTest.
Tests the various Property.setValue(Value) methods.
SetValueBinaryTest() - Constructor for class org.apache.jackrabbit.test.api.SetValueBinaryTest
 
SetValueBooleanTest - class org.apache.jackrabbit.test.api.SetValueBooleanTest.
Tests the various Property.setValue(Value) methods.
SetValueBooleanTest() - Constructor for class org.apache.jackrabbit.test.api.SetValueBooleanTest
 
SetValueConstraintViolationExceptionTest - class org.apache.jackrabbit.test.api.SetValueConstraintViolationExceptionTest.
SetValueConstraintViolationExceptionTest tests if setValue() throws a ConstraintViolationException either immediately (by setValue()) or on save, if the change would violate a value constraint.
SetValueConstraintViolationExceptionTest() - Constructor for class org.apache.jackrabbit.test.api.SetValueConstraintViolationExceptionTest
 
SetValueDateTest - class org.apache.jackrabbit.test.api.SetValueDateTest.
Tests the various Property.setValue(Value) methods.
SetValueDateTest() - Constructor for class org.apache.jackrabbit.test.api.SetValueDateTest
 
SetValueDoubleTest - class org.apache.jackrabbit.test.api.SetValueDoubleTest.
Tests the various Property.setValue(Value) methods.
SetValueDoubleTest() - Constructor for class org.apache.jackrabbit.test.api.SetValueDoubleTest
 
SetValueLockExceptionTest - class org.apache.jackrabbit.test.api.lock.SetValueLockExceptionTest.
SetValueLockExceptionTest Tests throwing of a LockException for the Property.setValue() methods in case the parentNode of the given property is locked.
SetValueLockExceptionTest() - Constructor for class org.apache.jackrabbit.test.api.lock.SetValueLockExceptionTest
 
SetValueLongTest - class org.apache.jackrabbit.test.api.SetValueLongTest.
Tests the various Property.setValue(Value) methods.
SetValueLongTest() - Constructor for class org.apache.jackrabbit.test.api.SetValueLongTest
 
SetValueReferenceTest - class org.apache.jackrabbit.test.api.SetValueReferenceTest.
Tests the various Property.setValue(Value) methods.
SetValueReferenceTest() - Constructor for class org.apache.jackrabbit.test.api.SetValueReferenceTest
 
SetValueStringTest - class org.apache.jackrabbit.test.api.SetValueStringTest.
Tests the various Property.setValue(Value) methods.
SetValueStringTest() - Constructor for class org.apache.jackrabbit.test.api.SetValueStringTest
 
SetValueValueFormatExceptionTest - class org.apache.jackrabbit.test.api.SetValueValueFormatExceptionTest.
SetValueValueFormatExceptionTest tests if Property.setValue() throws a ValueFormatException if a best-effort conversion fails.
SetValueValueFormatExceptionTest() - Constructor for class org.apache.jackrabbit.test.api.SetValueValueFormatExceptionTest
 
SetValueVersionExceptionTest - class org.apache.jackrabbit.test.api.SetValueVersionExceptionTest.
SetValueVersionExceptionTest...
SetValueVersionExceptionTest() - Constructor for class org.apache.jackrabbit.test.api.SetValueVersionExceptionTest
 
SimpleSelectionTest - class org.apache.jackrabbit.test.api.query.SimpleSelectionTest.
SimpleSelectionTest...
SimpleSelectionTest() - Constructor for class org.apache.jackrabbit.test.api.query.SimpleSelectionTest
 
StringPropertyTest - class org.apache.jackrabbit.test.api.StringPropertyTest.
StringPropertyTest tests a String property against the conversions to other Properties (except Name and Path property).
StringPropertyTest() - Constructor for class org.apache.jackrabbit.test.api.StringPropertyTest
 
save(HttpServletRequest, Session) - Static method in class org.apache.jackrabbit.tck.WebAppTestConfig
Saves the configuration entries which needs to be set.
saveProperty(String, String, Session) - Static method in class org.apache.jackrabbit.tck.WebAppTestConfig
This method saves a single property
searchMultivalProp(Node) - Static method in class org.apache.jackrabbit.test.api.PropertyUtil
Helper method to find a multivalue property.
searchMultivalProp(Node, int) - Static method in class org.apache.jackrabbit.test.api.PropertyUtil
Helper method to find a multivalue property of a given type.
searchProp(Session, Node, int) - Static method in class org.apache.jackrabbit.test.api.PropertyUtil
Traverses a tree below a given node searching for a property with a given type
session - Variable in class org.apache.jackrabbit.test.api.ReferenceableRootNodesTest
The read-only session for the default workspace
session - Variable in class org.apache.jackrabbit.test.api.SerializationTest
 
sessionW2 - Variable in class org.apache.jackrabbit.test.api.ReferenceableRootNodesTest
The read-only session for the second workspace
setErrorMsg(String) - Method in class org.apache.jackrabbit.tck.TestResult
 
setInteractionString(String) - Method in class org.apache.jackrabbit.tck.TckTestRunner
 
setLogString(String) - Method in class org.apache.jackrabbit.tck.TckTestRunner
 
setLogger(Logger) - Method in class org.apache.jackrabbit.test.LogPrintWriter
Sets a new Logger.
setMsgLevel(Level) - Method in class org.apache.jackrabbit.test.LogPrintWriter
Sets the log level for messages written to the Logger instance currently set in this LogPrintWriter.
setNewTestString(String) - Method in class org.apache.jackrabbit.tck.TckTestRunner
 
setStatus(int) - Method in class org.apache.jackrabbit.tck.TestResult
 
setTest(Test) - Method in class org.apache.jackrabbit.tck.TestResult
 
setTestTime(long) - Method in class org.apache.jackrabbit.tck.TestResult
 
setUp() - Method in class org.apache.jackrabbit.test.AbstractJCRTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.DocumentViewImportTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.ExportDocViewTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.ExportSysViewTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.NamespaceRegistryReadMethodsTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.NamespaceRegistryTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.NamespaceRemappingTest
Sets up the fixture for the tests.
setUp() - Method in class org.apache.jackrabbit.test.api.NodeDiscoveringNodeTypesTest
Sets up the fixture for the test cases.
setUp() - Method in class org.apache.jackrabbit.test.api.NodeIteratorTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Sets up the fixture for this test.
setUp() - Method in class org.apache.jackrabbit.test.api.NodeTest
to be able to test the update(String) and getCorrespondingNodePath(String) methods we need an addtional workspace
setUp() - Method in class org.apache.jackrabbit.test.api.PropertyItemIsModifiedTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.PropertyItemIsNewTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.PropertyReadMethodsTest
Sets up the fixture for this test.
setUp() - Method in class org.apache.jackrabbit.test.api.PropertyTypeTest
Sets up the fixture for this test.
setUp() - Method in class org.apache.jackrabbit.test.api.ReferencePropertyTest
Sets up the fixture for the test.
setUp() - Method in class org.apache.jackrabbit.test.api.ReferenceableRootNodesTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.RepositoryDescriptorTest
Sets up the fixture for this test.
setUp() - Method in class org.apache.jackrabbit.test.api.RepositoryLoginTest
Sets up the fixture for the test cases.
setUp() - Method in class org.apache.jackrabbit.test.api.RootNodeTest
Sets up the fixture for the test cases.
setUp() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.SessionReadMethodsTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.SetPropertyAssumeTypeTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.SetPropertyBooleanTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.SetPropertyCalendarTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.SetPropertyDoubleTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.SetPropertyInputStreamTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.SetPropertyLongTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.SetPropertyNodeTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.SetValueBinaryTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.SetValueBooleanTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.SetValueDateTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.SetValueDoubleTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.SetValueLongTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.SetValueReferenceTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.SetValueStringTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.SetValueValueFormatExceptionTest
Sets up the fixture for the test cases.
setUp() - Method in class org.apache.jackrabbit.test.api.SetValueVersionExceptionTest
Sets up the fixture for the test cases.
setUp() - Method in class org.apache.jackrabbit.test.api.UndefinedPropertyTest
Sets up the fixture for this test.
setUp() - Method in class org.apache.jackrabbit.test.api.ValueFactoryTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.WorkspaceReadMethodsTest
Sets up the fixture for the test.
setUp() - Method in class org.apache.jackrabbit.test.api.lock.SetValueLockExceptionTest
Check if Locking is supported and if yes setup a lockable node with properties each one for the possible values passed to Property.setValue .
setUp() - Method in class org.apache.jackrabbit.test.api.nodetype.CanAddChildNodeCallWithNodeTypeTest
Sets up the fixture for the test cases.
setUp() - Method in class org.apache.jackrabbit.test.api.nodetype.CanAddChildNodeCallWithoutNodeTypeTest
Sets up the fixture for the test cases.
setUp() - Method in class org.apache.jackrabbit.test.api.nodetype.CanRemoveItemTest
Sets up the fixture for the test cases.
setUp() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyBinaryTest
Sets up the fixture for the test cases.
setUp() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyBooleanTest
Sets up the fixture for the test cases.
setUp() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyDateTest
Sets up the fixture for the test cases.
setUp() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyDoubleTest
Sets up the fixture for the test cases.
setUp() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyLongTest
Sets up the fixture for the test cases.
setUp() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyMultipleTest
Sets up the fixture for the test cases.
setUp() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyNameTest
Sets up the fixture for the test cases.
setUp() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyPathTest
Sets up the fixture for the test cases.
setUp() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyStringTest
Sets up the fixture for the test cases.
setUp() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyTest
Sets up the fixture for the test cases.
setUp() - Method in class org.apache.jackrabbit.test.api.nodetype.NodeDefTest
Sets up the fixture for the test cases.
setUp() - Method in class org.apache.jackrabbit.test.api.nodetype.NodeTypeManagerTest
Sets up the fixture for the test cases.
setUp() - Method in class org.apache.jackrabbit.test.api.nodetype.NodeTypeTest
Sets up the fixture for the test cases.
setUp() - Method in class org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest
Sets up the fixture for this test.
setUp() - Method in class org.apache.jackrabbit.test.api.nodetype.PropertyDefTest
Sets up the fixture for the test cases.
setUp() - Method in class org.apache.jackrabbit.test.api.observation.AbstractObservationTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.query.AbstractQueryTest
Set-up the configuration values used for the test.
setUp() - Method in class org.apache.jackrabbit.test.api.query.DerefQueryLevel1Test
Sets up the test cases
setUp() - Method in class org.apache.jackrabbit.test.api.query.GetLanguageTest
Sets up the test cases
setUp() - Method in class org.apache.jackrabbit.test.api.query.GetPersistentQueryPathLevel1Test
Sets up the test cases
setUp() - Method in class org.apache.jackrabbit.test.api.query.GetPropertyNamesTest
Sets up the test cases
setUp() - Method in class org.apache.jackrabbit.test.api.query.GetStatementTest
Sets up the test cases
setUp() - Method in class org.apache.jackrabbit.test.api.query.GetSupportedQueryLanguagesTest
Sets up the test cases
setUp() - Method in class org.apache.jackrabbit.test.api.query.PredicatesTest
Sets up the test cases
setUp() - Method in class org.apache.jackrabbit.test.api.query.QueryResultNodeIteratorTest
Sets up the fixture for test cases.
setUp() - Method in class org.apache.jackrabbit.test.api.query.SQLJcrPathTest
Sets up the test cases
setUp() - Method in class org.apache.jackrabbit.test.api.query.SQLOrderByTest
Prepare a statement without the order by modifier to be used for the tests
setUp() - Method in class org.apache.jackrabbit.test.api.query.SQLPathTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.query.SaveTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.query.SimpleSelectionTest
Sets up the test cases
setUp() - Method in class org.apache.jackrabbit.test.api.query.TextNodeTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.query.XPathDocOrderTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.query.XPathJcrPathTest
Sets up the test cases
setUp() - Method in class org.apache.jackrabbit.test.api.query.XPathOrderByTest
Prepare a statement without order by modifier to be used for the tests
setUp() - Method in class org.apache.jackrabbit.test.api.query.XPathPosIndexTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.version.AbstractMergeTest
Initialising used variables coming from the properties file.
Setup some nodes on the 2 workspaces.
setUp() - Method in class org.apache.jackrabbit.test.api.version.AbstractOnParentVersionTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.version.AbstractVersionTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.version.CheckinTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.version.CheckoutTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.version.GetReferencesNodeTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.version.MergeCancelMergeTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.version.MergeCheckedoutSubNodeTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.version.MergeDoneMergeTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.version.MergeNodeTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.version.MergeNonVersionableSubNodeTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.version.MergeSubNodeTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.version.OnParentVersionAbortTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.version.OnParentVersionComputeTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.version.OnParentVersionCopyTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.version.OnParentVersionIgnoreTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.version.OnParentVersionInitializeTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.version.RemoveVersionTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.version.RestoreTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.version.VersionLabelTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.version.VersionStorageTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
 
setUp() - Method in class org.apache.jackrabbit.test.api.version.WorkspaceRestoreTest
 
setUpFullTextTest() - Method in class org.apache.jackrabbit.test.api.query.AbstractQueryLevel2Test
Creates two nodes with name AbstractJCRTest.nodeName1 and AbstractJCRTest.nodeName2 with nodetype AbstractJCRTest.testNodeType.
setUpMultiValueTest() - Method in class org.apache.jackrabbit.test.api.query.AbstractQueryLevel2Test
Creates three nodes with names: AbstractJCRTest.nodeName1, AbstractJCRTest.nodeName2 and AbstractJCRTest.nodeName3.
setUpRangeTest() - Method in class org.apache.jackrabbit.test.api.query.AbstractQueryLevel2Test
Creates three nodes with names: AbstractJCRTest.nodeName1, AbstractJCRTest.nodeName2 and AbstractJCRTest.nodeName3.
setWriter(Writer) - Method in class org.apache.jackrabbit.test.LogPrintWriter
Sets a new output Writer.
setfinishedSuiteString(String) - Method in class org.apache.jackrabbit.tck.Tester
 
shouldStop() - Method in class org.apache.jackrabbit.test.JCRTestResult
 
startElement(String, String, String, Attributes) - Method in class org.apache.jackrabbit.tck.TestResultParser
 
startTest(Test) - Method in class org.apache.jackrabbit.tck.TckTestRunner
This method is called everytime a test is executed.
startTest(Test) - Method in class org.apache.jackrabbit.test.JCRTestResult
 
stop() - Method in class org.apache.jackrabbit.test.JCRTestResult
 
storeResults(Node) - Method in class org.apache.jackrabbit.tck.Tester
This method stores the result underneath the passed node in this structure:
suite() - Static method in class org.apache.jackrabbit.test.api.TestAll
Returns a Test suite that executes all tests inside this package.
suite() - Static method in class org.apache.jackrabbit.test.api.lock.TestAll
Returns a Test suite that executes all tests inside this package.
suite() - Static method in class org.apache.jackrabbit.test.api.nodetype.TestAll
Returns a Test suite that executes all tests inside this package.
suite() - Static method in class org.apache.jackrabbit.test.api.observation.TestAll
Returns a Test suite that executes all tests inside this package.
suite() - Static method in class org.apache.jackrabbit.test.api.query.TestAll
Returns a Test suite that executes all tests inside this package.
suite() - Static method in class org.apache.jackrabbit.test.api.util.TestAll
Returns a Test suite that executes all tests inside this package.
suite() - Static method in class org.apache.jackrabbit.test.api.version.TestAll
Returns a Test suite that executes all tests inside this package.
superuser - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
The superuser session for the default workspace
superuser - Variable in class org.apache.jackrabbit.test.RepositoryStub
 
superuserW2 - Variable in class org.apache.jackrabbit.test.api.version.AbstractMergeTest
The superuser session for the second workspace

T

TCK_UPDATE_URL - Static variable in class org.apache.jackrabbit.tck.j2ee.RepositoryServlet
exclude list version checker gif path
TCK_WEBAPP_JAR_PATH - Static variable in class org.apache.jackrabbit.tck.j2ee.RepositoryServlet
tck webapp jar path name
TckHelper - class org.apache.jackrabbit.tck.TckHelper.
Just a helper class
TckHelper() - Constructor for class org.apache.jackrabbit.tck.TckHelper
 
TckTestRunner - class org.apache.jackrabbit.tck.TckTestRunner.
The TckTestRunner class implements the TestListener interface.
TckTestRunner(JspWriter) - Constructor for class org.apache.jackrabbit.tck.TckTestRunner
The constructor inits the result map and sets the writer
TestAll - class org.apache.jackrabbit.test.api.TestAll.
Test suite that includes all testcases for the package javax.jcr.
TestAll() - Constructor for class org.apache.jackrabbit.test.api.TestAll
 
TestAll - class org.apache.jackrabbit.test.api.lock.TestAll.
Test suite that includes all testcases for the package javax.jcr.lock.
TestAll() - Constructor for class org.apache.jackrabbit.test.api.lock.TestAll
 
TestAll - class org.apache.jackrabbit.test.api.nodetype.TestAll.
Test suite that includes all testcases for the package javax.jcr.nodetype.
TestAll() - Constructor for class org.apache.jackrabbit.test.api.nodetype.TestAll
 
TestAll - class org.apache.jackrabbit.test.api.observation.TestAll.
Test suite that includes all testcases for the Observation module.
TestAll() - Constructor for class org.apache.jackrabbit.test.api.observation.TestAll
 
TestAll - class org.apache.jackrabbit.test.api.query.TestAll.
Test suite that includes all testcases for the package javax.jcr.query.
TestAll() - Constructor for class org.apache.jackrabbit.test.api.query.TestAll
 
TestAll - class org.apache.jackrabbit.test.api.util.TestAll.
Test suite that includes all testcases for the package javax.jcr.util.
TestAll() - Constructor for class org.apache.jackrabbit.test.api.util.TestAll
 
TestAll - class org.apache.jackrabbit.test.api.version.TestAll.
Test suite that includes all testcases for the package javax.jcr.version.
TestAll() - Constructor for class org.apache.jackrabbit.test.api.version.TestAll
 
TestFinder - class org.apache.jackrabbit.tck.TestFinder.
The TestFinder class is responsible to find all TestCases which are in a jar.
TestFinder() - Constructor for class org.apache.jackrabbit.tck.TestFinder
The path where the jar containing the test classes and its sources is residing is passed here.
TestResult - class org.apache.jackrabbit.tck.TestResult.
The TestResult class is just a helper class to store test results.
TestResult() - Constructor for class org.apache.jackrabbit.tck.TestResult
 
TestResultParser - class org.apache.jackrabbit.tck.TestResultParser.
Builds a simple HTML page which lists tip titles and provides links to HTML and text versions
TestResultParser() - Constructor for class org.apache.jackrabbit.tck.TestResultParser
 
Tester - class org.apache.jackrabbit.tck.Tester.
The Tester starts the all tests and saves all tests.
Tester(TestFinder, TckTestRunner, JspWriter, Map) - Constructor for class org.apache.jackrabbit.tck.Tester
The constructor...
TextNodeTest - class org.apache.jackrabbit.test.api.query.TextNodeTest.
Tests the text() node test in XPath.
TextNodeTest() - Constructor for class org.apache.jackrabbit.test.api.query.TextNodeTest
 
tearDown() - Method in class org.apache.jackrabbit.test.AbstractJCRTest
 
tearDown() - Method in class org.apache.jackrabbit.test.api.DocumentViewImportTest
 
tearDown() - Method in class org.apache.jackrabbit.test.api.ExportDocViewTest
 
tearDown() - Method in class org.apache.jackrabbit.test.api.ExportSysViewTest
 
tearDown() - Method in class org.apache.jackrabbit.test.api.NamespaceRegistryReadMethodsTest
Releases the session aquired in NamespaceRegistryReadMethodsTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.NamespaceRegistryTest
 
tearDown() - Method in class org.apache.jackrabbit.test.api.NamespaceRemappingTest
 
tearDown() - Method in class org.apache.jackrabbit.test.api.NodeDiscoveringNodeTypesTest
Releases the session aquired in NodeDiscoveringNodeTypesTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Releases the session aquired in NodeReadMethodsTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.NodeTest
remove all nodes in second workspace and log out
tearDown() - Method in class org.apache.jackrabbit.test.api.PropertyReadMethodsTest
Releases the session aquired in PropertyReadMethodsTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.ReferenceableRootNodesTest
Releases the sessions aquired in ReferenceableRootNodesTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.RepositoryDescriptorTest
Releases the session aquired in RepositoryDescriptorTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.RootNodeTest
Releases the session aquired in RootNodeTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
tearDown() - Method in class org.apache.jackrabbit.test.api.SessionReadMethodsTest
Releases the session aquired in SessionReadMethodsTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.SetValueValueFormatExceptionTest
Releases the session aquired in SetValueValueFormatExceptionTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.SetValueVersionExceptionTest
Releases the session aquired in SetValueVersionExceptionTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.lock.SetValueLockExceptionTest
 
tearDown() - Method in class org.apache.jackrabbit.test.api.nodetype.CanAddChildNodeCallWithNodeTypeTest
Releases the session aquired in CanAddChildNodeCallWithNodeTypeTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.nodetype.CanAddChildNodeCallWithoutNodeTypeTest
Releases the session aquired in CanAddChildNodeCallWithoutNodeTypeTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.nodetype.CanRemoveItemTest
Releases the session aquired in CanRemoveItemTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyBinaryTest
Releases the session aquired in CanSetPropertyBinaryTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyBooleanTest
Releases the session aquired in CanSetPropertyBooleanTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyDateTest
Releases the session aquired in CanSetPropertyDateTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyDoubleTest
Releases the session aquired in CanSetPropertyDoubleTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyLongTest
Releases the session aquired in CanSetPropertyLongTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyMultipleTest
Releases the session aquired in CanSetPropertyMultipleTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyNameTest
Releases the session aquired in CanSetPropertyNameTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyPathTest
Releases the session aquired in CanSetPropertyPathTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyStringTest
Releases the session aquired in CanSetPropertyStringTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyTest
Releases the session aquired in CanSetPropertyTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.nodetype.NodeDefTest
Releases the session aquired in NodeDefTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.nodetype.NodeTypeManagerTest
Releases the session aquired in NodeTypeManagerTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.nodetype.NodeTypeTest
Releases the session aquired in NodeTypeTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest
Releases the session aquired in PredefinedNodeTypeTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.nodetype.PropertyDefTest
Releases the session aquired in PropertyDefTest.setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.query.DerefQueryLevel1Test
Releases the session acquired in setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.query.GetLanguageTest
Releases the session acquired in setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.query.GetPersistentQueryPathLevel1Test
Releases the session acquired in setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.query.GetPropertyNamesTest
Releases the session acquired in setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.query.GetStatementTest
Releases the session acquired in setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.query.GetSupportedQueryLanguagesTest
Releases the session acquired in setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.query.PredicatesTest
Releases the session acquired in setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.query.SQLJcrPathTest
Releases the session acquired in setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.query.SQLPathTest
Releases the session aquired in setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.query.SimpleSelectionTest
Releases the session acquired in setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.query.XPathJcrPathTest
Releases the session acquired in setUp().
tearDown() - Method in class org.apache.jackrabbit.test.api.version.AbstractMergeTest
Tidy the testRootNodes of both workspaces, then logout sessions
tearDown() - Method in class org.apache.jackrabbit.test.api.version.AbstractVersionTest
 
tearDown() - Method in class org.apache.jackrabbit.test.api.version.RemoveVersionTest
 
tearDown() - Method in class org.apache.jackrabbit.test.api.version.RestoreTest
 
tearDown() - Method in class org.apache.jackrabbit.test.api.version.VersionLabelTest
 
tearDown() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
 
tearDown() - Method in class org.apache.jackrabbit.test.api.version.WorkspaceRestoreTest
 
testAccept() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
 
testAccept() - Method in class org.apache.jackrabbit.test.api.PropertyReadMethodsTest
Tests if a Property calls the correct visit method on an ItemVisitor.
testAccept() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.accept(ItemVisitor) accepts a ItemVisitor and if the right Node is provided to that visitor.
testAccept() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.accept(ItemVisitor) accepts a ItemVisitor and if the right Node is provided to that visitor.
testAddDuplicateVersionLabel() - Method in class org.apache.jackrabbit.test.api.version.VersionLabelTest
Test if VersionHistory.addVersionLabel(versionName, label, moveLabel) throws VersionException the label already exists and if moveLabel is false)
testAddLockToNode() - Method in class org.apache.jackrabbit.test.api.observation.LockingTest
Tests if locking a node triggers property added events for the properties jcr:lockOwner and jcr:lockIsDeep.
testAddMixin() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.addMixin(String) throws a ConstraintViolationException
testAddMixin() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.addMixin(String) throws a ConstraintViolationException
testAddMixinReferencable() - Method in class org.apache.jackrabbit.test.api.NodeAddMixinTest
Tests if adding mix:referenceable automatically populates the jcr:uuid value.
testAddMultipleVersionLabels() - Method in class org.apache.jackrabbit.test.api.version.VersionLabelTest
Test if multiple distinct version labels can be added for a given version.
testAddNode() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.addNode(String) and VersionHistory.addNode(String, String) throw a ConstraintViolationException
testAddNode() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.addNode(String) and Version.addNode(String, String) throw a ConstraintViolationException
testAddNodeConstraintViolationExceptionProperty() - Method in class org.apache.jackrabbit.test.api.NodeTest
Tries to add a node using Node.addNode(String) as a child of a property.

This should throw an ConstraintViolationException.
testAddNodeConstraintViolationExceptionUndefinedNodeType() - Method in class org.apache.jackrabbit.test.api.NodeTest
Tries to add a node using Node.addNode(String) where node type can not be determined by parent (nt:base is used as parent nodetype).
testAddNodeItemExistsException() - Method in class org.apache.jackrabbit.test.api.NodeTest
Tries to create a node using Node.addNode(String, String) at a location where there is already a node with same name and the parent does not allow same name siblings.
testAddNodeParentSave() - Method in class org.apache.jackrabbit.test.api.AddNodeTest
Creates two new nodes using Node.addNode(String) and Node.addNode(String,String), saves using Item.save() on parent node.
testAddNodeParentSave() - Method in class org.apache.jackrabbit.test.api.NodeTest
Creates a new node using Node.addNode(String) , saves using Item.save() on parent node.
testAddNodePathNotFoundException() - Method in class org.apache.jackrabbit.test.api.NodeTest
Tries to add a node using Node.addNode(String) to a non existing destination node.
testAddNodeRepositoryExceptionRelPathIndex() - Method in class org.apache.jackrabbit.test.api.NodeTest
Adds a new node using Node.addNode(String) with an index for the new name.
testAddNodeRepositoryExceptionSaveOnNewNode() - Method in class org.apache.jackrabbit.test.api.AddNodeTest
Creates new nodes using Node.addNode(String) and Node.addNode(String, String), then tries to call Item.save() on the new nodes.
testAddNodeRepositoryExceptionSaveOnNewNode() - Method in class org.apache.jackrabbit.test.api.NodeTest
Creates a new node using Node.addNode(String), then tries to call Item.save() on the newly node.
testAddNodeSessionSave() - Method in class org.apache.jackrabbit.test.api.AddNodeTest
Creates new nodes using Node.addNode(String) and Node.addNode(String, String), saves using Session.save().
testAddNodeSessionSave() - Method in class org.apache.jackrabbit.test.api.NodeTest
Creates a new node using Node.addNode(String) , saves using Session.save().
testAddNonExisting() - Method in class org.apache.jackrabbit.test.api.NodeAddMixinTest
Tests if Node.addMixin(String mixinName) throws a NoSuchNodeTypeException if mixinName is not the name of an existing mixin node type
testAddRemoveLockToken() - Method in class org.apache.jackrabbit.test.api.lock.LockTest
Test lock token functionality
testAddSuccessfully() - Method in class org.apache.jackrabbit.test.api.NodeAddMixinTest
Tests if Node.addMixin(String mixinName) adds the requested mixin and stores it in property jcr:mixinTypes
testAddVersionCheckVersionLabelsNode() - Method in class org.apache.jackrabbit.test.api.version.VersionLabelTest
Test if the a label added with VersionHistory.addVersionLabel(String, String, boolean) corresponds to adding a reference property to the jcr:versionLabels node of this history node, with the label as name of the property, and the reference targeting the version.
testAddVersionLabel() - Method in class org.apache.jackrabbit.test.api.version.VersionLabelTest
Test if the number of labels available in the version history is increased by added a new label.
testAddVersionLabel2() - Method in class org.apache.jackrabbit.test.api.version.VersionLabelTest
Test if the a label added with VersionHistory.addVersionLabel(String, String, boolean) is present in the array returned by VersionHistory.getVersionLabels(), if the label has not been present before.
testAlterReference() - Method in class org.apache.jackrabbit.test.api.ReferencesTest
Tests changing a reference property
testAnd() - Method in class org.apache.jackrabbit.test.api.query.PredicatesTest
Verifies that the and operator is accepted for a property name
testAsReference() - Method in class org.apache.jackrabbit.test.api.BinaryPropertyTest
Tests the conversion from Binary type to Reference type.
testAsReference() - Method in class org.apache.jackrabbit.test.api.BooleanPropertyTest
Tests failure of conversion from Boolean type to Reference type.
testAsReference() - Method in class org.apache.jackrabbit.test.api.DatePropertyTest
Tests failure of conversion from Date type to Reference type.
testAsReference() - Method in class org.apache.jackrabbit.test.api.DoublePropertyTest
tests failure of conversion from Double type to Reference type
testAsReference() - Method in class org.apache.jackrabbit.test.api.LongPropertyTest
Tests failure of conversion from Long type to Reference type.
testAsReference() - Method in class org.apache.jackrabbit.test.api.NamePropertyTest
Tests failure of conversion from Name type to Reference type.
testAsReference() - Method in class org.apache.jackrabbit.test.api.PathPropertyTest
Tests failure of conversion from Path type to Reference type.
testAsReference() - Method in class org.apache.jackrabbit.test.api.StringPropertyTest
Tests conversion from String type to Reference type.
testAutocreatedRootVersion() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Test if initially there is an auto-created root version present in the version history.
testBase() - Method in class org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest
Test for the predefined nt:base node type.
testBaseVersionAfterCheckin() - Method in class org.apache.jackrabbit.test.api.version.CheckinTest
Test if versionable node N's jcr:baseVersion property is set to refer to the new version after checkin.
testBinaryProperty() - Method in class org.apache.jackrabbit.test.api.SetPropertyConstraintViolationExceptionTest
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 constraint
testBinaryProperty() - Method in class org.apache.jackrabbit.test.api.SetValueConstraintViolationExceptionTest
Tests if setValue(InputStream value) and setValue(Value value) where value is a BinaryValue throw a ConstraintViolationException if the change would violate a value constraint
testBinarySession() - Method in class org.apache.jackrabbit.test.api.SetValueBinaryTest
Test the persistence of a property modified with an BinaryValue parameter and saved from the Session
testBoolean() - Method in class org.apache.jackrabbit.test.api.SetValueValueFormatExceptionTest
Tests if setValue(boolean) throws a ValueFormatException immediately (not on save) if a conversion fails.
testBoolean() - Method in class org.apache.jackrabbit.test.api.SetValueVersionExceptionTest
Tests if setValue(boolean) throws a VersionException immediately or on save if the parent node of this property is checked-in.
testBooleanParent() - Method in class org.apache.jackrabbit.test.api.SetValueBinaryTest
Test the persistence of a property modified with an input stream parameter and saved from the parent Node
testBooleanParent() - Method in class org.apache.jackrabbit.test.api.SetValueBooleanTest
Test the persistence of a property modified with an boolean parameter and saved from the parent Node
testBooleanProperty() - Method in class org.apache.jackrabbit.test.api.SetPropertyConstraintViolationExceptionTest
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 constraint
testBooleanProperty() - Method in class org.apache.jackrabbit.test.api.SetValueConstraintViolationExceptionTest
Tests if setValue(boolean value) and setValue(Value value) where value is a BooleanValue throw a ConstraintViolationException if the change would violate a value constraint
testBooleanSession() - Method in class org.apache.jackrabbit.test.api.SetValueBooleanTest
Test the persistence of a property modified with an BooleanValue parameter and saved from the Session
testCalendar() - Method in class org.apache.jackrabbit.test.api.SetValueValueFormatExceptionTest
Tests if setValue(Calendar) throws a ValueFormatException immediately (not on save) if a conversion fails.
testCalendar() - Method in class org.apache.jackrabbit.test.api.SetValueVersionExceptionTest
Tests if setValue(Calendar) throws a VersionException immediately or on save if the parent node of this property is checked-in.
testCanAddMixin() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.canAddMixin(String) returns false
testCanAddMixin() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.canAddMixin(String) returns false
testCancelMerge() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.cancelMerge(Version) throws an UnsupportedRepositoryOperationException
testCancelMerge() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.cancelMerge(Version) throws an UnsupportedRepositoryOperationException
testCheckPermission() - Method in class org.apache.jackrabbit.test.api.CheckPermissionTest
Tests if Session.checkPermission(String, String) works properly: Returns quietly if access is permitted. Throws an AccessControlException if access is denied.
testCheckedIn() - Method in class org.apache.jackrabbit.test.api.NodeAddMixinTest
Tests if Node.addMixin(String mixinName) throws a VersionException if Node is checked-in.
testCheckedIn() - Method in class org.apache.jackrabbit.test.api.NodeCanAddMixinTest
Tests if Node.canAddMixin(String mixinName) throws a VersionException if Node is checked-in
testCheckedIn() - Method in class org.apache.jackrabbit.test.api.NodeRemoveMixinTest
Tests if Node.removeMixin(String mixinName) throws a VersionException if Node is checked-in

The test creates a node nodeName1 of type testNodeType under testRoot, adds a mixin and then checks it in.

testCheckedIn() - Method in class org.apache.jackrabbit.test.api.lock.LockTest
Test if it is possible to lock and unlock a checked-in node.
testCheckedInUnlock() - Method in class org.apache.jackrabbit.test.api.lock.LockTest
Tests if a locked, checked-in node can be unlocked
testCheckin() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.checkin() throws an UnsupportedRepositoryOperationException
testCheckin() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.checkin() throws an UnsupportedRepositoryOperationException
testCheckinCreatesNewVersion() - Method in class org.apache.jackrabbit.test.api.version.CheckinTest
Test if Node.checkin() adds another version to the VersionHistory
testCheckinNonVersionableNode() - Method in class org.apache.jackrabbit.test.api.version.CheckinTest
Test calling Node.checkin() on a non-versionable node.
testCheckinRemovesPredecessorProperty() - Method in class org.apache.jackrabbit.test.api.version.CheckinTest
Test if the node's jcr:predecessors property contains an empty value array after checkin.
testCheckinWithPendingChanges() - Method in class org.apache.jackrabbit.test.api.version.CheckinTest
Test if Node.checkin() throws InvalidItemStateException if the node has unsaved changes pending.
testCheckout() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.checkout() throws an UnsupportedRepositoryOperationException
testCheckout() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.checkout() throws an UnsupportedRepositoryOperationException
testCheckoutCopiesBaseValueToPredecessorProperty() - Method in class org.apache.jackrabbit.test.api.version.CheckoutTest
Test if Node.checkout() copies the node's jcr:baseVersion to node's jcr:predecessors property (no save required).
testCheckoutNonVersionableNode() - Method in class org.apache.jackrabbit.test.api.version.CheckoutTest
Test calling Node.checkout() on a non-versionable node.
testCheckoutTwiceDoesNotThrow() - Method in class org.apache.jackrabbit.test.api.version.CheckoutTest
Test if Node.checkout() doesn't throw any exception if the versionable node has been checked out before.
testChildAxisLeaf() - Method in class org.apache.jackrabbit.test.api.query.SQLPathTest
Tests if <somepath>/% AND NOT <somepath>/%/% returns no nodes if the node at <somepath> is a leaf.
testChildAxisRoot() - Method in class org.apache.jackrabbit.test.api.query.SQLPathTest
Tests if /% AND NOT /%/% returns the child nodes of the root node.
testChildAxisTestRoot() - Method in class org.apache.jackrabbit.test.api.query.SQLPathTest
Tests if <somepath>/% AND NOT <somepath>/%/% returns the child nodes of node at <somepath>.
testChildNodeDef() - Method in class org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest
Test for the predefined nt:childNodeDef node type.
testCloneNodes() - Method in class org.apache.jackrabbit.test.api.WorkspaceCloneTest
If successful, the changes are persisted immediately, there is no need to call save.
testCloneNodesAbsolutePath() - Method in class org.apache.jackrabbit.test.api.WorkspaceCloneTest
The destAbsPath provided must not have an index on its final element.
testCloneNodesAccessDenied() - Method in class org.apache.jackrabbit.test.api.WorkspaceCloneTest
An AccessDeniedException is thrown if the current session (i.e., the session that was used to acquire this Workspace object) does not have sufficient access permissions to complete the operation.
testCloneNodesConstraintViolationException() - Method in class org.apache.jackrabbit.test.api.WorkspaceCloneTest
A ConstraintViolationException is thrown if the operation would violate a node-type or other implementation-specific constraint.
testCloneNodesInvalidWorkspace() - Method in class org.apache.jackrabbit.test.api.WorkspaceCloneTest
A NoSuchWorkspaceException is thrown if srcWorkspace does not exist.
testCloneNodesLocked() - Method in class org.apache.jackrabbit.test.api.WorkspaceCloneTest
A LockException is thrown if a lock prevents the copy.
testCloneNodesNodeExistsAtDestPath() - Method in class org.apache.jackrabbit.test.api.WorkspaceCloneSameNameSibsTest
An ItemExistsException is thrown if a node or property already exists at destAbsPath.
testCloneNodesOrderingSupportedByParent() - Method in class org.apache.jackrabbit.test.api.WorkspaceCloneSameNameSibsTest
If ordering is supported by the node type of the parent node of the new location, then the newly moved node is appended to the end of the child node list.
testCloneNodesPathNotExisting() - Method in class org.apache.jackrabbit.test.api.WorkspaceCloneTest
A PathNotFoundException is thrown if the node at srcAbsPath or the parent of the new node at destAbsPath does not exist.
testCloneNodesReferenceableAndNonreferenceable() - Method in class org.apache.jackrabbit.test.api.WorkspaceCloneReferenceableTest
The clone method clones both referenceable and nonreferenceable nodes.
testCloneNodesReferenceableNodesOriginalUUID() - Method in class org.apache.jackrabbit.test.api.WorkspaceCloneReferenceableTest
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.
testCloneNodesRemoveExistingFalse() - Method in class org.apache.jackrabbit.test.api.WorkspaceCloneReferenceableTest
If removeExisting is false then a UUID collision causes this method to throw a ItemExistsException and no changes are made.
testCloneNodesRemoveExistingTrue() - Method in class org.apache.jackrabbit.test.api.WorkspaceCloneReferenceableTest
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).
testCloneNodesVersionableAndCheckedIn() - Method in class org.apache.jackrabbit.test.api.WorkspaceCloneVersionableTest
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.
testCombinedAnd() - Method in class org.apache.jackrabbit.test.api.query.PredicatesTest
Verifies that the and operator is accepted for properties's values
testCombinedOr() - Method in class org.apache.jackrabbit.test.api.query.PredicatesTest
Verifies that the or operator is accepted for properties's values
testCompactValueArrayWithNulls() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if Node.setProperty(String, Value[]) correctly compacts the value array by removing all null values
testConstraintViolation() - Method in class org.apache.jackrabbit.test.api.AddNodeTest
Tests if a ConstraintViolationException is thrown when one attempts to add a node at a path that references a property.
testConstraintViolationException() - Method in class org.apache.jackrabbit.test.api.query.SaveTest
Tests if a ConstraintViolationException is thrown if a query is stored under a node which does not allow child nodes.
testConversions() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyBinaryTest
Tests if NodeType.canSetProperty(String propertyName, Value value) returns true if value and its type are convertible to BinaryValue.
testConversions() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyBooleanTest
Tests if NodeType.canSetProperty(String propertyName, Value value) returns true if value and its type are convertible to BooleanValue.
testConversions() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyDateTest
Tests if NodeType.canSetProperty(String propertyName, Value value) returns true if value and its type are convertible to DateValue.
testConversions() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyDoubleTest
Tests if NodeType.canSetProperty(String propertyName, Value value) returns true if value and its type are convertible to DoubleValue.
testConversions() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyLongTest
Tests if NodeType.canSetProperty(String propertyName, Value value) returns true if value and its type are convertible to LongValue.
testConversions() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyNameTest
Tests if NodeType.canSetProperty(String propertyName, Value value) returns true if value and its type are convertible to NameValue.
testConversions() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyPathTest
Tests if NodeType.canSetProperty(String propertyName, Value value) returns true if value and its type are convertible to PathValue.
testConversions() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyStringTest
Tests if NodeType.canSetProperty(String propertyName, Value value) returns true if value and its type are convertable to StringValue.
testConversionsMultiple() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyBinaryTest
Tests if NodeType.canSetProperty(String propertyName, Value[] values) returns true if all values and its types are convertible to BinaryValue.
testConversionsMultiple() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyBooleanTest
Tests if NodeType.canSetProperty(String propertyName, Value[] values) returns true if all values and its types are convertible to BooleanValue.
testConversionsMultiple() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyDateTest
Tests if NodeType.canSetProperty(String propertyName, Value[] values) returns true if all values and its types are convertible to DateValue.
testConversionsMultiple() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyDoubleTest
Tests if NodeType.canSetProperty(String propertyName, Value[] values) returns true if all values and its types are convertible to DoubleValue.
testConversionsMultiple() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyLongTest
Tests if NodeType.canSetProperty(String propertyName, Value[] values) returns true if all values and its types are convertible to LongValue.
testConversionsMultiple() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyNameTest
Tests if NodeType.canSetProperty(String propertyName, Value[] values) returns true if all values and its types are convertible to NameValue.
testConversionsMultiple() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyPathTest
Tests if NodeType.canSetProperty(String propertyName, Value[] values) returns true if all values and its types are convertible to PathValue.
testConversionsMultiple() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyStringTest
Tests if NodeType.canSetProperty(String propertyName, Value[] values) returns true if all values and its types are convertible to StringValue.
testCopy() - Method in class org.apache.jackrabbit.test.api.observation.WorkspaceOperationTest
Tests if Workspace.copy(String, String) triggers the correct events.
testCopyNodes() - Method in class org.apache.jackrabbit.test.api.WorkspaceCopyBetweenWorkspacesTest
Operation is performed entirely within the persistent workspace, it does not involve transient storage and therefore does not require a save
testCopyNodes() - Method in class org.apache.jackrabbit.test.api.WorkspaceCopyTest
Operation is performed entirely within the persistent workspace, it does not involve transient storage and therefore does not require a save
testCopyNodesAbsolutePath() - Method in class org.apache.jackrabbit.test.api.WorkspaceCopyBetweenWorkspacesTest
The destAbsPath provided must not have an index on its final element.
testCopyNodesAbsolutePath() - Method in class org.apache.jackrabbit.test.api.WorkspaceCopyTest
The destAbsPath provided must not have an index on its final element.
testCopyNodesAccessDenied() - Method in class org.apache.jackrabbit.test.api.WorkspaceCopyBetweenWorkspacesTest
An AccessDeniedException is thrown if the current session (i.e., the session that was used to acquire this Workspace object) does not have sufficient access permissions to complete the operation.
testCopyNodesAccessDenied() - Method in class org.apache.jackrabbit.test.api.WorkspaceCopyTest
An AccessDeniedException is thrown if the current session (i.e., the session that was used to acquire this Workspace object) does not have sufficient access permissions to complete the operation.
testCopyNodesConstraintViolationException() - Method in class org.apache.jackrabbit.test.api.WorkspaceCopyBetweenWorkspacesTest
A ConstraintViolationException is thrown if the operation would violate a node-type or other implementation-specific constraint.
testCopyNodesConstraintViolationException() - Method in class org.apache.jackrabbit.test.api.WorkspaceCopyTest
A ConstraintViolationException is thrown if the operation would violate a node-type or other implementation-specific constraint.
testCopyNodesInvalidWorkspace() - Method in class org.apache.jackrabbit.test.api.WorkspaceCopyBetweenWorkspacesTest
A NoSuchWorkspaceException is thrown if srcWorkspace does not exist.
testCopyNodesLocked() - Method in class org.apache.jackrabbit.test.api.WorkspaceCopyBetweenWorkspacesTest
A LockException is thrown if a lock prevents the copy.
testCopyNodesLocked() - Method in class org.apache.jackrabbit.test.api.WorkspaceCopyTest
A LockException is thrown if a lock prevents the copy.
testCopyNodesNewUUID() - Method in class org.apache.jackrabbit.test.api.WorkspaceCopyReferenceableTest
Copies of referenceable nodes (nodes with UUIDs) are automatically given new UUIDs.
testCopyNodesNodeExistsAtDestPath() - Method in class org.apache.jackrabbit.test.api.WorkspaceCopyBetweenWorkspacesSameNameSibsTest
An ItemExistsException is thrown if a node or property already exists at destAbsPath.
testCopyNodesNodeExistsAtDestPath() - Method in class org.apache.jackrabbit.test.api.WorkspaceCopySameNameSibsTest
An ItemExistsException is thrown if a node or property already exists at destAbsPath.
testCopyNodesOrderingSupportedByParent() - Method in class org.apache.jackrabbit.test.api.WorkspaceCopyBetweenWorkspacesSameNameSibsTest
If ordering is supported by the node type of the parent node of the new location, then the newly moved node is appended to the end of the child node list.
testCopyNodesOrderingSupportedByParent() - Method in class org.apache.jackrabbit.test.api.WorkspaceCopySameNameSibsTest
If ordering is supported by the node type of the parent node of the new location, then the newly moved node is appended to the end of the child node list.
testCopyNodesPathNotExisting() - Method in class org.apache.jackrabbit.test.api.WorkspaceCopyBetweenWorkspacesTest
A PathNotFoundException is thrown if the node at srcAbsPath or the parent of the new node at destAbsPath does not exist.
testCopyNodesPathNotExisting() - Method in class org.apache.jackrabbit.test.api.WorkspaceCopyTest
A PathNotFoundException is thrown if the node at srcAbsPath or the parent of the new node at destAbsPath does not exist.
testCopyNodesReferenceableNodesNewUUID() - Method in class org.apache.jackrabbit.test.api.WorkspaceCopyBetweenWorkspacesReferenceableTest
Copies of referenceable nodes (nodes with UUIDs) are automatically given new UUIDs.
testCopyNodesVersionableAndCheckedIn() - Method in class org.apache.jackrabbit.test.api.WorkspaceCopyBetweenWorkspacesVersionableTest
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.
testCopyNodesVersionableAndCheckedIn() - Method in class org.apache.jackrabbit.test.api.WorkspaceCopyVersionableTest
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.
testDateOrder() - Method in class org.apache.jackrabbit.test.api.query.OrderByDateTest
Tests order by queries with calendar properties.
testDateOrderMillis() - Method in class org.apache.jackrabbit.test.api.query.OrderByDateTest
Tests order by queries with calendar properties where the calendar values only have a millisecond difference.
testDateOrderNegativeTimeZone() - Method in class org.apache.jackrabbit.test.api.query.OrderByDateTest
Tests order by queries with calendar properties where the calendar values have different time zones.
testDateOrderPositiveTimeZone() - Method in class org.apache.jackrabbit.test.api.query.OrderByDateTest
Tests order by queries with calendar properties where the calendar values have different time zones.
testDateParent() - Method in class org.apache.jackrabbit.test.api.SetValueDateTest
Test the persistence of a property modified with an date parameter and saved from the parent Node
testDateProperty() - Method in class org.apache.jackrabbit.test.api.SetPropertyConstraintViolationExceptionTest
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 constraint
testDateProperty() - Method in class org.apache.jackrabbit.test.api.SetValueConstraintViolationExceptionTest
Tests if setValue(Calendar value) and setValue(Value value) where value is a DateValue throw a ConstraintViolationException if the change would violate a value constraint
testDateSession() - Method in class org.apache.jackrabbit.test.api.SetValueDateTest
Test the persistence of a property modified with an DateValues parameter and saved from the Session
testDefinedAndIllegalType() - Method in class org.apache.jackrabbit.test.api.nodetype.CanAddChildNodeCallWithNodeTypeTest
Tests if NodeType.canAddChildNode(String childNodeName, String nodeTypeName) returns false if childNodeName does and nodeTypeName does not match the NodeDef.
testDefinedAndLegalType() - Method in class org.apache.jackrabbit.test.api.nodetype.CanAddChildNodeCallWithNodeTypeTest
Tests if NodeType.canAddChildNode(String childNodeName, String nodeTypeName) returns true if childNodeName and nodeTypeName match the NodeDef.
testDefinedWithDefault() - Method in class org.apache.jackrabbit.test.api.nodetype.CanAddChildNodeCallWithoutNodeTypeTest
Tests if NodeType.canAddChildNode(String childNodeName) returns true if NodeType contains a NodeDef named childNodeName with a default primary type.
testDefinedWithoutDefault() - Method in class org.apache.jackrabbit.test.api.nodetype.CanAddChildNodeCallWithoutNodeTypeTest
Tests if NodeType.canAddChildNode(String childNodeName) returns true if NodeType contains a NodeDef named childNodeName without a default primary type.
testDerefMultiPropWithNodeStar() - Method in class org.apache.jackrabbit.test.api.query.DerefQueryLevel1Test
Test a deref query on a multi valued reference property with a '*' node.
testDerefMultiPropWithNodeTest() - Method in class org.apache.jackrabbit.test.api.query.DerefQueryLevel1Test
Test a deref query on a multi valued reference property with a node test.
testDerefSinglePropWithNodeStar() - Method in class org.apache.jackrabbit.test.api.query.DerefQueryLevel1Test
Test a deref query on a single valued reference property with a '*' node test.
testDerefSinglePropWithNodeTest() - Method in class org.apache.jackrabbit.test.api.query.DerefQueryLevel1Test
Test a deref query on a single valued reference property with a node test.
testDescendantLeaf() - Method in class org.apache.jackrabbit.test.api.query.SQLPathTest
Tests if <somepath>/% returns no nodes if node at <somepath> is a leaf.
testDescendantSelfTestRoot() - Method in class org.apache.jackrabbit.test.api.query.SQLPathTest
Tests if <somepath>/%/<nodename> OR <somepath>/<nodename> returns nodes with name <nodename> which are descendants of node at testroot.
testDescendantTestRoot() - Method in class org.apache.jackrabbit.test.api.query.SQLPathTest
Tests if <somepath>/% returns the descendants of <somepath>.
testDocOrderFirstFunction() - Method in class org.apache.jackrabbit.test.api.query.XPathDocOrderTest
Tests the first() function.
testDocOrderIndexedNotation() - Method in class org.apache.jackrabbit.test.api.query.XPathPosIndexTest
Test if the indexed notation is supported.
testDocOrderLastFunction() - Method in class org.apache.jackrabbit.test.api.query.XPathDocOrderTest
Tests the last() function.
testDocOrderPositionFunction() - Method in class org.apache.jackrabbit.test.api.query.XPathDocOrderTest
Tests the position() function.
testDocOrderPositionIndex() - Method in class org.apache.jackrabbit.test.api.query.XPathDocOrderTest
Tests if position index and document order on child axis returns the correct node.
testDoneMerge() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.doneMerge(Version) throws an UnsupportedRepositoryOperationException
testDoneMerge() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.doneMerge(Version) throws an UnsupportedRepositoryOperationException
testDouble() - Method in class org.apache.jackrabbit.test.api.SetValueValueFormatExceptionTest
Tests if setValue(double) throws a ValueFormatException immediately (not on save) if a conversion fails.
testDouble() - Method in class org.apache.jackrabbit.test.api.SetValueVersionExceptionTest
Tests if setValue(double) throws a VersionException immediately or on save if the parent node of this property is checked-in.
testDoubleOrder1() - Method in class org.apache.jackrabbit.test.api.query.OrderByDoubleTest
Tests order by queries with double properties.
testDoubleOrder2() - Method in class org.apache.jackrabbit.test.api.query.OrderByDoubleTest
Tests order by queries with double properties.
testDoubleParent() - Method in class org.apache.jackrabbit.test.api.SetValueDoubleTest
Test the persistence of a property modified with an double parameter and saved from the parent Node
testDoubleProperty() - Method in class org.apache.jackrabbit.test.api.SetPropertyConstraintViolationExceptionTest
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 constraint
testDoubleProperty() - Method in class org.apache.jackrabbit.test.api.SetValueConstraintViolationExceptionTest
Tests if setValue(Double value) and setValue(Value value) where value is a DoubleValue throw a ConstraintViolationException if the change would violate a value constraint
testDoubleSession() - Method in class org.apache.jackrabbit.test.api.SetValueDoubleTest
Test the persistence of a property modified with an double parameter and saved from the Session
testElementTest() - Method in class org.apache.jackrabbit.test.api.query.ElementTest
Tests the element test without arguments.
testElementTestAnyNode() - Method in class org.apache.jackrabbit.test.api.query.ElementTest
Tests the element test with one any node argument.
testElementTestAnyNodeNtBase() - Method in class org.apache.jackrabbit.test.api.query.ElementTest
Tests the element test with an any node argument and a type argument that matches all nodes (nt:base).
testElementTestAnyNodeSomeNT() - Method in class org.apache.jackrabbit.test.api.query.ElementTest
Tests the element test with an any node argument and a type argument that matches only certain child nodes.
testElementTestNameTest() - Method in class org.apache.jackrabbit.test.api.query.ElementTest
Tests the element test with one single name test argument.
testElementTestNameTestNtBase() - Method in class org.apache.jackrabbit.test.api.query.ElementTest
Tests the element test with a name test argument and a type argument that matches all nodes (nt:base).
testElementTestNameTestSomeNT() - Method in class org.apache.jackrabbit.test.api.query.ElementTest
Tests the element test with a name test argument and a type argument that matches only certain child nodes.
testElementTestNameTestSomeNTWithSNS() - Method in class org.apache.jackrabbit.test.api.query.ElementTest
Tests the element test with a name test argument and a type argument that matches only certain child nodes.
testEmptyMultiStringParent() - Method in class org.apache.jackrabbit.test.api.SetValueStringTest
Test the assignment of an empty property by assigning it a null array, saved from the parent Node
testEmptyMultiStringSession() - Method in class org.apache.jackrabbit.test.api.SetValueStringTest
Test the assignment of an empty property by assigning it a null array, saved from the Session
testEnded(String) - Method in class org.apache.jackrabbit.tck.TckTestRunner
 
testEquality() - Method in class org.apache.jackrabbit.test.api.query.PredicatesTest
Verifies that the value of a property can be searched
testEquals() - Method in class org.apache.jackrabbit.test.api.ReferencePropertyTest
Tests equals method of Reference value.
testExportDocView_handler_session_saveBinary_noRecurse() - Method in class org.apache.jackrabbit.test.api.ExportDocViewTest
 
testExportDocView_handler_session_saveBinary_recurse() - Method in class org.apache.jackrabbit.test.api.ExportDocViewTest
 
testExportDocView_handler_session_skipBinary_noRecurse() - Method in class org.apache.jackrabbit.test.api.ExportDocViewTest
 
testExportDocView_handler_session_skipBinary_recurse() - Method in class org.apache.jackrabbit.test.api.ExportDocViewTest
 
testExportDocView_stream_session_saveBinary_noRecurse() - Method in class org.apache.jackrabbit.test.api.ExportDocViewTest
 
testExportDocView_stream_session_saveBinary_recurse() - Method in class org.apache.jackrabbit.test.api.ExportDocViewTest
 
testExportDocView_stream_session_skipBinary_noRecurse() - Method in class org.apache.jackrabbit.test.api.ExportDocViewTest
 
testExportDocView_stream_session_skipBinary_recurse() - Method in class org.apache.jackrabbit.test.api.ExportDocViewTest
 
testExportSysView_handler_session_saveBinary_noRecurse() - Method in class org.apache.jackrabbit.test.api.ExportSysViewTest
 
testExportSysView_handler_session_saveBinary_noRecurse() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testExportSysView_handler_session_saveBinary_recurse() - Method in class org.apache.jackrabbit.test.api.ExportSysViewTest
 
testExportSysView_handler_session_saveBinary_recurse() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testExportSysView_handler_session_skipBinary_noRecurse() - Method in class org.apache.jackrabbit.test.api.ExportSysViewTest
 
testExportSysView_handler_session_skipBinary_noRecurse() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testExportSysView_handler_session_skipBinary_recurse() - Method in class org.apache.jackrabbit.test.api.ExportSysViewTest
 
testExportSysView_handler_session_skipBinary_recurse() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testExportSysView_handler_workspace_saveBinary_noRecurse() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testExportSysView_handler_workspace_saveBinary_recurse() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testExportSysView_handler_workspace_skipBinary_noRecurse() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testExportSysView_handler_workspace_skipBinary_recurse() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testExportSysView_stream_session_saveBinary_noRecurse() - Method in class org.apache.jackrabbit.test.api.ExportSysViewTest
 
testExportSysView_stream_session_saveBinary_noRecurse() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testExportSysView_stream_session_saveBinary_recurse() - Method in class org.apache.jackrabbit.test.api.ExportSysViewTest
 
testExportSysView_stream_session_saveBinary_recurse() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testExportSysView_stream_session_skipBinary_noRecurse() - Method in class org.apache.jackrabbit.test.api.ExportSysViewTest
 
testExportSysView_stream_session_skipBinary_noRecurse() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testExportSysView_stream_session_skipBinary_recurse() - Method in class org.apache.jackrabbit.test.api.ExportSysViewTest
 
testExportSysView_stream_session_skipBinary_recurse() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testExportSysView_stream_workspace_saveBinary_noRecurse() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testExportSysView_stream_workspace_saveBinary_recurse() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testExportSysView_stream_workspace_skipBinary_noRecurse() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testExportSysView_stream_workspace_skipBinary_recurse() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testFailIfCorrespondingNodeIsSuccessor() - Method in class org.apache.jackrabbit.test.api.version.MergeCheckedoutSubNodeTest
Node.merge(): If V' of a versionable subnode N' in the source workspace is a successor of V (the base version of a subnode N in this workspace), calling merge must fail.
testFailed(int, Test, Throwable) - Method in class org.apache.jackrabbit.tck.TckTestRunner
This method is called when a Test failed.
testFile() - Method in class org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest
Test for the predefined nt:file node type.
testFolder() - Method in class org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest
Test for the predefined nt:folder node type.
testFrozenNode() - Method in class org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest
Test for the predefined nt:frozenNode node type.
testFullTextSearch() - Method in class org.apache.jackrabbit.test.api.query.SQLQueryLevel2Test
Test full-text search of the repository.
testFullTextSearch() - Method in class org.apache.jackrabbit.test.api.query.XPathQueryLevel2Test
Test full-text search of the repository.

For configuration description see AbstractQueryLevel2Test.setUpFullTextTest().

testGetAccessibleWorkspaceNames() - Method in class org.apache.jackrabbit.test.api.WorkspaceReadMethodsTest
Tests Workspace.getAccessibleWorkspaceNames() by logging into the Workspaces given by the returned names.
testGetAllNodeTypes() - Method in class org.apache.jackrabbit.test.api.nodetype.NodeTypeManagerTest
Test if getAllNodeTypes() returns all primary and mixin node types
testGetAllVersions() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Test that VersionHistory.getAllVersions() returns an iterator containing the root version and all versions that have been created by Node.checkin().
testGetAncestor() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.getAncestor(int) returns the right ancestor
testGetAncestor() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.getAncestor(int) returns the right ancestor
testGetAncestorOfGreaterDepth() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Test if getting the ancestor of depth = n, where n is greater than depth of this Node, throws an ItemNotFoundException.
testGetAncestorOfGreaterDepth() - Method in class org.apache.jackrabbit.test.api.PropertyReadMethodsTest
Test if getting the ancestor of depth = n, where n is greater than depth of this Property, throws an ItemNotFoundException.
testGetAncestorOfItemDepth() - Method in class org.apache.jackrabbit.test.api.PropertyReadMethodsTest
Test if the ancestor at depth = n, where n is the depth of this Item, returns this Property itself.
testGetAncestorOfNegativeDepth() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Test if getting the ancestor of negative depth throws an ItemNotFoundException.
testGetAncestorOfNegativeDepth() - Method in class org.apache.jackrabbit.test.api.PropertyReadMethodsTest
Test if getting the ancestor of negative depth throws an ItemNotFoundException.
testGetAncestorOfNodeDepth() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Test if the ancestor at depth = n, where n is the depth of this Item, returns this Node itself.
testGetAttribute() - Method in class org.apache.jackrabbit.test.api.SessionReadMethodsTest
Tests if getAttribute(String name) returns not null if the requested attribute is existing
testGetAttributeFailure() - Method in class org.apache.jackrabbit.test.api.SessionReadMethodsTest
Tests if getAttribute(String name) returns null if the requested attribute is not existing
testGetAttributeNames() - Method in class org.apache.jackrabbit.test.api.SessionReadMethodsTest
Tests if attribute names returned by getAttributeNames() do not return null if used for getAttribute(String name)
testGetBaseVersion() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.getBaseVersion() throws an UnsupportedRepositoryOperationException
testGetBaseVersion() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.getBaseVersion() throws an UnsupportedRepositoryOperationException
testGetBaseVersionOnNonVersionableNode() - Method in class org.apache.jackrabbit.test.api.version.VersionGraphTest
Test if UnsupportedRepositoryOperationException is thrown when calling Node.getVersionHistory() on a non-versionable node.
testGetBoolean() - Method in class org.apache.jackrabbit.test.api.BinaryPropertyTest
Tests conversion from Binary type to Boolean type.
testGetBoolean() - Method in class org.apache.jackrabbit.test.api.DatePropertyTest
Tests failure of conversion from Date type to Boolean type.
testGetBoolean() - Method in class org.apache.jackrabbit.test.api.DoublePropertyTest
tests failure of conversion from Double type to Boolean type
testGetBoolean() - Method in class org.apache.jackrabbit.test.api.LongPropertyTest
Tests failure of conversion from Long type to Boolean type.
testGetBoolean() - Method in class org.apache.jackrabbit.test.api.NamePropertyTest
Tests failure of conversion from Name type to Boolean type.
testGetBoolean() - Method in class org.apache.jackrabbit.test.api.PathPropertyTest
Tests failure of conversion from Path type to Boolean type.
testGetBoolean() - Method in class org.apache.jackrabbit.test.api.ReferencePropertyTest
Tests failure of conversion from Reference type to Boolean type.
testGetBoolean() - Method in class org.apache.jackrabbit.test.api.StringPropertyTest
Tests conversion from String type to Boolean type.
testGetContainingHistory() - Method in class org.apache.jackrabbit.test.api.version.GetContainingHistoryTest
Tests if Version.getContainingHistory() returns the correct VersionHistory instance.
testGetCorrespondingNodePath() - Method in class org.apache.jackrabbit.test.api.NodeTest
Creates a node with same path in both workspaces to check if Node.getCorrespondingNodePath(String) works properly.
testGetCorrespondingNodePath() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.getCorrespondingNodePath(String) returns the right path
testGetCorrespondingNodePath() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.getCorrespondingNodePath(String) returns the right path
testGetCorrespondingNodePathItemNotFoundException() - Method in class org.apache.jackrabbit.test.api.NodeTest
Calls Node.getCorrespondingNodePath(String) on a node that has no corresponding node in second workspace
testGetCorrespondingNodePathNoSuchWorkspaceException() - Method in class org.apache.jackrabbit.test.api.NodeTest
Calls Node.getCorrespondingNodePath(String ) with a non existing workspace.
testGetCreated() - Method in class org.apache.jackrabbit.test.api.version.GetCreatedTest
Returns the date this version was created.
testGetCreatedCheckAgainstProperty() - Method in class org.apache.jackrabbit.test.api.version.GetCreatedTest
Returns the date this version was created.
testGetDate() - Method in class org.apache.jackrabbit.test.api.BinaryPropertyTest
Tests conversion from Binary type to Date type.
testGetDate() - Method in class org.apache.jackrabbit.test.api.BooleanPropertyTest
Tests failure of conversion from Boolean type to Date type.
testGetDate() - Method in class org.apache.jackrabbit.test.api.DoublePropertyTest
tests conversion from Double type to Date type
testGetDate() - Method in class org.apache.jackrabbit.test.api.LongPropertyTest
Tests conversion from Long type to Date type.
testGetDate() - Method in class org.apache.jackrabbit.test.api.NamePropertyTest
Tests failure of conversion from Name type to Date type.
testGetDate() - Method in class org.apache.jackrabbit.test.api.PathPropertyTest
Tests failure of conversion from Path type to Date type.
testGetDate() - Method in class org.apache.jackrabbit.test.api.ReferencePropertyTest
Tests failure of conversion from Reference type to Date type.
testGetDate() - Method in class org.apache.jackrabbit.test.api.StringPropertyTest
Tests conversion from String type to Date type.
testGetDeclaredChildNodeDefs() - Method in class org.apache.jackrabbit.test.api.nodetype.NodeTypeTest
Test if all node defs returned by getDeclaredChildNodeDefs() are also returned by getChildNodeDefs().
testGetDeclaredPropertyDefs() - Method in class org.apache.jackrabbit.test.api.nodetype.NodeTypeTest
Test if all property defs returned by getDeclatedPropertyDefs() are also returned by getPropertyDefs().
testGetDeclaredSupertypes() - Method in class org.apache.jackrabbit.test.api.nodetype.NodeTypeTest
Test if all node types returned by getDeclatedSupertypes() are also returned by getSupertypes().
testGetDeclaringNodeType() - Method in class org.apache.jackrabbit.test.api.nodetype.NodeDefTest
Test getDeclaringNodeType() returns the node type which is defining the requested child node def.
testGetDeclaringNodeType() - Method in class org.apache.jackrabbit.test.api.nodetype.PropertyDefTest
Test getDeclaringNodeType() returns the node type which is defining the requested property def.
testGetDefaultPrimaryTypes() - Method in class org.apache.jackrabbit.test.api.nodetype.NodeDefTest
Tests if the default primary type is of the same or a sub node type as the the required primary types.
testGetDefaultValues() - Method in class org.apache.jackrabbit.test.api.nodetype.PropertyDefTest
Tests if single-valued properties do have not more than one default value
testGetDepth() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Tests if depth of root is 0 and depth of a sub node of root is 1
testGetDepth() - Method in class org.apache.jackrabbit.test.api.PropertyReadMethodsTest
Tests if depth of a property of depth of node + 1
testGetDepth() - Method in class org.apache.jackrabbit.test.api.RootNodeTest
Test if depth of root node is 0.
testGetDepth() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.getDepth() returns the right depth
testGetDepth() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.getDepth() returns the right depth
testGetDescriptorKeys() - Method in class org.apache.jackrabbit.test.api.RepositoryDescriptorTest
Tests if Repository.getDescriptorKeys() returns all required descriptors keys.
testGetDouble() - Method in class org.apache.jackrabbit.test.api.BinaryPropertyTest
Tests conversion from Binary type to Double type.
testGetDouble() - Method in class org.apache.jackrabbit.test.api.BooleanPropertyTest
Tests failure from Boolean type to Double type.
testGetDouble() - Method in class org.apache.jackrabbit.test.api.DatePropertyTest
Tests conversion from Date type to Double type.
testGetDouble() - Method in class org.apache.jackrabbit.test.api.LongPropertyTest
Tests conversion from Long type to Double type.
testGetDouble() - Method in class org.apache.jackrabbit.test.api.NamePropertyTest
Tests failure from Name type to Double type.
testGetDouble() - Method in class org.apache.jackrabbit.test.api.PathPropertyTest
Tests failure from Path type to Double type.
testGetDouble() - Method in class org.apache.jackrabbit.test.api.ReferencePropertyTest
Tests failure from Reference type to Double type.
testGetDouble() - Method in class org.apache.jackrabbit.test.api.StringPropertyTest
Tests conversion from String type to Double type.
testGetIndex() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Test if getIndex() returns the correct index.
testGetIndex() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.getIndex() returns the right index
testGetIndex() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.getIndex() returns the right index
testGetItem() - Method in class org.apache.jackrabbit.test.api.SessionReadMethodsTest
Tests session.getItem() with the testRootNode and assures that the returned node represents the same node in the repository as testRootNode.
testGetItemFailure() - Method in class org.apache.jackrabbit.test.api.SessionReadMethodsTest
Tests that session.getItem() throws a PathNotFoundException with a given path to nowhere.
testGetLanguage() - Method in class org.apache.jackrabbit.test.api.query.GetLanguageTest
Tests if a XPath query returns Query.XPATH when calling Query.getLanguage().
testGetLength() - Method in class org.apache.jackrabbit.test.api.BinaryPropertyTest
Tests the Property.getLength() method.
testGetLength() - Method in class org.apache.jackrabbit.test.api.BooleanPropertyTest
Tests the Property.getLength() method.
testGetLength() - Method in class org.apache.jackrabbit.test.api.DatePropertyTest
Tests the Property.getLength() method.
testGetLength() - Method in class org.apache.jackrabbit.test.api.DoublePropertyTest
Tests the Property.getLength() method.
testGetLength() - Method in class org.apache.jackrabbit.test.api.LongPropertyTest
Tests the Property.getLength() method.
testGetLength() - Method in class org.apache.jackrabbit.test.api.StringPropertyTest
Tests the Property.getLength() method.
testGetLengths() - Method in class org.apache.jackrabbit.test.api.BinaryPropertyTest
Tests the Property.getLengths() method.
testGetLengths() - Method in class org.apache.jackrabbit.test.api.BooleanPropertyTest
Tests the Property.getLengths() method.
testGetLengths() - Method in class org.apache.jackrabbit.test.api.DatePropertyTest
Tests the Property.getLengths() method.
testGetLengths() - Method in class org.apache.jackrabbit.test.api.DoublePropertyTest
Tests the Property.getLengths() method.
testGetLengths() - Method in class org.apache.jackrabbit.test.api.LongPropertyTest
Tests the Property.getLengths() method.
testGetLengths() - Method in class org.apache.jackrabbit.test.api.StringPropertyTest
Tests the Property.getLengths() method.
testGetLock() - Method in class org.apache.jackrabbit.test.api.lock.LockTest
Test getLock
testGetLock() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.getLock() throws an LockException
testGetLock() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.getLock() throws a LockException
testGetLockOwner() - Method in class org.apache.jackrabbit.test.api.lock.LockTest
Test if getLockOwner() returns the same value as returned by Session.getUserId at the time that the lock was placed
testGetLockOwnerProperty() - Method in class org.apache.jackrabbit.test.api.lock.LockTest
Test if getLockOwner() returns the same value as returned by Session.getUserId at the time that the lock was placed
testGetLong() - Method in class org.apache.jackrabbit.test.api.BinaryPropertyTest
Tests conversion from Binary type to Long type.
testGetLong() - Method in class org.apache.jackrabbit.test.api.BooleanPropertyTest
Tests failure of conversion from Boolean type to Long type.
testGetLong() - Method in class org.apache.jackrabbit.test.api.DatePropertyTest
Tests conversion from Date type to Long type.
testGetLong() - Method in class org.apache.jackrabbit.test.api.DoublePropertyTest
tests the conversion from a Double to a Long Value
testGetLong() - Method in class org.apache.jackrabbit.test.api.NamePropertyTest
Tests failure of conversion from Name type to Long type.
testGetLong() - Method in class org.apache.jackrabbit.test.api.PathPropertyTest
Tests failure of conversion from Path type to Long type.
testGetLong() - Method in class org.apache.jackrabbit.test.api.ReferencePropertyTest
Tests failure of conversion from Reference type to Long type.
testGetLong() - Method in class org.apache.jackrabbit.test.api.StringPropertyTest
Tests conversion from String type to Long type.
testGetMixinNodeTypes() - Method in class org.apache.jackrabbit.test.api.NodeDiscoveringNodeTypesTest
Test if getMixinNodeType returns the node types according to the property "jcr:mixinTypes".
testGetMixinNodeTypes() - Method in class org.apache.jackrabbit.test.api.nodetype.NodeTypeManagerTest
Test if getMixinNodeTypes does return exclusively mixin node types
testGetMixinNodeTypes() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.getMixinNodeTypes() does not return null.
testGetMixinNodeTypes() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.getMixinNodeTypes() does not return null.
testGetName() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Tests if getName() returns same as last name returned by getPath()
testGetName() - Method in class org.apache.jackrabbit.test.api.PropertyReadMethodsTest
Tests if getName() returns same as last name returned by getPath()
testGetName() - Method in class org.apache.jackrabbit.test.api.RootNodeTest
Test if name of root node is empty string.
testGetName() - Method in class org.apache.jackrabbit.test.api.WorkspaceReadMethodsTest
Tests that the name returned by Workspace.getName() is equal to the one used for login.
testGetName() - Method in class org.apache.jackrabbit.test.api.nodetype.NodeTypeTest
Test if getNode() returns the name of a node type.
testGetName() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.getName() returns the right name
testGetName() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.getName() returns the right name
testGetNamespacePrefix() - Method in class org.apache.jackrabbit.test.api.NamespaceRemappingTest
Tests that Session.getNamespacePrefix returns the session scoped mapping.
testGetNamespacePrefixes() - Method in class org.apache.jackrabbit.test.api.NamespaceRegistryReadMethodsTest
Tests if NamespaceRegistry.getPrefixes() returns the required namespace prefixes and if they are mapped to the correct URIs.
testGetNamespacePrefixes() - Method in class org.apache.jackrabbit.test.api.NamespaceRemappingTest
Tests if Session.getNamespacePrefixes() returns all prefixes currently set for this session, including all those registered in the NamespaceRegistry but not over-ridden by a Session.setNamespacePrefix, plus those currently set locally by Session.setNamespacePrefix.
testGetNamespaceURI() - Method in class org.apache.jackrabbit.test.api.NamespaceRemappingTest
Tests that Session.getNamespaceURI() returns according the session scoped mapping
testGetNamespaceURIs() - Method in class org.apache.jackrabbit.test.api.NamespaceRegistryReadMethodsTest
Tests if NamespaceRegistry.getURIs() returns the required namespace URIs and if they are mapped to the correct prefixes.
testGetNode() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Test if getNode(String relPath) returns the correct node and if a PathNotFoundException is thrown when Node at relPath does not exist
testGetNode() - Method in class org.apache.jackrabbit.test.api.PropertyReadMethodsTest
Tests that a ValueFormatExcdption is thrown in case Property.getNode is called on a multivalued exception.
testGetNode() - Method in class org.apache.jackrabbit.test.api.lock.LockTest
Test to get the lock holding node of a node
testGetNode() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.getNode(String) returns the right child Node
testGetNode() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.getNode(String) returns the right child Node
testGetNodeByUUID() - Method in class org.apache.jackrabbit.test.api.SessionReadMethodsTest
Tests session.getNodeByUUID() using a valid uuid of a referenceable node
testGetNodeByUUIDFailure() - Method in class org.apache.jackrabbit.test.api.SessionReadMethodsTest
Tests that session.getNodeByUUID() throws a ItemNotFoundException in case of an invalid uuid.
testGetNodePath() - Method in class org.apache.jackrabbit.test.api.observation.EventTest
Tests if getPath() returns the correct path.
testGetNodeType() - Method in class org.apache.jackrabbit.test.api.nodetype.NodeTypeManagerTest
Test if getNodeType(String nodeTypeName) returns the expected NodeType and if a NoSuchTypeException is thrown if no according node type is existing
testGetNodes() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Test if all returned items are of type node.
testGetNodes() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.getNodes() and VersionHistory.getNodes(String) returns the right child Node
testGetNodes() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.getNodes() and Version.getNodes(String) returns the right child Node
testGetNodesNamePattern() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Test getNodes(String namePattern) with all possible patterns.
testGetParent() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Tests if getParent() returns parent node
testGetParent() - Method in class org.apache.jackrabbit.test.api.PropertyReadMethodsTest
Tests if getParent() returns parent node
testGetParent() - Method in class org.apache.jackrabbit.test.api.RootNodeTest
Test if root node has no parent and throws ItemNotFoundException.
testGetParent() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.getParent() returns the right parent Node
testGetParent() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.getParent() returns the right parent Node
testGetParentOfRoot() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Tests if getParent() of root throws an ItemNotFoundException
testGetPath() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Tests if getPath() returns the correct path.
testGetPath() - Method in class org.apache.jackrabbit.test.api.PropertyReadMethodsTest
Tests if getPath() returns the correct path.
testGetPath() - Method in class org.apache.jackrabbit.test.api.RootNodeTest
Test if the path of the root node is '/' (slash)
testGetPath() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.getPath() returns the right path
testGetPath() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.getPath() returns the right path
testGetPersistentQueryPath() - Method in class org.apache.jackrabbit.test.api.query.GetPersistentQueryPathTest
Tests if Query.getStoredQueryPath() returns the correct path where the query had been saved.
testGetPos() - Method in class org.apache.jackrabbit.test.api.NodeIteratorTest
Tests if RangeIterator.getPosition() return correct values.
testGetPosition() - Method in class org.apache.jackrabbit.test.api.observation.EventIteratorTest
Tests if getPosition() returns the correct values.
testGetPosition() - Method in class org.apache.jackrabbit.test.api.query.QueryResultNodeIteratorTest
Tests the method NodeIterator.getPosition().
testGetPositionEmptyIterator() - Method in class org.apache.jackrabbit.test.api.query.QueryResultNodeIteratorTest
Tests the method NodeIterator.getPosition() on an empty NodeIterator.
testGetPredecessors() - Method in class org.apache.jackrabbit.test.api.version.GetPredecessorsTest
Returns the predecessor versions of this version.
testGetPrefixNamespaceException() - Method in class org.apache.jackrabbit.test.api.NamespaceRegistryReadMethodsTest
Tests if a NamespaceException is thrown when NamespaceRegistry.getPrefix(String) is called for an unknown URI.
testGetPrimaryItem() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Test if getPrimaryItem returns the primary item as defined in the primary node type.
testGetPrimaryItem() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.getPrimaryItem() throws a ItemNotFoundException
testGetPrimaryItem() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.getPrimaryItem() throws a ItemNotFoundException
testGetPrimaryItemItemNotFoundException() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Test if getPrimaryItem does throw an ItemNotFoundException if the primary node type does not define a primary item.
testGetPrimaryItemName() - Method in class org.apache.jackrabbit.test.api.nodetype.NodeTypeTest
Test if node.getPrimaryItemName() returns the same name as node.getPrimaryItem().getName()
testGetPrimaryItemNameNotExisting() - Method in class org.apache.jackrabbit.test.api.nodetype.NodeTypeTest
Test if node.getPrimaryItemName() returns null if no primary item is defined
testGetPrimaryNodeType() - Method in class org.apache.jackrabbit.test.api.NodeDiscoveringNodeTypesTest
Test if getPrimaryNodeType() returns the node type according to the property "jcr:primaryType"
testGetPrimaryNodeType() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.getPrimaryNodeType() returns the right primary node type nt:versionHistory
testGetPrimaryNodeType() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.getPrimaryNodeType() returns the right primary node type nt:version
testGetPrimaryNodeTypes() - Method in class org.apache.jackrabbit.test.api.nodetype.NodeTypeManagerTest
Test if getPrimaryNodeTypes does not return any mixin node types
testGetProperties() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Test if all returned items are of type node.
testGetProperties() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.getProperties() and VersionHistory.getProperties(String) return the right property
testGetProperties() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.getProperties() and Version.getProperties(String) return the right property
testGetPropertiesNamePattern() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Test getProperties(String namePattern) with all possible patterns.
testGetProperty() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Test if getProperty(String relPath) returns the correct node and if a PathNotFoundException is thrown when property at relPath does not exist
testGetProperty() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.getProperty(String) returns the right property
testGetProperty() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.getProperty(String) returns the right property
testGetPropertyDefs() - Method in class org.apache.jackrabbit.test.api.nodetype.NodeTypeTest
Test if getPropertyDefs() of a primary node returns also "jcr:primaryType" which is inherited from "nt:base".
testGetPropertyNames() - Method in class org.apache.jackrabbit.test.api.query.GetPropertyNamesTest
Check if the property names from the search results match the non-residual ones from the base node type
testGetQueryManager() - Method in class org.apache.jackrabbit.test.api.WorkspaceReadMethodsTest
Tests Workspace.getQueryManager.
testGetReferences() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
 
testGetReferences() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.getReferences() returns the right reference of the versionable node
testGetReferencesNeverFromVersions() - Method in class org.apache.jackrabbit.test.api.version.GetReferencesNodeTest
Node.getReferences() never returns a reference that is stored in a version.
testGetRequiredPrimaryTypes() - Method in class org.apache.jackrabbit.test.api.nodetype.NodeDefTest
Tests if getRequiredPrimaryTypes() does not return an empty array.
testGetSession() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Tests if getSession() is same as through which the Item was acquired
testGetSession() - Method in class org.apache.jackrabbit.test.api.PropertyReadMethodsTest
Tests if getSession() is same as through which the Property was acquired
testGetSession() - Method in class org.apache.jackrabbit.test.api.WorkspaceReadMethodsTest
Tests the getSession() method which returns the same session object as this workspace was requested from.
testGetSession() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.getSession() returns the right session
testGetSession() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.getSession() returns the right session
testGetSize() - Method in class org.apache.jackrabbit.test.api.NodeIteratorTest
Tests if RangeIterator.getSize() returns the correct size.
testGetSize() - Method in class org.apache.jackrabbit.test.api.observation.EventIteratorTest
Tests if getSize() returns the correct number of events.
testGetSize() - Method in class org.apache.jackrabbit.test.api.observation.GetRegisteredEventListenersTest
 
testGetSize() - Method in class org.apache.jackrabbit.test.api.query.QueryResultNodeIteratorTest
Tests if RangeIterator.getSize() returns the correct size.
testGetStatement() - Method in class org.apache.jackrabbit.test.api.query.GetStatementTest
Tests it the statement returned by Query.getStatement() is equal to the one passed in createQuery().
testGetStoredQueryPath() - Method in class org.apache.jackrabbit.test.api.query.GetPersistentQueryPathLevel1Test
Tests if a non-persistent query throws an ItemNotFoundException when Query.getStoredQueryPath() is called.
testGetStream() - Method in class org.apache.jackrabbit.test.api.BooleanPropertyTest
Tests conversion from Boolean type to Binary type.
testGetStream() - Method in class org.apache.jackrabbit.test.api.DatePropertyTest
Tests conversion from Date type to Binary type.
testGetStream() - Method in class org.apache.jackrabbit.test.api.DoublePropertyTest
tests conversion from Double type to Binary type
testGetStream() - Method in class org.apache.jackrabbit.test.api.LongPropertyTest
Tests conversion from Long type to Binary type.
testGetStream() - Method in class org.apache.jackrabbit.test.api.StringPropertyTest
Tests conversion from String type to Binary type.
testGetString() - Method in class org.apache.jackrabbit.test.api.BooleanPropertyTest
Tests the conversion from a Boolean to a String Value.
testGetString() - Method in class org.apache.jackrabbit.test.api.DatePropertyTest
Tests if a calendar is returned and if the conversion to a string has correct format.
testGetString() - Method in class org.apache.jackrabbit.test.api.DoublePropertyTest
tests the conversion from a Double to a String Value
testGetString() - Method in class org.apache.jackrabbit.test.api.LongPropertyTest
Tests the conversion from a Long to a String Value.
testGetString() - Method in class org.apache.jackrabbit.test.api.NamePropertyTest
Tests conversion from Name type to String type.
testGetString() - Method in class org.apache.jackrabbit.test.api.PathPropertyTest
Tests conversion from Path type to String type and if the resulting string has correct format.
testGetString() - Method in class org.apache.jackrabbit.test.api.ReferencePropertyTest
Tests conversion from Reference type to String type.
testGetSupertypes() - Method in class org.apache.jackrabbit.test.api.nodetype.NodeTypeTest
Test if getSupertypes() of a primary node that is not "nt:base" returns at least "nt:base".
testGetSupportedQueryLanguages() - Method in class org.apache.jackrabbit.test.api.query.GetSupportedQueryLanguagesTest
Tests if all implementations return Query.XPATH with QueryManager.getSupportedQueryLanguages().
testGetType() - Method in class org.apache.jackrabbit.test.api.BinaryPropertyTest
Tests if Value.getType() returns the same as Property.getType() and also tests that prop.getDefinition().getRequiredType() returns the same type in case it is not of Undefined type.
testGetType() - Method in class org.apache.jackrabbit.test.api.BooleanPropertyTest
Tests if Value.getType() returns the same as Property.getType() and also tests that prop.getDefinition().getRequiredType() returns the same type in case it is not of Undefined type.
testGetType() - Method in class org.apache.jackrabbit.test.api.DatePropertyTest
Tests if Value.getType() returns the same as Property.getType() and also tests that prop.getDefinition().getRequiredType() returns the same type in case it is not of Undefined type.
testGetType() - Method in class org.apache.jackrabbit.test.api.DoublePropertyTest
Tests if Value.getType() returns the same as Property.getType() and also tests that prop.getDefinition().getRequiredType() returns the same type in case it is not of Undefined type.
testGetType() - Method in class org.apache.jackrabbit.test.api.LongPropertyTest
Tests if Value.getType() returns the same as Property.getType() and also tests that prop.getDefinition().getRequiredType() returns the same type in case it is not of Undefined type.
testGetType() - Method in class org.apache.jackrabbit.test.api.NamePropertyTest
Tests if Value.getType() returns the same as Property.getType() and also tests that prop.getDefinition().getRequiredType() returns the same type in case it is not of Undefined type.
testGetType() - Method in class org.apache.jackrabbit.test.api.PathPropertyTest
Tests if Value.getType() returns the same as Property.getType() and also tests that prop.getDefinition().getRequiredType() returns the same type in case it is not of Undefined type.
testGetType() - Method in class org.apache.jackrabbit.test.api.ReferencePropertyTest
Tests if Value.getType() returns the same as Property.getType() and also tests that prop.getDefinition().getRequiredType() returns the same type in case it is not of Undefined type.
testGetType() - Method in class org.apache.jackrabbit.test.api.StringPropertyTest
Tests if Value.getType() returns the same as Property.getType() and also tests that prop.getDefinition().getRequiredType() returns the same type in case it is not of Undefined type.
testGetType() - Method in class org.apache.jackrabbit.test.api.observation.EventTest
Tests if getType() returns the correct value.
testGetURINamespaceException() - Method in class org.apache.jackrabbit.test.api.NamespaceRegistryReadMethodsTest
Tests if a NamespaceException is thrown when NamespaceRegistry.getURI(String) is called for an unknown prefix.
testGetUUID() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Test if getUUID() returns the string value of the property "jcr:uuid".
testGetUUID() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.getUUID() returns the right UUID
testGetUUID() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.getUUID() returns the right UUID
testGetUUIDOfNonReferenceableNode() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Test if getUUID() throws a UnsupportedRepositoryOperationException if Node is not referenceable
testGetUserId() - Method in class org.apache.jackrabbit.test.api.observation.EventTest
Tests if Event.getUserID() returns the same value as Session.getUserID().
testGetValue() - Method in class org.apache.jackrabbit.test.api.PropertyReadMethodsTest
Tests failure of Property.getValue() method for a multivalue property.
testGetValueConstraints() - Method in class org.apache.jackrabbit.test.api.nodetype.PropertyDefTest
Tests if value constraints match the pattern specified by the required property type.
testGetValueCopyStoredValues() - Method in class org.apache.jackrabbit.test.api.PropertyReadMethodsTest
Tests if Property.getValues() returns an array that is a copy of the stored values, so changes to it are not reflected in internal storage.
testGetValues() - Method in class org.apache.jackrabbit.test.api.PropertyReadMethodsTest
Tests failure of Property.getValues() method for a single value property.
testGetVersion() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Test VersionHistory.getVersion(String versionName) if 'versionName' is the name of an existing version (created by Node.checkin()).
testGetVersionByLabel() - Method in class org.apache.jackrabbit.test.api.version.VersionLabelTest
Test if VersionHistory.getVersionByLabel(String) returns the version that has been specified with the addVersionLabel call.
testGetVersionHistory() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.getVersionHistory() throws an UnsupportedRepositoryOperationException
testGetVersionHistory() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.getVersionHistory() throws an UnsupportedRepositoryOperationException
testGetVersionHistoryOnNonVersionableNode() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Test if UnsupportedRepositoryOperationException is thrown when calling Node.getVersionHistory() on a non-versionable node.
testGetVersionLabels() - Method in class org.apache.jackrabbit.test.api.version.VersionLabelTest
Test VersionHistory.getVersionLabels() returns all labels present on the version history.
testGetVersionLabelsForInvalidVersion() - Method in class org.apache.jackrabbit.test.api.version.VersionLabelTest
Test if versionHistory.getVersionLabels(Version) throws a VersionException if the specified version is not in this version history.
testGetVersionLabelsForVersion() - Method in class org.apache.jackrabbit.test.api.version.VersionLabelTest
Test VersionHistory.getVersionLabels(Version) only returns all labels present for the specified version.
testGetVersionableUUID() - Method in class org.apache.jackrabbit.test.api.version.GetVersionableUUIDTest
Tests if VersionHistory.getVersionableUUID() returns the uuid of the corresponding versionable node.
testHasNode() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Test if hasNode(String relPath) returns true if the required node exists and false if it doesn't.
testHasNode() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.hasNode(String) returns the right boolean value
testHasNode() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.hasNode(String) returns the right boolean value
testHasNodes() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Test if hasNodes() returns true if any sub node exists or false if not.
testHasNodes() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.hasNodes() returns true
testHasNodes() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.hasNodes() returns true
testHasPendingChanges() - Method in class org.apache.jackrabbit.test.api.SessionTest
Checks if Session.hasPendingChanges() works properly.

Procedure:
Gets a session, checks inital flag setting Adds a node, checks flag Saves on session, checks flag Adds a property, checks flag Saves on session, checks flag Adds a child node, checks flag Saves on session, checks flag Removes child node, checks flag Saves on session, checks flag Removes property, checks flag Saves on session, checks flag Prerequisites: javax.jcr.tck.nodetype must accept children of same nodetype javax.jcr.tck.propertyname1 must be the name of a String property that can be added to a node of type set in javax.jcr.tck.nodetype
testHasProperties() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Test if hasProperty() returns true if any property exists or false if not.
testHasProperties() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.hasProperties() returns true
testHasProperties() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.hasProperties() returns true
testHasProperty() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Test if hasProperty(String relPath) returns true if a required property exists and false if it doesn't.
testHasProperty() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.hasProperty(String) returns the right boolean value
testHasProperty() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.hasProperty(String) returns the right boolean value
testHasVersionLabel() - Method in class org.apache.jackrabbit.test.api.version.VersionLabelTest
Test if VersionHistory.hasVersionLabel(String) returns true, if the label has beed successfully added before.
testHasVersionLabelForVersion() - Method in class org.apache.jackrabbit.test.api.version.VersionLabelTest
Test if VersionHistory.hasVersionLabel(Version, String) returns true, if the label has beed successfully added before to the specified version.
testHierarchyNode() - Method in class org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest
Test for the predefined nt:hierarchyNode node type.
testHoldsLock() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.holdsLock() returns false
testHoldsLock() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.holdsLock() returns false
testIfPrimaryNodeTypesAreSubtypesOfNTBase() - Method in class org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest
Tests if all primary node types are subtypes of node type nt:base
testImpersonate() - Method in class org.apache.jackrabbit.test.api.ImpersonateTest
Tests if Session.impersonate(Credentials) works properly
testInitallyGetAllVersionsContainsTheRootVersion() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Test if the iterator returned by VersionHistory.getAllVersions() contains the root version upon creation of the version history.
testInitialBaseVersionPointsToRootVersion() - Method in class org.apache.jackrabbit.test.api.version.VersionGraphTest
Test that the initial base version after creation of a versionable node points to the root version.
testInitialNodePredecessors() - Method in class org.apache.jackrabbit.test.api.version.VersionGraphTest
Test if after creation of a versionable node N the multi-value REFERENCE property jcr:predecessors of N is initialized to contain a single UUID, that of the root version (the same as jcr:baseVersion).
testInitialNumberOfVersions() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
The version history must initially contain two versions (root version + first test version).
testInputStream() - Method in class org.apache.jackrabbit.test.api.SetValueValueFormatExceptionTest
Tests if setValue(InputStream) throws a ValueFormatException immediately (not on save) if a conversion fails.
testInputStream() - Method in class org.apache.jackrabbit.test.api.SetValueVersionExceptionTest
Tests if setValue(InputStream) throws a VersionException immediately or on save if the parent node of this property is checked-in.
testIntegerOrder() - Method in class org.apache.jackrabbit.test.api.query.OrderByLongTest
Tests order by queries with long properties.
testInvalidXmlThrowsInvalidSerializedDataException() - Method in class org.apache.jackrabbit.test.api.SerializationTest
Tests whether importing an invalid XML file throws a InvalidSerializedDataException.
testInvalidXmlThrowsSaxException() - Method in class org.apache.jackrabbit.test.api.SerializationTest
Tests whether importing an invalid XML file throws a SAX exception.
testIsAutoCreate() - Method in class org.apache.jackrabbit.test.api.nodetype.NodeDefTest
Tests if auto create nodes are not a residual set definition (getName() does not return "*")
testIsAutoCreate() - Method in class org.apache.jackrabbit.test.api.nodetype.PropertyDefTest
Tests if auto create properties are not a residual set definition (getName() does not return "*")
testIsCheckedOut() - Method in class org.apache.jackrabbit.test.api.version.CheckinTest
Test if Node.isCheckedOut() return false after calling Node.checkin()
testIsCheckedOut() - Method in class org.apache.jackrabbit.test.api.version.CheckoutTest
Test if Node.isCheckedOut() returns true, if the versionable node has been checked out before.
testIsCheckedOut() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.isCheckedOut() returns true
testIsCheckedOut() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.isCheckedOut() returns true
testIsCheckedOutNonVersionableNode() - Method in class org.apache.jackrabbit.test.api.version.CheckoutTest
Test calling Node.isCheckedOut() on a non-versionable.
testIsDeep() - Method in class org.apache.jackrabbit.test.api.lock.LockTest
Test Lock.isDeep()
testIsDeepFalseNodeAdded() - Method in class org.apache.jackrabbit.test.api.observation.AddEventListenerTest
Tests if Event.NODE_ADDED is created only for the specified path if isDeep is false.
testIsDeepFalsePropertyAdded() - Method in class org.apache.jackrabbit.test.api.observation.AddEventListenerTest
Tests if Event.PROPERTY_ADDED is created only for the specified path if isDeep is false.
testIsLive() - Method in class org.apache.jackrabbit.test.api.SessionReadMethodsTest
Tests if isLive() returns true if the Session is usable by the client and false if it is not usable
testIsLocked() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.isLocked() returns false
testIsLocked() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.isLocked() returns false
testIsMandatory() - Method in class org.apache.jackrabbit.test.api.nodetype.NodeDefTest
This test checks if item definitions with mandatory constraints are respected.
testIsMandatory() - Method in class org.apache.jackrabbit.test.api.nodetype.PropertyDefTest
This test checks if item definitions with mandatory constraints are respected.
testIsMixin() - Method in class org.apache.jackrabbit.test.api.nodetype.NodeTypeTest
Test if isMixin() returns false if applied on a primary node type and true on a mixin node type.
testIsModified() - Method in class org.apache.jackrabbit.test.api.NodeTest
Checks if Item.isModified() works correcty for unmodified and modified nodes.
testIsModified() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.isModified() returns false
testIsModified() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.isModified() returns false
testIsNew() - Method in class org.apache.jackrabbit.test.api.NodeTest
Checks if Item.isNew() works correctly for new and existing, unmodified nodes.
testIsNew() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.isNew() returns false
testIsNew() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.isNew() returns false
testIsNode() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Tests if isNode() returns true
testIsNode() - Method in class org.apache.jackrabbit.test.api.PropertyReadMethodsTest
Tests if isNode() returns false
testIsNode() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.isNode() returns true
testIsNode() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.isNode() returns true
testIsNodeType() - Method in class org.apache.jackrabbit.test.api.NodeDiscoveringNodeTypesTest
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.
testIsNodeType() - Method in class org.apache.jackrabbit.test.api.nodetype.NodeTypeTest
Test if isNodeType(String nodeTypeName) returns true if nodeTypeName is the name of the node itself.
testIsNodeType() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.isNodeType(String) returns the right boolean value
testIsNodeType() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.isNodeType(String) returns the right boolean value
testIsNotCheckedOut() - Method in class org.apache.jackrabbit.test.api.version.CheckinTest
Test if Node.isCheckedOut() returns false after Node.checkin().
testIsRequiredType() - Method in class org.apache.jackrabbit.test.api.nodetype.PropertyDefTest
Tests if isRequiredType() returns a valid PropertyType.
testIsSame() - Method in class org.apache.jackrabbit.test.api.NodeReadMethodsTest
Tests if isSame() returns true when retrieving an item through different sessions
testIsSame() - Method in class org.apache.jackrabbit.test.api.PropertyReadMethodsTest
Tests if isSame() returns true when retrieving a property through different sessions
testIsSame() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.isSame() returns the right boolean value
testIsSame() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.isSame() returns the right boolean value
testIsSameMustNotCompareStates() - Method in class org.apache.jackrabbit.test.api.NodeTest
Tests if Item.isSame(Item otherItem) will return true when two Node objects representing the same actual repository item have been retrieved through two different sessions and one has been modified.
testIsSameMustNotCompareStates() - Method in class org.apache.jackrabbit.test.api.PropertyTest
Tests if Item.isSame(Item otherItem) will return true when two Property objects representing the same actual repository item have been retrieved through two different sessions and one has been modified.
testIsSessionScoped() - Method in class org.apache.jackrabbit.test.api.lock.LockTest
Test Lock.isSessionScoped()
testItemExists() - Method in class org.apache.jackrabbit.test.api.SessionReadMethodsTest
Tests session.itemExists() in the case of a valid and an invalid path.
testItemExistsException() - Method in class org.apache.jackrabbit.test.api.query.SaveTest
Tests if an ItemExistsException is thrown when a query is stored on an existing node.
testJcrPath() - Method in class org.apache.jackrabbit.test.api.query.SQLJcrPathTest
Verify that the jcr:path is present in the query result.
testJcrPath() - Method in class org.apache.jackrabbit.test.api.query.XPathJcrPathTest
Verify that the jcr:path is present in the query result.
testJoin() - Method in class org.apache.jackrabbit.test.api.query.SQLJoinTest
Test a SQL query with a primary and mixin nodetype join.
testJoinFilterPrimaryType() - Method in class org.apache.jackrabbit.test.api.query.SQLJoinTest
Test a SQL query with a primary type and mixin nodetype join.
testJoinNtBase() - Method in class org.apache.jackrabbit.test.api.query.SQLJoinTest
Test a SQL query with a nt:base primary type and mixin nodetype join.
testJoinSNS() - Method in class org.apache.jackrabbit.test.api.query.SQLJoinTest
Test a SQL query with a primary and mixin nodetype join on child nodes with same name siblings.
testLeaveIfCorrespondingNodeIsPredeccessor() - Method in class org.apache.jackrabbit.test.api.version.MergeCheckedoutSubNodeTest
Node.merge(): If V' of a versionable subnode N' in the source workspace is a predeccessor of V or V' identical to V (the base version of a subnode N in this workspace), calling merge must be leave.
testLinkedFile() - Method in class org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest
Test for the predefined nt:linkedFile node type.
testLock() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.lock(boolean, boolean) throws a LockException
testLock() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.lock(boolean, boolean) throws a javax.jcr.lcok.LockException
testLockException() - Method in class org.apache.jackrabbit.test.api.query.SaveTest
Tests if a LockException is thrown if a query is stored under a node locked by another Session.
testLockExceptionSession() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testLockExceptionSessionWithHandler() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testLockExceptionWorkspace() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testLockExceptionWorkspaceWithHandler() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testLockTransfer() - Method in class org.apache.jackrabbit.test.api.lock.LockTest
Test locks may be transferred to other session
testLockable() - Method in class org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest
Test for the predefined mix:lockable node type.
testLocked() - Method in class org.apache.jackrabbit.test.api.NodeAddMixinTest
Tests if Node.addMixin(String mixinName) throws a LockException if Node is locked

The test creates a node nodeName1 of type testNodeType under testRoot and locks the node with the superuser session.

testLocked() - Method in class org.apache.jackrabbit.test.api.NodeCanAddMixinTest
Tests if Node.canAddMixin(String mixinName) throws a LockException if Node is locked
testLocked() - Method in class org.apache.jackrabbit.test.api.NodeRemoveMixinTest
Tests if Node.removeMixin(String mixinName) throws a LockException if Node is locked.
testLogout() - Method in class org.apache.jackrabbit.test.api.lock.LockTest
Test locks are released when session logs out
testLong() - Method in class org.apache.jackrabbit.test.api.SetValueValueFormatExceptionTest
Tests if setValue(long) throws a ValueFormatException immediately (not on save) if a conversion fails.
testLong() - Method in class org.apache.jackrabbit.test.api.SetValueVersionExceptionTest
Tests if setValue(long) throws a VersionException immediately or on save if the parent node of this property is checked-in.
testLongParent() - Method in class org.apache.jackrabbit.test.api.SetValueLongTest
Test the persistence of a property modified with an long parameter and saved from the parent Node
testLongProperty() - Method in class org.apache.jackrabbit.test.api.SetPropertyConstraintViolationExceptionTest
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 constraint
testLongProperty() - Method in class org.apache.jackrabbit.test.api.SetValueConstraintViolationExceptionTest
Tests if setValue(Long value) and setValue(Value value) where value is a LongValue throw a ConstraintViolationException if the change would violate a value constraint
testLongSession() - Method in class org.apache.jackrabbit.test.api.SetValueLongTest
Test the persistence of a property modified with an LongValue parameter and saved from the Session
testMandatoryChildNode() - Method in class org.apache.jackrabbit.test.api.nodetype.CanRemoveItemTest
Tests if NodeType.canRemoveItem(String itemName) removes false if itemName is a mandatory child node.
testMandatoryProperty() - Method in class org.apache.jackrabbit.test.api.nodetype.CanRemoveItemTest
Tests if NodeType.canRemoveItem(String itemName) removes false if itemName is a mandatory property.
testMerge() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.merge(String) throws an ConstraintViolationException
testMerge() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.merge(String) throws an ConstraintViolationException
testMergeNodeBestEffortFalse() - Method in class org.apache.jackrabbit.test.api.version.MergeNodeTest
Node.merge(): bestEffort is false and any merge fails a MergeException is thrown.
testMergeNodeBestEffortFalseAmbiguousVersions() - Method in class org.apache.jackrabbit.test.api.version.MergeNodeTest
A MergeVersionException is thrown if bestEffort is false and a versionable node is encountered whose corresponding node's base version is on a divergent branch from this node's base version.
testMergeNodeBestEffortTrueCheckMergeFailedProperty() - Method in class org.apache.jackrabbit.test.api.version.MergeNodeTest
Node.merge(): bestEffort is true > any merge-failure (represented by the version in the workspace) is reported in the jcrMergeFailed property
testMergeNodeCancelMerge() - Method in class org.apache.jackrabbit.test.api.version.MergeCancelMergeTest
Merge.cancelMerge(V): has the effect of removing the reference to V' from the jcr:mergeFailed property of N.
testMergeNodeDoneMerge() - Method in class org.apache.jackrabbit.test.api.version.MergeDoneMergeTest
Node.doneMerge(V) throws VersionException if V is not among the Vs in the jcr:mergeFailed prop.
testMergeNodeFromOlderSourceWorkspace() - Method in class org.apache.jackrabbit.test.api.version.MergeSubNodeTest
Node.merge(): versionable subNode N checked-in: If V' is a predecessor (to any degree) of V or if V and V' are identical (i.e., are actually the same version), then the merge result for N is leave
modify a node on the workspace2 and then merge the one in workspace2 with the one in workspace1
the node in workspace2 should be updated
precondition is that the node in workspace2 is checked in
testMergeNodeNonCorrespondingNode() - Method in class org.apache.jackrabbit.test.api.version.MergeNodeTest
Node.merge(): If this node does not have a corresponding node in the indicated workspace
then the merge method returns quietly and no changes are made.
testMergeNodeNonVersionableSubNodeNonVersionableAncestor() - Method in class org.apache.jackrabbit.test.api.version.MergeNonVersionableSubNodeTest
Node.merge(): nonversionable subNode N: if it has no versionable ancestor, then it is updated to reflect the state of its corresponding node.
testMergeNodeNonVersionableSubNodeUpdate() - Method in class org.apache.jackrabbit.test.api.version.MergeNonVersionableSubNodeTest
Node.merge(): nonversionable subNode N: if the merge result of its nearest versionable ancestor is update,
then it is updated to reflect the state of its corresponding node.
testMergeNodeVersionAmbiguous() - Method in class org.apache.jackrabbit.test.api.version.MergeNodeTest
Node.merge(): versionable subNode N checked-in: If V is neither a successor of, predecessor of, nor identical with V', then the merge result for N is failed
testMergeNodeWithUnsavedStates() - Method in class org.apache.jackrabbit.test.api.version.MergeNodeTest
Node.merge(): InvalidItemStateException if unsaved changes within the current Session
testMergeUnknownWorkspaceName() - Method in class org.apache.jackrabbit.test.api.version.MergeNodeTest
Perform a merge on a node with a unkwnown workspacename
testMixinTypesProtected() - Method in class org.apache.jackrabbit.test.api.NodeTest
Tests if jcr:mixinTypes is protected
testModifyBooleanPropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyBooleanTest
Tests if modifying a property with Node.setProperty(String, boolean) works with parentNode.save()
testModifyBooleanPropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyBooleanTest
Tests if modifying a property with Node.setProperty(String, boolean) works with Session.save()
testModifyCalendarPropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyCalendarTest
Tests if modifying a property with Node.setProperty(String, Calendar) works with parentNode.save()
testModifyCalendarPropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyCalendarTest
Tests if modifying a property with Node.setProperty(String, Calendar) works with Session.save()
testModifyDoublePropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyDoubleTest
Tests if modifying a property with Node.setProperty(String, double) works with parentNode.save()
testModifyDoublePropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyDoubleTest
Tests if modifying a property with Node.setProperty(String, double) works with Session.save()
testModifyInputStreamPropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyInputStreamTest
Tests if modifying a property with Node.setProperty(String, InputStream) works with parentNode.save()
testModifyInputStreamPropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyInputStreamTest
Tests if modifying a property with Node.setProperty(String, InputStream) works with Session.save()
testModifyLongPropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyLongTest
Tests if modifying a property with Node.setProperty(String, long) works with parentNode.save()
testModifyLongPropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyLongTest
Tests if modifying a property with Node.setProperty(String, long) works with Session.save()
testModifyNodePropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyNodeTest
Tests if modifying a property with Node.setProperty(String, Node) works with parentNode.save()
testModifyNodePropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyNodeTest
Tests if modifying a property with Node.setProperty(String, Node) works with Session.save()
testModifyStringArrayPropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if modifying properties with Node.setProperty(String, String[]) works with parentNode.save()
testModifyStringArrayPropertyParentWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if modifying properties with Node.setProperty(String, String[], int) works with parentNode.save()
testModifyStringArrayPropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if modifying properties with Node.setProperty(String, String[]) works with Session.save()
testModifyStringArrayPropertySessionWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if modifying properties with Node.setProperty(String, String[], int) works with Session.save()
testModifyStringPropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if modifying a property with Node.setProperty(String, String) works with parentNode.save()
testModifyStringPropertyParentWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if modifying a property with Node.setProperty(String, String, int) works with parentNode.save()
testModifyStringPropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if modifying a property with Node.setProperty(String, String) works with Session.save()
testModifyStringPropertySessionWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if modifying a property with Node.setProperty(String, String, int) works with Session.save()
testModifyValueArrayPropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if modifying properties with Node.setProperty(String, Value[]) works with parentNode.save()
testModifyValueArrayPropertyParentWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if modifying properties with Node.setProperty(String, Value[], int) works with parentNode.save()
testModifyValueArrayPropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if modifying properties with Node.setProperty(String, Value[]) works with Session.save()
testModifyValueArrayPropertySessionWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if modifying properties with Node.setProperty(String, Value[], int) works with Session.save()
testModifyValuePropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if modifying a property with Node.setProperty(String, Value) works with parentNode.save()
testModifyValuePropertyParentWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if modifying a property with Node.setProperty(String, Value, int) works with parentNode.save()
testModifyValuePropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if modifying a property with Node.setProperty(String, Value) works with Session.save()
testModifyValuePropertySessionWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if modifying a property with Node.setProperty(String, Value, int) works with Session.save()
testMove() - Method in class org.apache.jackrabbit.test.api.observation.WorkspaceOperationTest
Tests if Workspace.move(String, String) triggers the correct events.
testMoveConstraintViolationExceptionDest() - Method in class org.apache.jackrabbit.test.api.SessionTest
Moves a node using Session.move(String src, String dest) , afterwards it tries to only save the destination parent node.

This should throw ConstraintViolationException.
testMoveConstraintViolationExceptionSrc() - Method in class org.apache.jackrabbit.test.api.SessionTest
Moves a node using Session.move(String src, String dest) , afterwards it tries to only save the old parent node.

This should throw ConstraintViolationException.
testMoveItemExistsException() - Method in class org.apache.jackrabbit.test.api.SessionTest
Tries to move a node using Session.move(String src, String dest) to a location where a node already exists with same name.

Prerequisites: javax.jcr.tck.SessionTest.testMoveItemExistsException.nodetype2 must contain name of a nodetype that does not allow same name sibling child nodes. javax.jcr.tck.SessionTest.testMoveItemExistsException.nodetype3 must contain name of a valid nodetype that can be added as a child of nodetype2 This should throw an ItemExistsException.
testMoveLabel() - Method in class org.apache.jackrabbit.test.api.version.VersionLabelTest
Test if the 'moveLabel' flag moves an existing version label.
testMoveLockException() - Method in class org.apache.jackrabbit.test.api.SessionTest
Calls Session.move(String src, String dest) where the parent node of src is locked.

Should throw a javax.jcr.LockException immediately or on save.
testMoveLocked() - Method in class org.apache.jackrabbit.test.api.lock.LockTest
Tests if move preserves lock state (JIRA issue JCR-207).
testMoveNode() - Method in class org.apache.jackrabbit.test.api.SessionTest
Checks if Session.move(String src, String dest) works properly.
testMoveNode() - Method in class org.apache.jackrabbit.test.api.observation.NodeMovedTest
Tests if node removed and node added event is triggered when a node is moved.
testMoveNodes() - Method in class org.apache.jackrabbit.test.api.WorkspaceMoveTest
Operation is performed entirely within the persistent workspace, it does not involve transient storage and therefore does not require a save
testMoveNodesAbsolutePath() - Method in class org.apache.jackrabbit.test.api.WorkspaceMoveTest
The destAbsPath provided must not have an index on its final element.
testMoveNodesAccessDenied() - Method in class org.apache.jackrabbit.test.api.WorkspaceMoveTest
An AccessDeniedException is thrown if the current session (i.e., the session that was used to acquire this Workspace object) does not have sufficient access permissions to complete the operation.
testMoveNodesConstraintViolationException() - Method in class org.apache.jackrabbit.test.api.WorkspaceMoveTest
A ConstraintViolationException is thrown if the operation would violate a node-type or other implementation-specific constraint.
testMoveNodesLocked() - Method in class org.apache.jackrabbit.test.api.WorkspaceMoveTest
A LockException is thrown if a lock prevents the copy.
testMoveNodesNodeExistsAtDestPath() - Method in class org.apache.jackrabbit.test.api.WorkspaceMoveSameNameSibsTest
An ItemExistsException is thrown if a node or property already exists at destAbsPath.
testMoveNodesOrderingSupportedByParent() - Method in class org.apache.jackrabbit.test.api.WorkspaceMoveSameNameSibsTest
If ordering is supported by the node type of the parent node of the new location, then the newly moved node is appended to the end of the child node list.
testMoveNodesPathNotExisting() - Method in class org.apache.jackrabbit.test.api.WorkspaceMoveTest
A PathNotFoundException is thrown if the node at srcAbsPath or the parent of the new node at destAbsPath does not exist.
testMoveNodesReferenceableNodesNewUUID() - Method in class org.apache.jackrabbit.test.api.WorkspaceMoveReferenceableTest
Copies of referenceable nodes (nodes with UUIDs) remains their original UUIDs.
testMoveNodesVersionableAndCheckedIn() - Method in class org.apache.jackrabbit.test.api.WorkspaceMoveVersionableTest
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.
testMovePathNotFoundExceptionDestInvalid() - Method in class org.apache.jackrabbit.test.api.SessionTest
Calls Session.move(String src, String dest) with invalid destination path.

Should throw PathNotFoundException
.
testMovePathNotFoundExceptionSrcInvalid() - Method in class org.apache.jackrabbit.test.api.SessionTest
Calls Session.move(String src, String dest) with invalid source path.

Should throw an PathNotFoundException.
testMoveRepositoryException() - Method in class org.apache.jackrabbit.test.api.SessionTest
Calls Session.move(String src, String dest) with a destination path that has an index postfixed.

This should throw an RepositoryException.
testMoveTree() - Method in class org.apache.jackrabbit.test.api.observation.NodeMovedTest
Tests if node removed and node added event is triggered when a tree is moved.
testMoveWithRemove() - Method in class org.apache.jackrabbit.test.api.observation.NodeMovedTest
Tests if a node moved triggers the correct events when the former parent node is removed at the same time.
testMultiNodesRemoved() - Method in class org.apache.jackrabbit.test.api.observation.NodeRemovedTest
Tests if Event.NODE_REMOVED events are triggered when multiple nodes are removed.
testMultiPropertyAdded() - Method in class org.apache.jackrabbit.test.api.observation.PropertyAddedTest
Tests if Event.PROPERTY_ADDED is triggered when multiple properties are added.
testMultiPropertyChanged() - Method in class org.apache.jackrabbit.test.api.observation.PropertyChangedTest
Tests if Event.PROPERTY_CHANGED are triggered when multiple properties are changed.
testMultiPropertyRemoved() - Method in class org.apache.jackrabbit.test.api.observation.PropertyRemovedTest
Tests if Event.PROPERTY_REMOVED are triggered when multiple properties are removed.
testMultiString() - Method in class org.apache.jackrabbit.test.api.SetValueStringTest
Test the modification of a single-value property updated with a multi-value parameter Requires a multi-value String (mv)
testMultiStringParent() - Method in class org.apache.jackrabbit.test.api.SetValueStringTest
Test the persistence of a property modified with an multi-value String parameter and saved from the parent Node Requires a multi-value String (mv)
testMultiStringSession() - Method in class org.apache.jackrabbit.test.api.SetValueStringTest
Test the persistence of a property modified with an multi-value String parameter and saved from the Session Requires a multi-value String (mv)
testMultiStringSingle() - Method in class org.apache.jackrabbit.test.api.SetValueStringTest
Test the assignment of a single-value to a multi-value property Requires a single-value String (PROP_VALUE_1)
testMultiValue() - Method in class org.apache.jackrabbit.test.api.BinaryPropertyTest
Tests the failure of calling Property.getStream() on a multivalue property.
testMultiValue() - Method in class org.apache.jackrabbit.test.api.SetValueStringTest
Test the modification of a single-value property updated with a multi-value parameter Requires a multi-value Value (mv)
testMultiValueParent() - Method in class org.apache.jackrabbit.test.api.SetValueStringTest
Test the persistence of a property modified with an multi-value Value parameter and saved from the parent Node Requires a multi-value Value (mv2)
testMultiValueSearch() - Method in class org.apache.jackrabbit.test.api.query.SQLQueryLevel2Test
Test multi-value support of search.
testMultiValueSearch() - Method in class org.apache.jackrabbit.test.api.query.XPathQueryLevel2Test
Test multi-value support of search.

For configuration description see AbstractQueryLevel2Test.setUpMultiValueTest().

testMultiValueSession() - Method in class org.apache.jackrabbit.test.api.SetValueStringTest
Test the persistence of a property modified with an multi-value Value parameter and saved from the Session Requires a multi-value Value (mv2)
testMultiValueSingle() - Method in class org.apache.jackrabbit.test.api.SetValueStringTest
Test the assignment of a single-value to a multi-value property Requires a single-value Value (sv1)
testMultiValueType() - Method in class org.apache.jackrabbit.test.api.PropertyReadMethodsTest
Tests that all values of a multivalue property have the same property type.
testMultipleBinaryProperty() - Method in class org.apache.jackrabbit.test.api.SetValueConstraintViolationExceptionTest
Tests if setValue(Value[] values) where values are of type BinaryValue throw a ConstraintViolationException if the change would violate a value constraint
testMultipleBooleanProperty() - Method in class org.apache.jackrabbit.test.api.SetValueConstraintViolationExceptionTest
Tests if setValue(Value[] values) where values are of type BooleanValue throw a ConstraintViolationException if the change would violate a value constraint
testMultipleCheckinHasNoEffect() - Method in class org.apache.jackrabbit.test.api.version.CheckinTest
Test if Node.checkin() on a checked-in node has no effect.
testMultipleDateProperty() - Method in class org.apache.jackrabbit.test.api.SetValueConstraintViolationExceptionTest
Tests if setValue(Value[] values) where values are of type DateValue throw a ConstraintViolationException if the change would violate a value constraint
testMultipleDoubleProperty() - Method in class org.apache.jackrabbit.test.api.SetValueConstraintViolationExceptionTest
Tests if setValue(Value[] values) where values are of type DoubleValue throw a ConstraintViolationException if the change would violate a value constraint
testMultipleLongProperty() - Method in class org.apache.jackrabbit.test.api.SetValueConstraintViolationExceptionTest
Tests if setValue(Value[] values) where values are of type LongValue throw a ConstraintViolationException if the change would violate a value constraint
testMultipleNodeAdded1() - Method in class org.apache.jackrabbit.test.api.observation.NodeAddedTest
Tests if Event.NODE_ADDED is triggered for multiple nodes on the same level.
testMultipleNodeAdded2() - Method in class org.apache.jackrabbit.test.api.observation.NodeAddedTest
Tests if Event.NODE_ADDED is triggered when nodes are created on multiple levels.
testMultipleOrder() - Method in class org.apache.jackrabbit.test.api.query.OrderByMultiTypeTest
Tests order by queries with a String property and a long property.
testMultipleReferenceProperty() - Method in class org.apache.jackrabbit.test.api.SetValueConstraintViolationExceptionTest
Tests if setValue(Value[] values) where values are of type ReferenceValue throw a ConstraintViolationException if the change would violate a value constraint
testMultipleValuesNull() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyMultipleTest
Tests if canSetProperty(String propertyName, Value[] values) where values is null returns the same as canRemoveItem
testName() - Method in class org.apache.jackrabbit.test.api.AddNodeTest
Tests if the name of the created node is correct.
testNamespaceException() - Method in class org.apache.jackrabbit.test.api.NamespaceRemappingTest
tests that when a prefix which is mapped to a URI yet globally registered this prefix cannot be remapped to another URI with session.setNamespacePrefix()
testNamespaceRemapping() - Method in class org.apache.jackrabbit.test.api.NamespaceRemappingTest
Tests if the remapping of jcr:primaryType to a different prefix works and returns the property with the correct primaryType value.
testNewBooleanPropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyBooleanTest
Tests if adding a property with Node.setProperty(String, boolean) works with parentNode.save()
testNewBooleanPropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyBooleanTest
Tests if adding a property with Node.setProperty(String, boolean) works with Session.save()
testNewCalendarPropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyCalendarTest
Tests if adding a property with Node.setProperty(String, Calendar) works with parentNode.save()
testNewCalendarPropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyCalendarTest
Tests if adding a property with Node.setProperty(String, Calendar) works with Session.save()
testNewDoublePropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyDoubleTest
Tests if adding a property with Node.setProperty(String, double) works with parentNode.save()
testNewDoublePropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyDoubleTest
Tests if adding a property with Node.setProperty(String, double) works with Session.save()
testNewInputStreamPropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyInputStreamTest
Tests if adding a property with Node.setProperty(String, InputStream) works with parentNode.save()
testNewInputStreamPropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyInputStreamTest
Tests if adding a property with Node.setProperty(String, InputStream) works with Session.save()
testNewLongPropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyLongTest
Tests if adding a property with Node.setProperty(String, long) works with parentNode.save()
testNewLongPropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyLongTest
Tests if adding a property with Node.setProperty(String, long) works with Session.save()
testNewNodePropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyNodeTest
Tests if adding a property with Node.setProperty(String, Node) works with parentNode.save()
testNewNodePropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyNodeTest
Tests if adding a property with Node.setProperty(String, Node) works with Session.save()
testNewStringArrayPropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if adding properties with Node.setProperty(String, String[]) works with parentNode.save()
testNewStringArrayPropertyParentWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if adding properties with Node.setProperty(String, String[], int) works with parentNode.save()
testNewStringArrayPropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if adding properties with Node.setProperty(String, String[]) works with Session.save()
testNewStringArrayPropertySessionWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if adding properties with Node.setProperty(String, String[], int) works with Session.save()
testNewStringPropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if adding a property with Node.setProperty(String, String) works with parentNode.save()
testNewStringPropertyParentWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if adding a property with Node.setProperty(String, String, int) works with parentNode.save()
testNewStringPropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if adding a property with Node.setProperty(String, String) works with Session.save()
testNewStringPropertySessionWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if adding a property with Node.setProperty(String, String, int) works with Session.save()
testNewValueArrayPropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if adding properties with Node.setProperty(String, Value[]) works with parentNode.save()
testNewValueArrayPropertyParentWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if adding properties with Node.setProperty(String, Value[], int) works with parentNode.save()
testNewValueArrayPropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if adding properties with Node.setProperty(String, Value[]) works with Session.save()
testNewValueArrayPropertySessionWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if adding properties with Node.setProperty(String, Value[], int) works with Session.save()
testNewValuePropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if adding a property with Node.setProperty(String, Value) works with parentNode.save()
testNewValuePropertyParentWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if adding a property with Node.setProperty(String, Value, int) works with parentNode.save()
testNewValuePropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if adding a property with Node.setProperty(String, Value) works with Session.save()
testNewValuePropertySessionWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if adding a property with Node.setProperty(String, Value, int) works with Session.save()
testNoLocalTrue() - Method in class org.apache.jackrabbit.test.api.observation.AddEventListenerTest
Tests if no events are generated for own modifications if noLocal is set to true.
testNoNullValue() - Method in class org.apache.jackrabbit.test.api.PropertyReadMethodsTest
Tests that no null value property exists in a given node tree.
testNoSuchElementException() - Method in class org.apache.jackrabbit.test.api.NodeIteratorTest
Tests if a NoSuchElementException is thrown when NodeIterator.nextNode() is called and there are no more nodes available.
testNoSuchElementException() - Method in class org.apache.jackrabbit.test.api.query.QueryResultNodeIteratorTest
Tests if a NoSuchElementException is thrown when NodeIterator.nextNode() is called and there are no more nodes available.
testNoSuchWorkspaceException() - Method in class org.apache.jackrabbit.test.api.RepositoryLoginTest
Tests if Repository.login(Credentials credentials, String workspaceName) throws a NoSuchWorkspaceException if no workspace of the requested name is existing.
testNode - Variable in class org.apache.jackrabbit.test.api.PropertyItemIsModifiedTest
 
testNode - Variable in class org.apache.jackrabbit.test.api.PropertyItemIsNewTest
 
testNode() - Method in class org.apache.jackrabbit.test.api.SetValueValueFormatExceptionTest
Tests if setValue(Node) throws a ValueFormatException immediately (not on save) if the property is not of type REFERENCE.
testNode() - Method in class org.apache.jackrabbit.test.api.SetValueVersionExceptionTest
Tests if setValue(Node) throws a VersionException immediately or on save if the parent node of this property is checked-in.
testNodeAssumeTypeOfValue() - Method in class org.apache.jackrabbit.test.api.SetPropertyAssumeTypeTest
Tests if Node.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.
testNodeIdentity() - Method in class org.apache.jackrabbit.test.api.NodeTest
Tests object identity, meaning two nodes objects accuired through the same session must have the same properties and states.
testNodeIterator() - Method in class org.apache.jackrabbit.test.api.version.MergeNodeIteratorTest
Tests if Node.merge() when bestEffort is true returns a NodeIterator containing all nodes that received a fail.
testNodeLocked() - Method in class org.apache.jackrabbit.test.api.lock.LockTest
Test session scope: other session may not access nodes that are locked.
testNodeNotReferenceable() - Method in class org.apache.jackrabbit.test.api.SetValueValueFormatExceptionTest
Tests if setValue(Node) throws a ValueFormatException immediately (not on save) if the specified node is not referencable.
testNodeParent() - Method in class org.apache.jackrabbit.test.api.SetValueReferenceTest
Test the persistence of a property modified with an Node parameter and saved from the parent Node Requires a Node value (node)
testNodeReorder() - Method in class org.apache.jackrabbit.test.api.observation.NodeReorderTest
Tests if reordering a child node triggers a Event.NODE_REMOVED and a Event.NODE_ADDED event.
testNodeReorderSameName() - Method in class org.apache.jackrabbit.test.api.observation.NodeReorderTest
Tests if reordering a child node triggers a Event.NODE_REMOVED and a Event.NODE_ADDED event with same name siblings.
testNodeReorderSameNameWithRemove() - Method in class org.apache.jackrabbit.test.api.observation.NodeReorderTest
Tests if reordering a child node triggers a Event.NODE_REMOVED and a Event.NODE_ADDED event with same name siblings.
testNodeSave() - Method in class org.apache.jackrabbit.test.api.NodeTest
Creates a new node, saves it uses second session to verify if node has been added.
testNodeSession() - Method in class org.apache.jackrabbit.test.api.SetValueReferenceTest
Test the persistence of a property modified with an Node parameter and saved from the Session Requires a Node value (node)
testNodeType - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
The node type name for newly created nodes.
testNodeType() - Method in class org.apache.jackrabbit.test.api.AddNodeTest
Tests if the node type of the created node is correct.
testNodeType() - Method in class org.apache.jackrabbit.test.api.ReferencePropertyTest
Tests if the referenced node is of nodeType mix:referenceable.
testNodeType() - Method in class org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest
Test for the predefined nt:nodeType node type.
testNodeType() - Method in class org.apache.jackrabbit.test.api.observation.AddEventListenerTest
Tests if events are only generated for specified node types.
testNodeTypeConstraintViolationSession() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testNodeTypeConstraintViolationSessionWithHandler() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testNodeTypeConstraintViolationWorkspace() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testNodeTypeConstraintViolationWorkspaceWithHandler() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testNonExisting() - Method in class org.apache.jackrabbit.test.api.NodeCanAddMixinTest
Tests if Node.canAddMixin(String mixinName) throws a NoSuchNodeTypeException if mixinName is not the name of an existing mixin node type
testNotAssigned() - Method in class org.apache.jackrabbit.test.api.NodeRemoveMixinTest
Tests if Node.removeMixin(String mixinName) throws a NoSuchNodeTypeException Node does not have assigned the requested mixin
testNullMultiValue() - Method in class org.apache.jackrabbit.test.api.SetValueStringTest
Test the deletion of a value in a multi-value property
testOpenScopedLocks() - Method in class org.apache.jackrabbit.test.api.lock.LockTest
Test open-scoped locks
testOr() - Method in class org.apache.jackrabbit.test.api.query.PredicatesTest
Verifies that the or operator is accepted for a property name
testOrderBefore() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.orderBefore(String, String) throws an UnsupportedRepositoryOperationException
testOrderBefore() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.orderBefore(String, String) throws an UnsupportedRepositoryOperationException
testOrderBeforeInvalidDest() - Method in class org.apache.jackrabbit.test.api.NodeOrderableChildNodesTest
Tries to reorder child nodes using Node.orderBefore(String, String) with an invalid destination reference.
testOrderBeforeInvalidSrc() - Method in class org.apache.jackrabbit.test.api.NodeOrderableChildNodesTest
Tries to reorder child nodes using Node.orderBefore(String, String) with an invalid source reference.
testOrderBeforePlaceAtEndParentSave() - Method in class org.apache.jackrabbit.test.api.NodeOrderableChildNodesTest
Creates two child nodes, reorders first node to end, uses parentNode's Item.save().
testOrderBeforePlaceAtEndSessionSave() - Method in class org.apache.jackrabbit.test.api.NodeOrderableChildNodesTest
Test Creates two child nodes, verifies that they are added propery.
testOrderBeforeSecondToFirstParentSave() - Method in class org.apache.jackrabbit.test.api.NodeOrderableChildNodesTest
Creates two child nodes, reorders second node before first, uses parentNode's Item.save().
testOrderBeforeSecondToFirstSessionSave() - Method in class org.apache.jackrabbit.test.api.NodeOrderableChildNodesTest
Creates two child nodes than reorders second node before first, saves using Session.save().
testOrderBeforeUnsupportedRepositoryOperationException() - Method in class org.apache.jackrabbit.test.api.NodeOrderableChildNodesTest
Tries to reorder on a node using Node.orderBefore(String, String) that does not support child reordering.
testOrderBy() - Method in class org.apache.jackrabbit.test.api.query.XPathOrderByTest
Test if default sort order is ascending

For configuration description see XPathOrderByTest.

testOrderByAscending() - Method in class org.apache.jackrabbit.test.api.query.SQLOrderByTest
Test if sort order ascending is respected.
testOrderByAscending() - Method in class org.apache.jackrabbit.test.api.query.XPathOrderByTest
Test if sort order ascending is respected.
testOrderByDefault() - Method in class org.apache.jackrabbit.test.api.query.SQLOrderByTest
Test if default sort order is respected and is ascending if the order by modifier is missing.
testOrderByDescending() - Method in class org.apache.jackrabbit.test.api.query.SQLOrderByTest
Test if sort order descending is respected.
testOrderByDescending() - Method in class org.apache.jackrabbit.test.api.query.XPathOrderByTest
Test if sort order descending is respected.
testOverwriteExceptionSession() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testOverwriteExceptionSessionWithHandler() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testOverwriteExceptionWorkspace() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testOverwriteExceptionWorkspaceWithHandler() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testParentChildDeepLock() - Method in class org.apache.jackrabbit.test.api.lock.LockTest
Test parent/child lock
testParentChildLock() - Method in class org.apache.jackrabbit.test.api.lock.LockTest
Test parent/child lock
testPath - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
Relative path to the test root node.
testPath() - Method in class org.apache.jackrabbit.test.api.AddNodeTest
Tests if the path of the created node is correct.
testPath() - Method in class org.apache.jackrabbit.test.api.observation.AddEventListenerTest
Tests if events are only created for a sub tree of the workspace.
testPathColumn() - Method in class org.apache.jackrabbit.test.api.query.SQLQueryLevel2Test
Test if the optional jcr:path pseudo property is contained in the query result.
testPathColumn() - Method in class org.apache.jackrabbit.test.api.query.XPathQueryLevel2Test
Test if the jcr:path pseudo property is contained in result.
testPathNotFound() - Method in class org.apache.jackrabbit.test.api.AddNodeTest
Tests if addNode() throws a PathNotFoundException in case intermediary nodes do not exist.
testPathNotFoundException() - Method in class org.apache.jackrabbit.test.api.query.SaveTest
Tests if a PathNotFoundException is thrown when a query is stored to a non existent path.
testPersistentNewNodeItemIsModified() - Method in class org.apache.jackrabbit.test.api.NodeItemIsModifiedTest
Test if Item.isModified() returns false after a new NodeItem is set and saved (persistent).
testPersistentNewPropertyItemIsModified() - Method in class org.apache.jackrabbit.test.api.PropertyItemIsModifiedTest
Test if Item.isModified() returns false after a new PropertyItem is set and saved (persistent).
testPersistentNodeItemIsModified() - Method in class org.apache.jackrabbit.test.api.NodeItemIsModifiedTest
Test if Item.isModified() returns false for an already exixting and modified NodeItem after the node is saved (persistent).
testPersistentNodeItemIsNew() - Method in class org.apache.jackrabbit.test.api.NodeItemIsNewTest
Test if Item.isNew() returns false after a NodeItem is added and the node is saved (persistent).
testPersistentPropertyItemIsModified() - Method in class org.apache.jackrabbit.test.api.PropertyItemIsModifiedTest
Test if Item.isModified() returns false for an already exixting and modified PropertyItem after the current node is saved (persistent).
testPersistentPropertyItemIsNew() - Method in class org.apache.jackrabbit.test.api.PropertyItemIsNewTest
Test if Item.isNew() returns false after a new PropertyItem is set and the node is saved (persistent).
testPredecessorIsCopiedToNewVersion() - Method in class org.apache.jackrabbit.test.api.version.CheckinTest
Test if the nodes jcr:predecessors property is copied to the new version on Node.checkin().
testPrimaryType() - Method in class org.apache.jackrabbit.test.api.NodeTest
Tests if the primary node type is properly stored in jcr:primaryType
testPrimaryTypeProtected() - Method in class org.apache.jackrabbit.test.api.NodeTest
Tests if jcr:primaryType is protected
testPropValue() - Method in class org.apache.jackrabbit.test.api.ReferencePropertyTest
Tests if the referenced node has this property in its referers list in case the property is not transient.
testPropertyDef() - Method in class org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest
Test for the predefined nt:propertyDef node type.
testPropertyRemoveCreate() - Method in class org.apache.jackrabbit.test.api.observation.PropertyChangedTest
Tests if either a Event.PROPERTY_CHANGED Event.PROPERTY_REMOVED and Event.PROPERTY_ADDED is triggered if a property is transiently removed and set again with the same name but different type and then saved.
testProtectedChildNode() - Method in class org.apache.jackrabbit.test.api.nodetype.CanRemoveItemTest
Tests if NodeType.canRemoveItem(String itemName) removes false if itemName is a protected child node.
testProtectedProperty() - Method in class org.apache.jackrabbit.test.api.nodetype.CanRemoveItemTest
Tests if NodeType.canRemoveItem(String itemName) removes false if itemName is a protected property.
testQuery() - Method in class org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest
Test for the predefined nt:query node type.
testRange() - Method in class org.apache.jackrabbit.test.api.query.SQLQueryLevel2Test
Test range evaluation of a Query.
testRange() - Method in class org.apache.jackrabbit.test.api.query.XPathQueryLevel2Test
Test range evauluation of Query.

For configuration description see AbstractQueryLevel2Test.setUpRangeTest().

testReferenceProperty() - Method in class org.apache.jackrabbit.test.api.SetPropertyConstraintViolationExceptionTest
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 constraint
testReferenceProperty() - Method in class org.apache.jackrabbit.test.api.SetValueConstraintViolationExceptionTest
Tests if setValue(Node value) and setValue(Value value) where value is a ReferenceValue throw a ConstraintViolationException if the change would violate a value constraint
testReferenceTarget() - Method in class org.apache.jackrabbit.test.api.ReferencesTest
Tests Property.getNode();
testReferenceable() - Method in class org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest
Test for the predefined mix:referenceable node type.
testReferenceableRootNode() - Method in class org.apache.jackrabbit.test.api.ReferenceableRootNodesTest
A repository implementation may make its workspace root nodes mix:referenceable.
testReferences() - Method in class org.apache.jackrabbit.test.api.ReferencesTest
Tests Node.getReferences()
testReferentialIntegrityException() - Method in class org.apache.jackrabbit.test.api.version.RemoveVersionTest
Checks if VersionHistory.removeVersion(String) throws a ReferentialIntegrityException if the named version is still referenced by another node.
testRefresh() - Method in class org.apache.jackrabbit.test.api.lock.LockTest
Test refresh
testRefresh() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.refresh(boolean) works as expected (do nothing and return quietly)
testRefresh() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.refresh(boolean) works as expected (do nothing and return quietly)
testRefreshBooleanFalse() - Method in class org.apache.jackrabbit.test.api.NodeTest
Checks if Item.refresh(boolean refresh) works properly with refresh set to false.

Procedure: Creates two nodes with session 1 Modifies node 1 with session 1 by adding a child node Get node 2 with session 2 Modifies node 2 with session 2 by adding a child node saves session 2 changes using Item.save() calls Node.refresh(false) on root node in session 1 Session 1 changes should be cleared and session 2 changes should now be visible to session 1.
testRefreshBooleanFalse() - Method in class org.apache.jackrabbit.test.api.SessionTest
Checks if Session.refresh(boolean refresh) works properly with refresh set to false.

Procedure: Creates two nodes with session 1 Modifies node 1 with session 1 by adding a child node Get node 2 with session 2 Modifies node 2 with session 2 by adding a child node saves session 2 changes using Session.save() calls Session.refresh(false) on session 1 Session 1 changes should be cleared and session 2 changes should now be visible to session 1.
testRefreshBooleanTrue() - Method in class org.apache.jackrabbit.test.api.NodeTest
Checks if Item.refresh(boolean refresh) works properly with refresh set to true.

Procedure: Creates two nodes with session 1 Modifies node 1 with session 1 by adding a child node Get node 2 with session 2 Modifies node 2 with session 2 by adding a child node saves session 2 changes using Item.save() calls Node.refresh(true) on root node in session 1 Session 1 changes and session 2 changes now be visible to session 1.
testRefreshBooleanTrue() - Method in class org.apache.jackrabbit.test.api.SessionTest
Checks if Session.refresh(boolean refresh) works properly with refresh set to true.

Procedure: Creates two nodes with session 1 Modifies node 1 with session 1 by adding a child node Get node 2 with session 2 Modifies node 2 with session 2 by adding a child node saves session 2 changes using Session.save() calls Session.refresh(true) on session 1 Session 1 changes and session 2 changes now be visible to session 1.
testRefreshInvalidItemStateException() - Method in class org.apache.jackrabbit.test.api.NodeTest
Tries to call Item.refresh(boolean) on a deleted node.
testRegisterNamespace() - Method in class org.apache.jackrabbit.test.api.NamespaceRegistryTest
Tries to register a namespace.
testRegisterNamespaceExceptions() - Method in class org.apache.jackrabbit.test.api.NamespaceRegistryTest
Trying to register a system namespace must throw a NamespaceException
testRegisterNamespaceXmlExceptions() - Method in class org.apache.jackrabbit.test.api.NamespaceRegistryTest
Trying to register "xml" or anything that starts with "xml" as a namespace must throw a repository exception
testRemapClearing() - Method in class org.apache.jackrabbit.test.api.NamespaceRemappingTest
Tests if the remapping is cleared in a new session object
testRemovableChildNode() - Method in class org.apache.jackrabbit.test.api.nodetype.CanRemoveItemTest
Tests if NodeType.canRemoveItem(String itemName) removes true if itemName is nor a protected nor a mandatory child node.
testRemovableProperty() - Method in class org.apache.jackrabbit.test.api.nodetype.CanRemoveItemTest
Tests if NodeType.canRemoveItem(String itemName) removes true if itemName is nor a protected nor a mandatory property.
testRemove() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.remove() throws an ConstraintViolationException
testRemove() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.remove() throws an ConstraintViolationException
testRemoveBooleanParent() - Method in class org.apache.jackrabbit.test.api.SetValueBinaryTest
Test the deletion of a property by assigning it a null value, saved from the parent Node
testRemoveBooleanParent() - Method in class org.apache.jackrabbit.test.api.SetValueBooleanTest
Test the deletion of a property by assigning it a null value, saved from the parent Node
testRemoveBooleanPropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyBooleanTest
Tests if removing a boolean property with Node.setProperty(String, null) works with parentNode.save()
testRemoveBooleanPropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyBooleanTest
Tests if removing a boolean property with Node.setProperty(String, null) works with Session.save()
testRemoveBooleanSession() - Method in class org.apache.jackrabbit.test.api.SetValueBinaryTest
Test the deletion of a property by assigning it a null value, saved from the Session
testRemoveBooleanSession() - Method in class org.apache.jackrabbit.test.api.SetValueBooleanTest
Test the deletion of a property by assigning it a null value, saved from the Session
testRemoveCalendarPropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyCalendarTest
Tests if removing a Calendar property with Node.setProperty(String, null) works with parentNode.save()
testRemoveCalendarPropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyCalendarTest
Tests if removing a Calendar property with Node.setProperty(String, null) works with Session.save()
testRemoveCalendarSession() - Method in class org.apache.jackrabbit.test.api.SetValueDateTest
Test the deletion of a property by assigning it a null value, saved from the Session
testRemoveDateParent() - Method in class org.apache.jackrabbit.test.api.SetValueDateTest
Test the deletion of a property by assigning it a null value, saved from the parent Node
testRemoveDoubleParent() - Method in class org.apache.jackrabbit.test.api.SetValueDoubleTest
Test the deletion of a property by assigning it a null value, saved from the parent Node
testRemoveDoublePropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyDoubleTest
Tests if removing a double property with Node.setProperty(String, null) works with parentNode.save()
testRemoveDoublePropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyDoubleTest
Tests if removing a double property with Node.setProperty(String, null) works with Session.save()
testRemoveDoubleSession() - Method in class org.apache.jackrabbit.test.api.SetValueDoubleTest
Test the deletion of a property by assigning it a null value, saved from the Session
testRemoveEventListener() - Method in class org.apache.jackrabbit.test.api.observation.GetRegisteredEventListenersTest
Tests if ObservationManager.getRegisteredEventListeners() returns the correct listeners after an remove event listener.
testRemoveInputStreamPropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyInputStreamTest
Tests if removing a InputStream property with Node.setProperty(String, null) works with parentNode.save()
testRemoveInputStreamPropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyInputStreamTest
Tests if removing a InputStream property with Node.setProperty(String, null) works with Session.save()
testRemoveInvalidItemStateException() - Method in class org.apache.jackrabbit.test.api.NodeTest
Removes a node using Item.remove() with session 1, afterwards it tries the same with session 2.
testRemoveInvalidVersion() - Method in class org.apache.jackrabbit.test.api.version.RemoveVersionTest
Test if removing a version from the version history throws a VersionException if the specified version does not exist.
testRemoveLabel() - Method in class org.apache.jackrabbit.test.api.version.VersionLabelTest
Test the removal of an version label that has successfully been added before.
testRemoveLockFromNode() - Method in class org.apache.jackrabbit.test.api.observation.LockingTest
Tests if unlocking a node triggers property removed events for the properties jcr:lockOwner and jcr:lockIsDeep.
testRemoveLongParent() - Method in class org.apache.jackrabbit.test.api.SetValueLongTest
Test the deletion of a property by assigning it a null value, saved from the parent Node
testRemoveLongPropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyLongTest
Tests if removing a long property with Node.setProperty(String, null) works with parentNode.save()
testRemoveLongPropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyLongTest
Tests if removing a long property with Node.setProperty(String, null) works with Session.save()
testRemoveLongSession() - Method in class org.apache.jackrabbit.test.api.SetValueLongTest
Test the deletion of a property by assigning it a null value, saved from the Session
testRemoveMandatoryNode() - Method in class org.apache.jackrabbit.test.api.NodeTest
Creates a node with a mandatory child node using Node.addNode(String, String), saves on parent node then tries to delete the mandatory child node.
testRemoveMixin() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.removeMixin(String) throws an NoSuchNodeTypeException
testRemoveMixin() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.removeMixin(String) throws an ConstraintViolationException
testRemoveMultiStringParent() - Method in class org.apache.jackrabbit.test.api.SetValueStringTest
Test the deletion of a property by assigning it a null value, saved from the parent Node
testRemoveMultiStringSession() - Method in class org.apache.jackrabbit.test.api.SetValueStringTest
Test the deletion of a property by assigning it a null value, saved from the Session
testRemoveMultiValueParent() - Method in class org.apache.jackrabbit.test.api.SetValueStringTest
Test the deletion of a property by assigning it a null value, saved from the parent Node
testRemoveMultiValueSession() - Method in class org.apache.jackrabbit.test.api.SetValueStringTest
Test the deletion of a property by assigning it a null value, saved from the Session
testRemoveNodeLockedItself() - Method in class org.apache.jackrabbit.test.api.NodeTest
Tests if Node.remove() does not throw a LockException if Node is locked.
testRemoveNodeParent() - Method in class org.apache.jackrabbit.test.api.SetValueReferenceTest
Test the deletion of a property by assigning it a null value, saved from the parent Node
testRemoveNodeParentLocked() - Method in class org.apache.jackrabbit.test.api.NodeTest
Tests if Node.remove() throws a LockException if the parent node of Node is locked.
testRemoveNodeParentSave() - Method in class org.apache.jackrabbit.test.api.NodeTest
Removes a node using Item.remove(), then saves with parent's nodes Item.save() method.
testRemoveNodePropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyNodeTest
Tests if removing a Node property with Node.setProperty(String, null) works with parentNode.save()
testRemoveNodePropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyNodeTest
Tests if removing a Node property with Node.setProperty(String, null) works with Session.save()
testRemoveNodeSession() - Method in class org.apache.jackrabbit.test.api.SetValueReferenceTest
Test the deletion of a property by assigning it a null value, saved from the Session
testRemoveNodeSessionSave() - Method in class org.apache.jackrabbit.test.api.NodeTest
Removes a node using Item.remove(), then saves using Session.save() method.
testRemoveNonExistingLabel() - Method in class org.apache.jackrabbit.test.api.version.VersionLabelTest
Test the removal of an version label that does not exist (must throw VersionException).
testRemoveStringArrayPropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if removing a String[] property with Node.setProperty(String, null) works with parentNode.save()
testRemoveStringArrayPropertyParentWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if removing a String[] property with Node.setProperty(String, null, int) works with parentNode.save()
testRemoveStringArrayPropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if removing a String[] property with Node.setProperty(String, null) works with Session.save()
testRemoveStringArrayPropertySessionWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if removing a String[] property with Node.setProperty(String, null, int) works with Session.save()
testRemoveStringParent() - Method in class org.apache.jackrabbit.test.api.SetValueStringTest
Test the deletion of a property by assigning it a null value, saved from the parent Node
testRemoveStringPropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if removing a String property with Node.setProperty(String, null) works with parentNode.save()
testRemoveStringPropertyParentWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if removing a String property with Node.setProperty(String, null, int) works with parentNode.save()
testRemoveStringPropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if removing a String property with Node.setProperty(String, null) works with Session.save()
testRemoveStringPropertySessionWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if removing a String property with Node.setProperty(String, null, int) works with Session.save()
testRemoveStringSession() - Method in class org.apache.jackrabbit.test.api.SetValueStringTest
Test the deletion of a property by assigning it a null value, saved from the Session
testRemoveSuccessfully() - Method in class org.apache.jackrabbit.test.api.NodeRemoveMixinTest
Tests if Node.removeMixin(String mixinName) removes the requested mixin properly
testRemoveValueArrayPropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if removing a Value[] property with Node.setProperty(String, null) works with parentNode.save()
testRemoveValueArrayPropertyParentWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if removing a Value[] property with Node.setProperty(String, null, int) works with parentNode.save()
testRemoveValueArrayPropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if removing a Value[] property with Node.setProperty(String, null) works with Session.save()
testRemoveValueArrayPropertySessionWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if removing a Value[] property with Node.setProperty(String, null, int) works with Session.save()
testRemoveValueParent() - Method in class org.apache.jackrabbit.test.api.SetValueStringTest
Test the deletion of a property by assigning it a null value, saved from the parent Node
testRemoveValuePropertyParent() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if removing a Value property with Node.setProperty(String, null) works with parentNode.save()
testRemoveValuePropertyParentWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if removing a Value property with Node.setProperty(String, null, int) works with parentNode.save()
testRemoveValuePropertySession() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if removing a Value property with Node.setProperty(String, null) works with Session.save()
testRemoveValuePropertySessionWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if removing a Value property with Node.setProperty(String, null, int) works with Session.save()
testRemoveValueSession() - Method in class org.apache.jackrabbit.test.api.SetValueStringTest
Test the deletion of a property by assigning it a null value, saved from the Session
testRemoveVersionAdjustPredecessorSet() - Method in class org.apache.jackrabbit.test.api.version.RemoveVersionTest
Test if the predecessors of the removed version are made predecessor of its original successor version.
testRemoveVersionAdjustSucessorSet() - Method in class org.apache.jackrabbit.test.api.version.RemoveVersionTest
Test if the successors of the removed version are made successors of all predecessors of the the removed version.
testRename() - Method in class org.apache.jackrabbit.test.api.observation.WorkspaceOperationTest
Tests if Workspace.move(String, String) triggers the correct events.
testReorder() - Method in class org.apache.jackrabbit.test.api.lock.LockTest
Tests if locks are maintained when child nodes are reordered
testReorder2() - Method in class org.apache.jackrabbit.test.api.lock.LockTest
Tests if locks are maintained when child nodes are reordered
testRepositoryException() - Method in class org.apache.jackrabbit.test.api.AddNodeTest
Tests if a RepositoryException is thrown in case the path for the new node contains an index.
testRepositoryException() - Method in class org.apache.jackrabbit.test.api.query.SaveTest
Tests if the a RepositoryException is thrown when an malformed path is passed in Query.storeAsNode(String).
testRequiredDescriptors() - Method in class org.apache.jackrabbit.test.api.RepositoryDescriptorTest
Tests that the required repository descriptors are available.
testResidualAndIllegalType() - Method in class org.apache.jackrabbit.test.api.nodetype.CanAddChildNodeCallWithNodeTypeTest
Tests if NodeType.canAddChildNode(String childNodeName, String nodeTypeName) returns false if childNodeName does not match the NodeDef and nodeTypeName does not matches the node type of a residual NodeDef.
testResidualAndLegalType() - Method in class org.apache.jackrabbit.test.api.nodetype.CanAddChildNodeCallWithNodeTypeTest
Tests if NodeType.canAddChildNode(String childNodeName, String nodeTypeName) returns true if childNodeName does not match the NodeDef but nodeTypeName matches the node type of a residual NodeDef.
testResidualWithDefault() - Method in class org.apache.jackrabbit.test.api.nodetype.CanAddChildNodeCallWithoutNodeTypeTest
Tests if NodeType.canAddChildNode(String childNodeName) returns true if NodeType contains a residual NodeDef with a default primary type.
testResidualWithoutDefault() - Method in class org.apache.jackrabbit.test.api.nodetype.CanAddChildNodeCallWithoutNodeTypeTest
Tests if NodeType.canAddChildNode(String childNodeName) returns true if NodeType contains a residual NodeDef without a default primary type.
testResource() - Method in class org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest
Test for the predefined nt:resource node type.
testRestore() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.restore(String, boolean) and VersionHistory.restore(Version, boolean) throw an UnsupportedRepositoryOperationException and VersionHistory.restore(Version, String, boolean) throws a ConstraintViolationException.
testRestore() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.restore(String, boolean) and Version.restore(Version, boolean) throw an UnsupportedRepositoryOperationException and Version.restore(Version, String, boolean) throws a ConstraintViolationException.
testRestoreByLabel() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.restoreByLabel(String, boolean) throws an UnsupportedRepositoryOperationException
testRestoreByLabel() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.restoreByLabel(String, boolean) throws an UnsupportedRepositoryOperationException
testRestoreByLabelNonVersionableNode() - Method in class org.apache.jackrabbit.test.api.version.VersionLabelTest
Test calling Node.restoreByLabel(String, boolean) on a non-versionable node.
testRestoreInvalidVersion() - Method in class org.apache.jackrabbit.test.api.version.RestoreTest
VersionException expected on Node.restore(Version, boolean) if the specified version is not part of this node's version history.
testRestoreInvalidVersion2() - Method in class org.apache.jackrabbit.test.api.version.RestoreTest
VersionException expected on Node.restore(String, boolean) if the specified version is not part of this node's version history.
testRestoreNode() - Method in class org.apache.jackrabbit.test.api.version.OnParentVersionAbortTest
Test the restore of a OnParentVersion-ABORT node
testRestoreNode() - Method in class org.apache.jackrabbit.test.api.version.OnParentVersionCopyTest
Test the restore of a OnParentVersion-COPY node
testRestoreNonVersionableNode() - Method in class org.apache.jackrabbit.test.api.version.RestoreTest
Test calling Node.restore(String, boolean) on a non-versionable node.
testRestoreNonVersionableNode2() - Method in class org.apache.jackrabbit.test.api.version.RestoreTest
Test calling Node.restore(Version, String, boolean) on a non-versionable node.
testRestoreNonVersionableNode3() - Method in class org.apache.jackrabbit.test.api.version.RestoreTest
Test calling Node.restore(Version, boolean) on a non-versionable node.
testRestoreOnCheckedInNode() - Method in class org.apache.jackrabbit.test.api.version.RestoreTest
Test if restoring a node works on checked-in node.
testRestoreOnCheckedOutNode() - Method in class org.apache.jackrabbit.test.api.version.RestoreTest
Test if restoring a node works on checked-out node.
testRestoreProp() - Method in class org.apache.jackrabbit.test.api.version.OnParentVersionAbortTest
Test the restore of a OnParentVersion-ABORT property
testRestoreProp() - Method in class org.apache.jackrabbit.test.api.version.OnParentVersionComputeTest
Test the restore of a OnParentVersion-COMPUTE property
testRestoreProp() - Method in class org.apache.jackrabbit.test.api.version.OnParentVersionCopyTest
Test the restore of a OnParentVersion-COPY property
testRestoreProp() - Method in class org.apache.jackrabbit.test.api.version.OnParentVersionIgnoreTest
Test the restore of a OnParentVersion-IGNORE property
testRestoreProp() - Method in class org.apache.jackrabbit.test.api.version.OnParentVersionInitializeTest
Test the restore of a OnParentVersion-INITIALIZE property
testRestoreRootVersionFail() - Method in class org.apache.jackrabbit.test.api.version.RestoreTest
Test if restoring the root version fails.
testRestoreSetsBaseVersion() - Method in class org.apache.jackrabbit.test.api.version.RestoreTest
Test if restoring a node sets the jcr:baseVersion property correctly.
testRestoreSetsIsCheckedOutToFalse() - Method in class org.apache.jackrabbit.test.api.version.RestoreTest
Restoring a node set the jcr:isCheckedOut property to false.
testRestoreWithInvalidVersion() - Method in class org.apache.jackrabbit.test.api.version.RestoreTest
Test if restoring a node with an invalid Version throws a VersionException
testRestoreWithPendingChanges() - Method in class org.apache.jackrabbit.test.api.version.RestoreTest
Test if InvalidItemStateException is thrown if the node has pending changes.
testRestoreWithUUIDConflict() - Method in class org.apache.jackrabbit.test.api.version.RestoreTest
Tests if restoring the Version of an existing node throws an ItemExistsException if removeExisting is set to FALSE.
testReturnFalseBecauseIsMultiple() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyTest
Tests if NodeType.canSetProperty(String propertyName, Value value) returns false if the property is multiple
testReturnFalseBecauseIsNotMultiple() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyMultipleTest
Tests if NodeType.canSetProperty(String propertyName, Value[] values) returns false if the property is not multiple
testReturnFalseBecauseIsProtected() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyMultipleTest
Tests if NodeType.canSetProperty(String propertyName, Value[] values) returns false if the property is protected.
testReturnFalseBecauseIsProtected() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyTest
Tests if NodeType.canSetProperty(String propertyName, Value value) returns false if the property is protected.
testRoot - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
Absolute path to the test root node.
testRootNode - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
The root Node for testing
testRootNodeW2 - Variable in class org.apache.jackrabbit.test.api.version.AbstractMergeTest
The test root node in second workspace to test
testRootVersionHasNoPredecessor() - Method in class org.apache.jackrabbit.test.api.version.VersionGraphTest
Test if the root version does not have any predecessor versions.
testSameNameSiblings() - Method in class org.apache.jackrabbit.test.api.AddNodeTest
Tests if same name siblings have equal names or if same name siblings are not supported a ItemExistsException is thrown.
testSameStream() - Method in class org.apache.jackrabbit.test.api.BinaryPropertyTest
Tests that when Value.getStream() is called a second time the same Stream object is returned.
testSameUUIDAtAncestorSession() - Method in class org.apache.jackrabbit.test.api.DocumentViewImportTest
 
testSameUUIDAtAncestorSessionHandler() - Method in class org.apache.jackrabbit.test.api.DocumentViewImportTest
 
testSameUUIDAtAncestorWorkspace() - Method in class org.apache.jackrabbit.test.api.DocumentViewImportTest
 
testSameUUIDAtAncestorWorkspaceHandler() - Method in class org.apache.jackrabbit.test.api.DocumentViewImportTest
 
testSave() - Method in class org.apache.jackrabbit.test.api.query.SaveTest
Stores a javax.jcr.query.Query.XPATH query at: testRoot + "/" + nodeName1.
testSaveContstraintViolationException() - Method in class org.apache.jackrabbit.test.api.NodeTest
Tries to create and save a node using Item.save() with an mandatory property that is not set on saving time.
testSaveContstraintViolationException() - Method in class org.apache.jackrabbit.test.api.SessionTest
Tries to create and save a node using Session.save() with an mandatory property that is not set on saving time.

Prerequisites: javax.jcr.tck.SessionTest.testSaveContstraintViolationException.nodetype2 must reference a nodetype that has one at least one property that is mandatory but not autocreated
testSaveInvalidStateException() - Method in class org.apache.jackrabbit.test.api.NodeTest
Tries to save a node using Item.save() that was already deleted by an other session.

Procedure: Creates a new node with session 1, saves it, adds a child node. Access new node with session 2,deletes the node, saves it. Session 1 tries to save modifications using Node.save() on root node . This should throw an InvalidItemStateException.
testSaveInvalidStateException() - Method in class org.apache.jackrabbit.test.api.SessionTest
Tries to save a node using Session.save() that was already deleted by an other session.

Procedure: Creates a new node with session 1, saves it, adds a child node. Access new node with session 2,deletes the node, saves it. session 1 tries to save modifications . This should throw an InvalidItemStateException.
testSaveModifiedNode() - Method in class org.apache.jackrabbit.test.api.SessionTest
Checks if a modified node gets properly saved using Session.save().

It creates a new node, saves it using session.save(), modifies the node by adding a child node, saves again and finally verifies with a different session if changes have been stored properly.

Prerequisites: javax.jcr.tck.nodetype must accept children of same nodetype
testSaveMovedRefNode() - Method in class org.apache.jackrabbit.test.api.NodeUUIDTest
Moves a referencable node using Session.move(String, String) with one session and saves afterward changes made with a second session to the moved node using Item.save().

Procedure: Creates node 1 and node 2 with session 1 Gets reference to node 1 using session 2 Session 1 moves node 1 under node 2, saves changes Session 2 modifes node 1, saves This should work since the modified node is identified by its UUID, not by position in repository.
testSaveMovedRefNode() - Method in class org.apache.jackrabbit.test.api.SessionUUIDTest
Moves a referencable node using Session.move(String, String) with one session and saves afterward changes made with a second session to the moved node using Session.save().

Procedure: Creates node 1 and node 2 with session 1 Gets reference to node 1 using session 2 Session 1 moves node 1 under node 2, saves changes Session 2 modifes node 1, saves This should work since the modified node is identified by its UUID, not by position in repository.
testSaveNewNode() - Method in class org.apache.jackrabbit.test.api.SessionTest
Checks if a newly created node gets properly saved using Session.save().

It creates a new node, saves it using session.save() then uses a different session to verify if the node has been properly saved.
testSaveOnNewNodeRepositoryException() - Method in class org.apache.jackrabbit.test.api.NodeTest
Tests if a RepositoryException is thrown when calling Node.save() on a newly added node
testSaveReferentialIntegrityException() - Method in class org.apache.jackrabbit.test.api.NodeUUIDTest
Tries to remove a node that is a reference target using Item.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 a ReferentialIntegrityException upon save.
testSaveReferentialIntegrityException() - Method in class org.apache.jackrabbit.test.api.SessionUUIDTest
Tries to remove a node that is a reference target using Session.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 a ReferentialIntegrityException upon save.
testScoreColumn() - Method in class org.apache.jackrabbit.test.api.query.SQLQueryLevel2Test
Test if the optional jcr:score property for full-text search is supported.
testScoreColumn() - Method in class org.apache.jackrabbit.test.api.query.XPathQueryLevel2Test
Test if the optional jcr:score property for full-text search is supported.
testSessionGetContentHandler() - Method in class org.apache.jackrabbit.test.api.SerializationTest
Makes sure that importing into the session does not save anything if the session is closed.
testSessionGetImportContentHandler() - Method in class org.apache.jackrabbit.test.api.DocumentViewImportTest
 
testSessionGetImportContentHandlerExceptions() - Method in class org.apache.jackrabbit.test.api.SerializationTest
Supplying an invalid repository path for import must throw a PathNotFoundException
testSessionImportXml() - Method in class org.apache.jackrabbit.test.api.DocumentViewImportTest
 
testSessionImportXml() - Method in class org.apache.jackrabbit.test.api.SerializationTest
Makes sure that importing into the session does not save anything if the session is closed.
testSessionImportXmlExceptions() - Method in class org.apache.jackrabbit.test.api.SerializationTest
Tests the exception when importing: If the parent node does not exist.
testSessionMoveDestCheckedInVersionException() - Method in class org.apache.jackrabbit.test.api.version.SessionMoveVersionExceptionTest
Tries to move a node using Session.move(String, String) where the destination parent is checked in.
testSessionMoveSourceCheckedInVersionException() - Method in class org.apache.jackrabbit.test.api.version.SessionMoveVersionExceptionTest
Tries to move a node using Session.move(String, String) where the source parent is checked in.
testSetMixedValueArrayValueFormatException() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if Node.setProperty(String, Value[]) throws a ValueFormatException when trying to set a multi-value property to an array of values with different types
testSetMixedValueArrayValueFormatExceptionWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if Node.setProperty(String, Value[], int) throws a ValueFormatException when trying to set a multi-value property to an array of values with different types
testSetNullStringArray() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if Node.setProperty(String, String[]) saves an array of null values as an empty String[]
testSetNullStringArrayWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if Node.setProperty(String, String[], int) saves an array of null values as an empty String[]
testSetNullValueArray() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if Node.setProperty(String, Value[]) saves an array of null values as an empty Value[]
testSetNullValueArrayWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if Node.setProperty(String, Value[], int) saves an array of null values as an empty Value[]
testSetProperty() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.setProperty(String, String[]) VersionHistory.setProperty(String, String[], int) VersionHistory.setProperty(String, Value[]) VersionHistory.setProperty(String, Value[], int) VersionHistory.setProperty(String, boolean) VersionHistory.setProperty(String, double) VersionHistory.setProperty(String, InputStream) VersionHistory.setProperty(String, String) VersionHistory.setProperty(String, Calendar) VersionHistory.setProperty(String, Node) VersionHistory.setProperty(String, Value) VersionHistory.setProperty(String, long) all throw a ConstraintViolationException
testSetProperty() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.setProperty(String, String[]) Version.setProperty(String, String[], int) Version.setProperty(String, Value[]) Version.setProperty(String, Value[], int) Version.setProperty(String, boolean) Version.setProperty(String, double) Version.setProperty(String, InputStream) Version.setProperty(String, String) Version.setProperty(String, Calendar) Version.setProperty(String, Node) Version.setProperty(String, Value) Version.setProperty(String, long) all throw a ConstraintViolationException
testSetSingleStringArrayValueFormatException() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if Node.setProperty(String, String[]) throws a ValueFormatException when trying to set an existing single-valued property to a multi-value
testSetSingleStringArrayValueFormatExceptionWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyStringTest
Tests if Node.setProperty(String, String[], int) throws a ValueFormatException when trying to set an existing single-value property to a multi-value
testSetSingleValueArrayValueFormatException() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if Node.setProperty(String, Value[]) throws a ValueFormatException when trying to set an existing single-valued property to a multi-value
testSetSingleValueArrayValueFormatExceptionWithPropertyType() - Method in class org.apache.jackrabbit.test.api.SetPropertyValueTest
Tests if Node.setProperty(String, Value[], int) throws a ValueFormatException when trying to set an existing single-valued property to a multi-value
testSetValueLockException() - Method in class org.apache.jackrabbit.test.api.lock.SetValueLockExceptionTest
Performs the test for all argument types.
testShallowLock() - Method in class org.apache.jackrabbit.test.api.lock.LockTest
Test if a shallow lock does not lock the child nodes of the locked node.
testSignatureCredentials() - Method in class org.apache.jackrabbit.test.api.RepositoryLoginTest
Tests if Repository.login(Credentials credentials) does return a session, i.
testSignatureCredentialsAndWorkspaceName() - Method in class org.apache.jackrabbit.test.api.RepositoryLoginTest
Tests if Repository.login(Credentials credentials, String workspaceName) does return a session, i.
testSingleNodeAdded() - Method in class org.apache.jackrabbit.test.api.observation.NodeAddedTest
Tests if Event.NODE_ADDED is triggerd when a single node is added.
testSingleNodeRemoved() - Method in class org.apache.jackrabbit.test.api.observation.NodeRemovedTest
Tests if a Event.NODE_REMOVED is triggered when a single node is removed.
testSingleProperty() - Method in class org.apache.jackrabbit.test.api.query.SimpleSelectionTest
Verifies that searching for a property from a single node returns only one row and has the searched property
testSinglePropertyAdded() - Method in class org.apache.jackrabbit.test.api.observation.PropertyAddedTest
Tests if Event.PROPERTY_ADDED is triggered when a single property is added.
testSinglePropertyChanged() - Method in class org.apache.jackrabbit.test.api.observation.PropertyChangedTest
Tests if a Event.PROPERTY_CHANGED is triggered when a single property is changed.
testSinglePropertyChangedWithAdded() - Method in class org.apache.jackrabbit.test.api.observation.PropertyChangedTest
Tests if a Event.PROPERTY_CHANGED is triggered only for changed properties and not for new properties.
testSinglePropertyRemoved() - Method in class org.apache.jackrabbit.test.api.observation.PropertyRemovedTest
Tests if a Event.PROPERTY_REMOVED is triggered when a property is removed.
testSkip() - Method in class org.apache.jackrabbit.test.api.NodeIteratorTest
Tests if RangeIterator.skip(long) works correctly.
testSkip() - Method in class org.apache.jackrabbit.test.api.observation.EventIteratorTest
Tests the method skip()
testSkip() - Method in class org.apache.jackrabbit.test.api.query.QueryResultNodeIteratorTest
Tests if RangeIterator.skip(long) works correctly.
testStarted(String) - Method in class org.apache.jackrabbit.tck.TckTestRunner
 
testString() - Method in class org.apache.jackrabbit.test.api.SetPropertyAssumeTypeTest
Tests if Node.setProperty(String, String, int) if the node type of this node does not indicate a specific property type, then the type parameter is used.
testString() - Method in class org.apache.jackrabbit.test.api.SetValueValueFormatExceptionTest
Tests if setValue(String) throws a ValueFormatException immediately (not on save) if a conversion fails.
testString() - Method in class org.apache.jackrabbit.test.api.SetValueVersionExceptionTest
Tests if setValue(String) throws a VersionException immediately or on save if the parent node of this property is checked-in.
testStringArray() - Method in class org.apache.jackrabbit.test.api.SetValueValueFormatExceptionTest
Tests if setValue(String[]) throws a ValueFormatException immediately (not on save) if a conversion fails.
testStringArray() - Method in class org.apache.jackrabbit.test.api.SetValueVersionExceptionTest
Tests if setValue(String[]) throws a VersionException immediately or on save if the parent node of this property is checked-in.
testStringConstraintVioloationExceptionBecauseOfInvalidTypeParameter() - Method in class org.apache.jackrabbit.test.api.SetPropertyAssumeTypeTest
Tests if Node.setProperty(String, String, int) throws a ConstraintViolationException if the type parameter and the type of the property do not match.
testStringOrder() - Method in class org.apache.jackrabbit.test.api.query.OrderByStringTest
Tests order by queries with String properties.
testStringParent() - Method in class org.apache.jackrabbit.test.api.SetValueStringTest
Test the persistence of a property modified with a String parameter and saved from the parent Node Requires a single-value String (PROP_VALUE_2)
testStringSession() - Method in class org.apache.jackrabbit.test.api.SetValueStringTest
Test the persistence of a property modified with a String parameter and saved from the Session Requires a single-value String (PROP_VALUE_2)
testSystemGenerated() - Method in class org.apache.jackrabbit.test.api.observation.PropertyAddedTest
Tests if Event.PROPERTY_ADDED is triggered for system generated property jcr:primaryType.
testTextNodeTest() - Method in class org.apache.jackrabbit.test.api.query.TextNodeTest
Tests if text() node test is equivalent with jcr:xmltext.
testTextNodeTestContains() - Method in class org.apache.jackrabbit.test.api.query.TextNodeTest
Tests if text() node test is equivalent with jcr:xmltext and jcr:contains matches content in jcr:xmlcharacters property.
testTextNodeTestMultiNodes() - Method in class org.apache.jackrabbit.test.api.query.TextNodeTest
Tests if text() node test is equivalent with jcr:xmltext and will select multiple nodes with name jcr:xmltext.
testTextNodeTestWithPosition() - Method in class org.apache.jackrabbit.test.api.query.TextNodeTest
Tests text() node test with various position predicates: position(), first(), last().
testTransientNewNodeItemIsModified() - Method in class org.apache.jackrabbit.test.api.NodeItemIsModifiedTest
Test if Item.isModified() returns false after a new NodeItem is set (before node is saved (transient).
testTransientNewPropertyItemIsModified() - Method in class org.apache.jackrabbit.test.api.PropertyItemIsModifiedTest
Test if Item.isModified() returns false after a new PropertyItem is set (before node is saved (transient).
testTransientNodeAddedRemoved() - Method in class org.apache.jackrabbit.test.api.observation.NodeAddedTest
Tests if events are only created for changes that are persisted.
testTransientNodeItemIsModified() - Method in class org.apache.jackrabbit.test.api.NodeItemIsModifiedTest
Test if Item.isModified() returns true for an already existing and modified NodeItem (modifications aren't saved (transient)).
testTransientNodeItemIsNew() - Method in class org.apache.jackrabbit.test.api.NodeItemIsNewTest
Test if Item.isNew() returns true directly after a new NodeItem is added (before node is saved (transient)).
testTransientPropertyItemIsModified() - Method in class org.apache.jackrabbit.test.api.PropertyItemIsModifiedTest
Test if Item.isModified() returns true for an already existing and modified PropertyItem (modifications aren't saved (transient)).
testTransientPropertyItemIsNew() - Method in class org.apache.jackrabbit.test.api.PropertyItemIsNewTest
Test if Item.isNew() returns true direct after a new PropertyItem is set (before node is saved (transient)).
testType() - Method in class org.apache.jackrabbit.test.api.PropertyTypeTest
Tests if the type of a property is set according to the node type as well as no property is of type UNDEFINED.
testUUID() - Method in class org.apache.jackrabbit.test.api.observation.AddEventListenerTest
Tests if events are only generated for specified UUIDs.
testUndefined() - Method in class org.apache.jackrabbit.test.api.nodetype.CanAddChildNodeCallWithNodeTypeTest
Tests if NodeType.canAddChildNode(String childNodeName, String nodeTypeName) returns false if childNodeName does not match the NodeDef.
testUndefined() - Method in class org.apache.jackrabbit.test.api.nodetype.CanAddChildNodeCallWithoutNodeTypeTest
Tests if NodeType.canAddChildNode(String childNodeName) returns true if NodeType nor does contain a NodeDef named childNodeName nor a residual definition.
testUndefinedProperty() - Method in class org.apache.jackrabbit.test.api.UndefinedPropertyTest
Tests that no actual property with type Undefined exists.
testUnknownNodeType() - Method in class org.apache.jackrabbit.test.api.AddNodeTest
Tests if addNode() throws a NoSuchNodeTypeException in case of an unknown node type.
testUnlock() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.unlock() throws a LockException
testUnlock() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if Version.unlock() throws a LockException
testUnregisterNamespaceExceptions() - Method in class org.apache.jackrabbit.test.api.NamespaceRegistryTest
Tests whether unregistering a system namespace or an undefined namespace throws the expected exception.
testUnstructured() - Method in class org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest
Test for the predefined nt:unstructured node type.
testUpdate() - Method in class org.apache.jackrabbit.test.api.NodeTest
Checks if Node.update(String) works properly by creating the same node in two workspaces one with a child node the other with a property set.
testUpdate() - Method in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
Tests if VersionHistory.update(String) throws an ConstraintViolationException
testUpdate() - Method in class org.apache.jackrabbit.test.api.version.VersionTest
Tests if VersionHistory.update(String) throws an ConstraintViolationException
testUpdateInvalidItemStateException() - Method in class org.apache.jackrabbit.test.api.NodeTest
Tries calling Node.update(String) after node has changed in first workspace but not been saved yet.
testUpdateNoClone() - Method in class org.apache.jackrabbit.test.api.NodeTest
Calls Node.update(String) for a node that only exists in current workspace.
testUpdateNoSuchWorkspaceException() - Method in class org.apache.jackrabbit.test.api.NodeTest
Tries to use Node.update(String) with an invalid workspace.
testValue() - Method in class org.apache.jackrabbit.test.api.BinaryPropertyTest
Tests that Property.getStream() delivers the same as Value.getStream().
testValue() - Method in class org.apache.jackrabbit.test.api.BooleanPropertyTest
Tests that Property.getBoolean() delivers the same as Value.getBoolean() and that in case of a multivalue property Property.getBoolean() throws a ValueFormatException.
testValue() - Method in class org.apache.jackrabbit.test.api.DatePropertyTest
Tests that Property.getDate() delivers the same as Value.getDate() and that in case of a multivalue property a ValueFormatException is thrown.
testValue() - Method in class org.apache.jackrabbit.test.api.DoublePropertyTest
tests that Property.getDouble() delivers the same as Value.getDouble() and if in case of a multivalue property a ValueFormatException is thrown.
testValue() - Method in class org.apache.jackrabbit.test.api.LongPropertyTest
Tests that Property.getLong() delivers the same as Value.getLong() and if in case of a multivalue property a ValueFormatException is thrown.
testValue() - Method in class org.apache.jackrabbit.test.api.SetPropertyAssumeTypeTest
Tests if Node.setProperty(String, Value, int) if the node type of this node does not indicate a specific property type, then the type parameter is used.
testValue() - Method in class org.apache.jackrabbit.test.api.SetValueValueFormatExceptionTest
Tests if setValue(Value) throws a ValueFormatException immediately (not on save) if a conversion fails.
testValue() - Method in class org.apache.jackrabbit.test.api.SetValueVersionExceptionTest
Tests if setValue(Value) throws a VersionException immediately or on save if the parent node of this property is checked-in.
testValue() - Method in class org.apache.jackrabbit.test.api.StringPropertyTest
Tests that Property.getString() delivers a string equal to the string received with Value.getString().
testValueArray() - Method in class org.apache.jackrabbit.test.api.SetValueValueFormatExceptionTest
Tests if setValue(Value[]) throws a ValueFormatException immediately (not on save) if a conversion fails.
testValueArray() - Method in class org.apache.jackrabbit.test.api.SetValueVersionExceptionTest
Tests if setValue(Value[]) throws a VersionException immediately or on save if the parent node of this property is checked-in.
testValueAssumeTypeOfValue() - Method in class org.apache.jackrabbit.test.api.SetPropertyAssumeTypeTest
Tests if Node.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.
testValueConstraintNotSatisfied() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyBinaryTest
Tests if canSetProperty(String propertyName, Value value) returns false if value does not satisfy the value constraints of the property def
testValueConstraintNotSatisfied() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyBooleanTest
Tests if canSetProperty(String propertyName, Value value) returns false if value does not satisfy the value constraints of the property def
testValueConstraintNotSatisfied() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyDateTest
Tests if canSetProperty(String propertyName, Value value) returns false if value does not match the value constraints of the property def
testValueConstraintNotSatisfied() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyDoubleTest
Tests if canSetProperty(String propertyName, Value value) returns false if value does not satsfy the value constraints of the property def
testValueConstraintNotSatisfied() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyLongTest
Tests if canSetProperty(String propertyName, Value value) returns false if value does not satisfy the value constraints of the property def
testValueConstraintNotSatisfied() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyNameTest
Tests if canSetProperty(String propertyName, Value value) returns false if value does not satisfy the value constraints of the property def
testValueConstraintNotSatisfied() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyPathTest
Tests if canSetProperty(String propertyName, Value value) returns false if value does not satisfy the value constraints of the property def
testValueConstraintNotSatisfied() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyStringTest
Tests if canSetProperty(String propertyName, Value value) returns false if value does not satisfy the value constraints of the property def
testValueConstraintNotSatisfiedMultiple() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyBinaryTest
Tests if canSetProperty(String propertyName, Value[] values) returns false if values do not satisfy the value constraints of the property def
testValueConstraintNotSatisfiedMultiple() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyBooleanTest
Tests if canSetProperty(String propertyName, Value[] values) returns false if values do not satisfy the value constraints of the property def
testValueConstraintNotSatisfiedMultiple() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyDateTest
Tests if canSetProperty(String propertyName, Value[] values) returns false if values do not satisfy the value constraints of the property def
testValueConstraintNotSatisfiedMultiple() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyDoubleTest
Tests if canSetProperty(String propertyName, Value[] values) returns false if values do not satisfy the value constraints of the property def
testValueConstraintNotSatisfiedMultiple() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyLongTest
Tests if canSetProperty(String propertyName, Value[] values) returns false if values do not satisfy the value constraints of the property def
testValueConstraintNotSatisfiedMultiple() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyNameTest
Tests if canSetProperty(String propertyName, Value[] values) returns false if values do not satisfy the value constraints of the property def
testValueConstraintNotSatisfiedMultiple() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyPathTest
Tests if canSetProperty(String propertyName, Value[] values) returns false if values do not satisfy the value constraints of the property def
testValueConstraintNotSatisfiedMultiple() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyStringTest
Tests if canSetProperty(String propertyName, Value[] values) returns false if values do not satisfy the value constraints of the property def
testValueConstraintVioloationExceptionBecauseOfInvalidTypeParameter() - Method in class org.apache.jackrabbit.test.api.SetPropertyAssumeTypeTest
Tests if Node.setProperty(String, Value, int) throws a ConstraintViolationException if the type parameter and the type of the property do not match.
testValueFormatException() - Method in class org.apache.jackrabbit.test.api.ValueFactoryTest
Tests if a ValueFormatexception is thrown in case the passed string cannot be converted to the required value type.
testValueNull() - Method in class org.apache.jackrabbit.test.api.nodetype.CanSetPropertyTest
Tests if canSetProperty(String propertyName, Value value) where value is null returns the same as canRemoveItem
testValueParent() - Method in class org.apache.jackrabbit.test.api.SetValueStringTest
Test the persistence of a property modified with a Value parameter, and saved from the parent Node Requires a single-value Value (sv2)
testValueSession() - Method in class org.apache.jackrabbit.test.api.SetValueStringTest
Test the persistence of a property modified with a Value parameter and saved from the Session Requires a single-value Value (sv2)
testValueType() - Method in class org.apache.jackrabbit.test.api.ValueFactoryTest
Tests if the type of a created value is set correctly.
testValues() - Method in class org.apache.jackrabbit.test.api.SetPropertyAssumeTypeTest
Tests if Node.setProperty(String, Value[], int) if the node type of this node does not indicate a specific property type, then the type parameter is used.
testValuesAssumeTypeOfValue() - Method in class org.apache.jackrabbit.test.api.SetPropertyAssumeTypeTest
Tests if Node.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.
testValuesConstraintVioloationExceptionBecauseOfInvalidTypeParameter() - Method in class org.apache.jackrabbit.test.api.SetPropertyAssumeTypeTest
Tests if Node.setProperty(String, Value[], int) throws a ConstraintViolationException if the type parameter and the type of the property do not match.
testVersion() - Method in class org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest
Test for the predefined nt:version node type.
testVersionException() - Method in class org.apache.jackrabbit.test.api.query.SaveTest
Tests if a VersionException is thrown when a query is stored under a checked in node.
testVersionHistory() - Method in class org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest
Test for the predefined nt:versionHistory node type.
testVersionLabels() - Method in class org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest
Test for the predefined nt:versionLabels node type.
testVersionStorageIdenticalAcrossAllWorkspaces() - Method in class org.apache.jackrabbit.test.api.version.VersionStorageTest
The full set of version histories in the version storage, though stored in a single location in the repository, must be reflected in each workspace as a subtree below the node /jcr:system/jcr:versionStorage.
testVersionStorageProtected() - Method in class org.apache.jackrabbit.test.api.version.VersionStorageTest
Entire subtree is protected.
testVersionable() - Method in class org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest
Test for the predefined mix:versionable node type.
testVersionedChild() - Method in class org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest
Test for the predefined nt:versionedChild node type.
testVersioningExceptionFileChildSession() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testVersioningExceptionFileChildSessionContentHandler() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testVersioningExceptionFileChildWorkspace() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testVersioningExceptionFileChildWorkspaceContentHandler() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testVersioningExceptionFileParentSession() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testVersioningExceptionFileParentSessionContentHandler() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testVersioningExceptionFileParentWorkspace() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testVersioningExceptionFileParentWorkspaceContentHandler() - Method in class org.apache.jackrabbit.test.api.SerializationTest
 
testWorkspaceGetImportContentHandler() - Method in class org.apache.jackrabbit.test.api.DocumentViewImportTest
 
testWorkspaceGetImportContentHandlerExceptions() - Method in class org.apache.jackrabbit.test.api.SerializationTest
Supplying an invalid repository path for import must throw a PathNotFoundException
testWorkspaceImportXml() - Method in class org.apache.jackrabbit.test.api.DocumentViewImportTest
 
testWorkspaceImportXmlExceptions() - Method in class org.apache.jackrabbit.test.api.SerializationTest
Tests the exceptions when importing: If the parent node does not exist, and if an IO error occurs.
testWorkspaceMoveDestCheckedInVersionException() - Method in class org.apache.jackrabbit.test.api.version.WorkspaceMoveVersionExceptionTest
Tries to move a node using Workspace.move(String, String) where the destination parent is checked in.
testWorkspaceMoveSourceCheckedInVersionException() - Method in class org.apache.jackrabbit.test.api.version.WorkspaceMoveVersionExceptionTest
Tries to move a node using Workspace.move(String, String) where the source parent is checked in.
testWorkspaceRestoreHasCorrespondingNode() - Method in class org.apache.jackrabbit.test.api.version.WorkspaceRestoreTest
Test if VersionException is thrown if the specified version array does not contain a version that has a corresponding node in this workspace.
testWorkspaceRestoreOnCheckedInNode() - Method in class org.apache.jackrabbit.test.api.version.WorkspaceRestoreTest
Test if workspace-restoring a node works on checked-in node.
testWorkspaceRestoreOnCheckedOutNode() - Method in class org.apache.jackrabbit.test.api.version.WorkspaceRestoreTest
Test if workspace-restoring a node works on checked-out node.
testWorkspaceRestoreWithParent() - Method in class org.apache.jackrabbit.test.api.version.WorkspaceRestoreTest
Test if Workspace.restore(Version[], boolean) succeeds if the following two preconditions are fulfilled: For every version V in S that corresponds to a missing node in the workspace, there must also be a parent of V in S. S must contain at least one version that corresponds to an existing node in the workspace.
testWorkspaceRestoreWithPendingChanges() - Method in class org.apache.jackrabbit.test.api.version.WorkspaceRestoreTest
Test if InvalidItemStateException is thrown if the session affected by Workspace.restore(Version[], boolean) has pending changes.
testWorkspaceRestoreWithRemoveExisting() - Method in class org.apache.jackrabbit.test.api.version.WorkspaceRestoreTest
Test if the removeExisting-flag removes an existing node in case of uuid conflict.
testWorkspaceRestoreWithUUIDConflict() - Method in class org.apache.jackrabbit.test.api.version.WorkspaceRestoreTest
Tests if restoring the Version of an existing node throws an ItemExistsException if removeExisting is set to FALSE.
testXmlRemapping() - Method in class org.apache.jackrabbit.test.api.NamespaceRemappingTest
Tests if a remapping to "xml" fails correctly
toArray(EventListenerIterator) - Method in class org.apache.jackrabbit.test.api.observation.AbstractObservationTest
Consumes the EventListenerIterator and returns the EventListener as an array.
toArray(NodeIterator) - Method in class org.apache.jackrabbit.test.api.query.AbstractQueryTest
Returns the nodes in it as an array of Nodes.
treeComparator - Variable in class org.apache.jackrabbit.test.api.SerializationTest
 

U

USER_ID - Static variable in class org.apache.jackrabbit.tck.j2ee.RepositoryServlet
user id name
USER_PASSWORD - Static variable in class org.apache.jackrabbit.tck.j2ee.RepositoryServlet
user password name
UndefinedPropertyTest - class org.apache.jackrabbit.test.api.UndefinedPropertyTest.
Tests if no property in the workspace is of type PropertyType.UNDEFINED.
UndefinedPropertyTest() - Constructor for class org.apache.jackrabbit.test.api.UndefinedPropertyTest
 

V

ValueFactoryTest - class org.apache.jackrabbit.test.api.ValueFactoryTest.
ValueFactoryTest tests the different ValueFactory.createValue methods.
ValueFactoryTest() - Constructor for class org.apache.jackrabbit.test.api.ValueFactoryTest
 
VersionGraphTest - class org.apache.jackrabbit.test.api.version.VersionGraphTest.
VersionGraphTest contains test methods related to version graph issues.
VersionGraphTest() - Constructor for class org.apache.jackrabbit.test.api.version.VersionGraphTest
 
VersionHistoryTest - class org.apache.jackrabbit.test.api.version.VersionHistoryTest.
VersionHistoryTest provides test methods related to version history methods and general version history issues.
VersionHistoryTest() - Constructor for class org.apache.jackrabbit.test.api.version.VersionHistoryTest
 
VersionLabelTest - class org.apache.jackrabbit.test.api.version.VersionLabelTest.
VersionLabelTest covers methods related to version label such as VersionHistory.addVersionLabel(String, String, boolean) VersionHistory.removeVersionLabel(String) Node.restoreByLabel(String, boolean) VersionHistory.getVersionByLabel(String) VersionHistory.getVersionLabels() VersionHistory.hasVersionLabel(javax.jcr.version.Version, String) VersionHistory.hasVersionLabel(String) VersionHistory.hasVersionLabel(javax.jcr.version.Version, String)
VersionLabelTest() - Constructor for class org.apache.jackrabbit.test.api.version.VersionLabelTest
 
VersionStorageTest - class org.apache.jackrabbit.test.api.version.VersionStorageTest.
VersionStorageTest provides tests regarding VersionHistory.addVersionLabel(String, String, boolean)
VersionStorageTest() - Constructor for class org.apache.jackrabbit.test.api.version.VersionStorageTest
 
VersionTest - class org.apache.jackrabbit.test.api.version.VersionTest.
VersionTest covers tests related to the methods of the Version class.
VersionTest() - Constructor for class org.apache.jackrabbit.test.api.version.VersionTest
 
vHistory - Variable in class org.apache.jackrabbit.test.api.version.RemoveVersionTest
 
vHistory - Variable in class org.apache.jackrabbit.test.api.version.VersionHistoryTest
 
vHistory - Variable in class org.apache.jackrabbit.test.api.version.VersionLabelTest
 
version - Variable in class org.apache.jackrabbit.test.api.version.RemoveVersionTest
 
version2 - Variable in class org.apache.jackrabbit.test.api.version.RemoveVersionTest
 
versionLabel - Variable in class org.apache.jackrabbit.test.api.version.VersionLabelTest
 
versionLabel2 - Variable in class org.apache.jackrabbit.test.api.version.VersionLabelTest
 
versionStoragePath - Variable in class org.apache.jackrabbit.test.api.version.VersionStorageTest
 
versionableNode - Variable in class org.apache.jackrabbit.test.api.version.AbstractVersionTest
 
versionableNode2 - Variable in class org.apache.jackrabbit.test.api.version.RemoveVersionTest
 
versionableNodeType - Variable in class org.apache.jackrabbit.test.api.version.AbstractMergeTest
 
versionableNodeType - Variable in class org.apache.jackrabbit.test.api.version.AbstractVersionTest
 

W

WORKSPACE - Variable in class org.apache.jackrabbit.test.api.SerializationTest
 
WebAppTestConfig - class org.apache.jackrabbit.tck.WebAppTestConfig.
The WebAppTestConfig class reads and saves the config in the tck web app specific way.
WebAppTestConfig() - Constructor for class org.apache.jackrabbit.tck.WebAppTestConfig
 
WorkspaceCloneReferenceableTest - class org.apache.jackrabbit.test.api.WorkspaceCloneReferenceableTest.
WorkspaceCloneReferenceableTest contains tests for cloning referenceable nodes between workspaces.
WorkspaceCloneReferenceableTest() - Constructor for class org.apache.jackrabbit.test.api.WorkspaceCloneReferenceableTest
 
WorkspaceCloneSameNameSibsTest - class org.apache.jackrabbit.test.api.WorkspaceCloneSameNameSibsTest.
WorkspaceCloneSameNameSibsTest contains tests for cloning nodes as same name siblings between workspace.
WorkspaceCloneSameNameSibsTest() - Constructor for class org.apache.jackrabbit.test.api.WorkspaceCloneSameNameSibsTest
 
WorkspaceCloneTest - class org.apache.jackrabbit.test.api.WorkspaceCloneTest.
WorkspaceCloneTest contains tests for cloning nodes between workspace.
WorkspaceCloneTest() - Constructor for class org.apache.jackrabbit.test.api.WorkspaceCloneTest
 
WorkspaceCloneVersionableTest - class org.apache.jackrabbit.test.api.WorkspaceCloneVersionableTest.
WorkspaceCloneVersionableTest contains tests for cloning versionable nodes between workspace.
WorkspaceCloneVersionableTest() - Constructor for class org.apache.jackrabbit.test.api.WorkspaceCloneVersionableTest
 
WorkspaceCopyBetweenWorkspacesReferenceableTest - class org.apache.jackrabbit.test.api.WorkspaceCopyBetweenWorkspacesReferenceableTest.
WorkspaceCopyBetweenWorkspacesReferenceableTest contains tests for copying referenceable nodes between workspace.
WorkspaceCopyBetweenWorkspacesReferenceableTest() - Constructor for class org.apache.jackrabbit.test.api.WorkspaceCopyBetweenWorkspacesReferenceableTest
 
WorkspaceCopyBetweenWorkspacesSameNameSibsTest - class org.apache.jackrabbit.test.api.WorkspaceCopyBetweenWorkspacesSameNameSibsTest.
WorkspaceCopyBetweenWorkspacesSameNameSibsTest contains tests for copying nodes as same name siblings between workspace.
WorkspaceCopyBetweenWorkspacesSameNameSibsTest() - Constructor for class org.apache.jackrabbit.test.api.WorkspaceCopyBetweenWorkspacesSameNameSibsTest
 
WorkspaceCopyBetweenWorkspacesTest - class org.apache.jackrabbit.test.api.WorkspaceCopyBetweenWorkspacesTest.
WorkspaceCopyBetweenWorkspacesTest contains tests for copying nodes between workspace.
WorkspaceCopyBetweenWorkspacesTest() - Constructor for class org.apache.jackrabbit.test.api.WorkspaceCopyBetweenWorkspacesTest
 
WorkspaceCopyBetweenWorkspacesVersionableTest - class org.apache.jackrabbit.test.api.WorkspaceCopyBetweenWorkspacesVersionableTest.
WorkspaceCopyBetweenWorkspacesVersionableTest contains tests for copying versionable nodes between workspace.
WorkspaceCopyBetweenWorkspacesVersionableTest() - Constructor for class org.apache.jackrabbit.test.api.WorkspaceCopyBetweenWorkspacesVersionableTest
 
WorkspaceCopyReferenceableTest - class org.apache.jackrabbit.test.api.WorkspaceCopyReferenceableTest.
WorkspaceCopyReferenceableTest contains tests for copying referenceable nodes in one workspace.
WorkspaceCopyReferenceableTest() - Constructor for class org.apache.jackrabbit.test.api.WorkspaceCopyReferenceableTest
 
WorkspaceCopySameNameSibsTest - class org.apache.jackrabbit.test.api.WorkspaceCopySameNameSibsTest.
WorkspaceCopySameNameSibsTest contains tests for copying nodes as same name siblings in one workspace.
WorkspaceCopySameNameSibsTest() - Constructor for class org.apache.jackrabbit.test.api.WorkspaceCopySameNameSibsTest
 
WorkspaceCopyTest - class org.apache.jackrabbit.test.api.WorkspaceCopyTest.
WorkspaceCopyTest contains tests for copying nodes in one workspace.
WorkspaceCopyTest() - Constructor for class org.apache.jackrabbit.test.api.WorkspaceCopyTest
 
WorkspaceCopyVersionableTest - class org.apache.jackrabbit.test.api.WorkspaceCopyVersionableTest.
WorkspaceCopyVersionableTest contains tests for copying versionable nodes in one workspace.
WorkspaceCopyVersionableTest() - Constructor for class org.apache.jackrabbit.test.api.WorkspaceCopyVersionableTest
 
WorkspaceMoveReferenceableTest - class org.apache.jackrabbit.test.api.WorkspaceMoveReferenceableTest.
WorkspaceMoveReferenceableTest contains tests for moving referenceable nodes in one workspace.
WorkspaceMoveReferenceableTest() - Constructor for class org.apache.jackrabbit.test.api.WorkspaceMoveReferenceableTest
 
WorkspaceMoveSameNameSibsTest - class org.apache.jackrabbit.test.api.WorkspaceMoveSameNameSibsTest.
WorkspaceMoveSameNameSibsTest contains tests for moving nodes with same name siblings supported in one workspace.
WorkspaceMoveSameNameSibsTest() - Constructor for class org.apache.jackrabbit.test.api.WorkspaceMoveSameNameSibsTest
 
WorkspaceMoveTest - class org.apache.jackrabbit.test.api.WorkspaceMoveTest.
WorkspaceMoveTest contains tests for copying nodes in one workspace.
WorkspaceMoveTest() - Constructor for class org.apache.jackrabbit.test.api.WorkspaceMoveTest
 
WorkspaceMoveVersionExceptionTest - class org.apache.jackrabbit.test.api.version.WorkspaceMoveVersionExceptionTest.
WorkspaceMoveVersionExceptionTest contains tests dealing with moving nodes using Workspace.move(String, String).
WorkspaceMoveVersionExceptionTest() - Constructor for class org.apache.jackrabbit.test.api.version.WorkspaceMoveVersionExceptionTest
 
WorkspaceMoveVersionableTest - class org.apache.jackrabbit.test.api.WorkspaceMoveVersionableTest.
WorkspaceMoveVersionableTest contains tests for moving versionable nodes in one workspace.
WorkspaceMoveVersionableTest() - Constructor for class org.apache.jackrabbit.test.api.WorkspaceMoveVersionableTest
 
WorkspaceOperationTest - class org.apache.jackrabbit.test.api.observation.WorkspaceOperationTest.
Tests if workspace operations trigger the appropriate observation events.
WorkspaceOperationTest() - Constructor for class org.apache.jackrabbit.test.api.observation.WorkspaceOperationTest
 
WorkspaceReadMethodsTest - class org.apache.jackrabbit.test.api.WorkspaceReadMethodsTest.
WorkspaceReadMethodsTest...
WorkspaceReadMethodsTest() - Constructor for class org.apache.jackrabbit.test.api.WorkspaceReadMethodsTest
 
WorkspaceRestoreTest - class org.apache.jackrabbit.test.api.version.WorkspaceRestoreTest.
WorkspaceRestoreTest provides test methods for the Workspace.restore(javax.jcr.version.Version[], boolean) method.
WorkspaceRestoreTest() - Constructor for class org.apache.jackrabbit.test.api.version.WorkspaceRestoreTest
 
wasSuccessful() - Method in class org.apache.jackrabbit.test.JCRTestResult
 
workspace - Variable in class org.apache.jackrabbit.test.api.SerializationTest
 
workspace - Variable in class org.apache.jackrabbit.test.api.version.AbstractMergeTest
The default workspace
workspaceName - Variable in class org.apache.jackrabbit.test.AbstractJCRTest
Name of a workspace to use instead of the default workspace.
workspaceW2 - Variable in class org.apache.jackrabbit.test.api.version.AbstractMergeTest
The second workspace
write(int) - Method in class org.apache.jackrabbit.test.LogPrintWriter
 
write(char[], int, int) - Method in class org.apache.jackrabbit.test.LogPrintWriter
 
write(String, int, int) - Method in class org.apache.jackrabbit.test.LogPrintWriter
 

X

XPathDocOrderTest - class org.apache.jackrabbit.test.api.query.XPathDocOrderTest.
Tests if the repository supports document order in XPath.
XPathDocOrderTest() - Constructor for class org.apache.jackrabbit.test.api.query.XPathDocOrderTest
 
XPathJcrPathTest - class org.apache.jackrabbit.test.api.query.XPathJcrPathTest.
Tests if the jcr:path property is returned in the query result.
XPathJcrPathTest() - Constructor for class org.apache.jackrabbit.test.api.query.XPathJcrPathTest
 
XPathOrderByTest - class org.apache.jackrabbit.test.api.query.XPathOrderByTest.
This test searches for all nodes of a specific node type and orders them by the property with name configured as AbstractJCRTest.propertyName1.
XPathOrderByTest() - Constructor for class org.apache.jackrabbit.test.api.query.XPathOrderByTest
 
XPathPosIndexTest - class org.apache.jackrabbit.test.api.query.XPathPosIndexTest.
Tests if the repository supports position index in XPath.
XPathPosIndexTest() - Constructor for class org.apache.jackrabbit.test.api.query.XPathPosIndexTest
 
XPathQueryLevel2Test - class org.apache.jackrabbit.test.api.query.XPathQueryLevel2Test.
Tests XPath queries on content written to the workspace by the test itself.
XPathQueryLevel2Test() - Constructor for class org.apache.jackrabbit.test.api.query.XPathQueryLevel2Test
 

A B C D E F G H I J L M N O P Q R S T U V W X

Copyright © -2005 . All Rights Reserved.