AbstractQueryLevel2Test |
Implements common setup methods for level 2 queries.
|
AbstractQueryTest |
Abstract base class for query test cases.
|
CreateQueryTest |
|
DerefQueryLevel1Test |
Tests the XPath function jcr:deref() in a level 1 repository.
|
ElementTest |
Tests the element test function in XPath.
|
GetLanguageTest |
|
GetPersistentQueryPathLevel1Test |
|
GetPersistentQueryPathTest |
|
GetPropertyNamesTest |
Tests if the property names of an XPath query without a jcr:primaryType
predicate matches the ones declared in nt:base.
|
GetStatementTest |
|
GetSupportedQueryLanguagesTest |
|
OrderByDateTest |
Test cases for order by queries on date properties.
|
OrderByDecimalTest |
OrderByDecimalTest tests order by queries with decimal properties.
|
OrderByDoubleTest |
Test cases for order by queries on double properties.
|
OrderByLengthTest |
OrderByLengthTest contains test cases for order by queries on
property lengths.
|
OrderByLocalNameTest |
OrderByLocalNameTest contains test cases for order by queries
on local node names.
|
OrderByLongTest |
Test cases for order by queries on long properties.
|
OrderByLowerCaseTest |
OrderByLowerCaseTest contains test cases for order by queries
on lower cased property values.
|
OrderByMultiTypeTest |
Test cases for order by queries on long properties.
|
OrderByNameTest |
OrderByNameTest contains test cases for order by queries on node
names.
|
OrderByStringTest |
Test cases for order by queries on String properties.
|
OrderByUpperCaseTest |
OrderByUpperCaseTest contains test cases for order by queries
on upper cased property values.
|
OrderByURITest |
OrderByURITest tests order by queries with URI properties.
|
PredicatesTest |
Tests if queries with predicates are accepted.
|
QueryResultNodeIteratorTest |
|
SaveTest |
|
SetLimitTest |
SetLimitTest contains test cases for the method Query.setLimit().
|
SetOffsetTest |
SetOffsetTest contains test cases for the method Query.setOffset().
|
SimpleSelectionTest |
SimpleSelectionTest ...
|
SQLJcrPathTest |
Tests if the jcr:path property is returned in the query result.
|
SQLJoinTest |
Tests SQL statements with a join of a node type with a mixin type.
|
SQLOrderByTest |
|
SQLPathTest |
Tests path predicates in SQL queries.
|
SQLQueryLevel2Test |
Tests SQL queries on content written to the workspace by the test itself.
|
TestAll |
Test suite that includes all testcases for the package
javax.jcr.query .
|
TextNodeTest |
Tests the text() node test in XPath.
|
XPathDocOrderTest |
Tests if the repository supports document order in XPath.
|
XPathJcrPathTest |
Tests if the jcr:path property is returned in the query result.
|
XPathOrderByTest |
|
XPathPosIndexTest |
Tests if the repository supports position index in XPath.
|
XPathQueryLevel2Test |
Tests XPath queries on content written to the workspace by the test itself.
|