Package | Description |
---|---|
org.apache.jackrabbit.test.api.query | |
org.apache.jackrabbit.test.api.query.qom |
Modifier and Type | Class and Description |
---|---|
class |
AbstractQueryLevel2Test
Implements common setup methods for level 2 queries.
|
class |
CreateQueryTest
CreateQueryTest checks if QueryManager.createQuery(String, String)
throws an InvalidQueryException for an unknown query language. |
class |
DerefQueryLevel1Test
Tests the XPath function jcr:deref() in a level 1 repository.
|
class |
ElementTest
Tests the element test function in XPath.
|
class |
GetLanguageTest
Test the method
Query.getLanguage() . |
class |
GetPersistentQueryPathLevel1Test
Test the method
Query.getStoredQueryPath() . |
class |
GetPersistentQueryPathTest
Test the method
Query.getStoredQueryPath() . |
class |
GetPropertyNamesTest
Tests if the property names of an XPath query without a jcr:primaryType
predicate matches the ones declared in nt:base.
|
class |
GetStatementTest
Tests the method
Query.getStatement() . |
class |
GetSupportedQueryLanguagesTest
Test the method
QueryManager.getSupportedQueryLanguages() . |
class |
OrderByDateTest
Test cases for order by queries on date properties.
|
class |
OrderByDecimalTest
OrderByDecimalTest tests order by queries with decimal properties. |
class |
OrderByDoubleTest
Test cases for order by queries on double properties.
|
class |
OrderByLengthTest
OrderByLengthTest contains test cases for order by queries on
property lengths. |
class |
OrderByLocalNameTest
OrderByLocalNameTest contains test cases for order by queries
on local node names. |
class |
OrderByLongTest
Test cases for order by queries on long properties.
|
class |
OrderByLowerCaseTest
OrderByLowerCaseTest contains test cases for order by queries
on lower cased property values. |
class |
OrderByMultiTypeTest
Test cases for order by queries on long properties.
|
class |
OrderByNameTest
OrderByNameTest contains test cases for order by queries on node
names. |
class |
OrderByStringTest
Test cases for order by queries on String properties.
|
class |
OrderByUpperCaseTest
OrderByUpperCaseTest contains test cases for order by queries
on upper cased property values. |
class |
OrderByURITest
OrderByURITest tests order by queries with URI properties. |
class |
PredicatesTest
Tests if queries with predicates are accepted.
|
class |
QueryResultNodeIteratorTest
Tests methods on
NodeIterator returned by
QueryResult.getNodes() . |
class |
SetLimitTest
SetLimitTest contains test cases for the method Query.setLimit(). |
class |
SetOffsetTest
SetOffsetTest contains test cases for the method Query.setOffset(). |
class |
SimpleSelectionTest
SimpleSelectionTest ... |
class |
SQLJcrPathTest
Tests if the jcr:path property is returned in the query result.
|
class |
SQLJoinTest
Tests SQL statements with a join of a node type with a mixin type.
|
class |
SQLOrderByTest
This test searches for all nodes of a specific node type and orders them by
the property with name configured as
AbstractJCRTest.propertyName1 . |
class |
SQLPathTest
Tests path predicates in SQL queries.
|
class |
SQLQueryLevel2Test
Tests SQL queries on content written to the workspace by the test itself.
|
class |
TextNodeTest
Tests the text() node test in XPath.
|
class |
XPathDocOrderTest
Tests if the repository supports document order in XPath.
|
class |
XPathJcrPathTest
Tests if the jcr:path property is returned in the query result.
|
class |
XPathOrderByTest
This test searches for all nodes of a specific node type and orders them by
the property with name configured as
AbstractJCRTest.propertyName1 . |
class |
XPathPosIndexTest
Tests if the repository supports position index in XPath.
|
class |
XPathQueryLevel2Test
Tests XPath queries on content written to the workspace by the test itself.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJoinTest
AbstractJoinTest provides utility methods for join related
tests. |
class |
AbstractQOMTest
AbstractQOMTest is a base class for test cases on the JQOM. |
class |
AndConstraintTest
AndConstraintTest contains tests that check AND constraints. |
class |
BindVariableValueTest
BindVariableValueTest ... |
class |
ChildNodeJoinConditionTest
ChildNodeJoinConditionTest contains test cases that cover
ChildNodeJoinCondition . |
class |
ChildNodeTest
ChildNodeTest contains test cases that cover the QOM ChildNode
condition. |
class |
ColumnTest
ColumnTest contains test cases related to QOM column. |
class |
DescendantNodeJoinConditionTest
DescendantNodeJoinConditionTest contains test cases that cover
DescendantNodeJoinCondition . |
class |
DescendantNodeTest
DescendantNodeTest contains test cases related to QOM
DescendantNode constraints. |
class |
EquiJoinConditionTest
EquiJoinConditionTest contains test cases that cover
EquiJoinCondition . |
class |
FullTextSearchScoreTest
FullTextSearchScoreTest contains fulltext search score tests. |
class |
GetQueryTest
GetQueryTest contains test cases that check
QueryManager.getQuery(Node) . |
class |
LengthTest
LengthTest performs tests with the Query Object Model length
operand. |
class |
NodeLocalNameTest
NodeLocalNameTest checks if conversion of literals is correctly
performed and operators work as specified. |
class |
NodeNameTest
NodeNameTest checks if conversion of literals is correctly
performed and operators work as specified. |
class |
NotConstraintTest
NotConstraintTest contains tests that check NOT constraints. |
class |
OrConstraintTest
OrConstraintTest contains tests that check OR constraints. |
class |
OrderingTest
OrderingTest contains test cases that check |
class |
PropertyExistenceTest
PropertyExistenceTest performs a test with
PropertyExistence . |
class |
PropertyValueTest
PropertyValueTest performs a test with property value
comparision. |
class |
QueryObjectModelFactoryTest
QueryObjectModelFactoryTest tests all methods on the
QueryObjectModelFactory . |
class |
RowTest
RowIteratorTest contains test cases for Row . |
class |
SameNodeJoinConditionTest
SameNodeJoinConditionTest contains test cases that cover
SameNodeJoinCondition . |
class |
SameNodeTest
SameNodeTest ... |
class |
SelectorTest
SelectorTest ... |
class |
UpperLowerCaseTest
UpperLowerCaseTest performs tests with upper- and lower-case
operands. |
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.