Uses of Class
org.apache.jackrabbit.test.api.query.AbstractQueryTest
-
Packages that use AbstractQueryTest Package Description org.apache.jackrabbit.test.api.query org.apache.jackrabbit.test.api.query.qom -
-
Uses of AbstractQueryTest in org.apache.jackrabbit.test.api.query
Subclasses of AbstractQueryTest in org.apache.jackrabbit.test.api.query Modifier and Type Class Description classAbstractQueryLevel2TestImplements common setup methods for level 2 queries.classCreateQueryTestCreateQueryTestchecks ifQueryManager.createQuery(String, String)throws anInvalidQueryExceptionfor an unknown query language.classDerefQueryLevel1TestTests the XPath function jcr:deref() in a level 1 repository.classElementTestTests the element test function in XPath.classGetLanguageTestTest the methodQuery.getLanguage().classGetPersistentQueryPathLevel1TestTest the methodQuery.getStoredQueryPath().classGetPersistentQueryPathTestTest the methodQuery.getStoredQueryPath().classGetPropertyNamesTestTests if the property names of an XPath query without a jcr:primaryType predicate matches the ones declared in nt:base.classGetStatementTestTests the methodQuery.getStatement().classGetSupportedQueryLanguagesTestTest the methodQueryManager.getSupportedQueryLanguages().classOrderByDateTestTest cases for order by queries on date properties.classOrderByDecimalTestOrderByDecimalTesttests order by queries with decimal properties.classOrderByDoubleTestTest cases for order by queries on double properties.classOrderByLengthTestOrderByLengthTestcontains test cases for order by queries on property lengths.classOrderByLocalNameTestOrderByLocalNameTestcontains test cases for order by queries on local node names.classOrderByLongTestTest cases for order by queries on long properties.classOrderByLowerCaseTestOrderByLowerCaseTestcontains test cases for order by queries on lower cased property values.classOrderByMultiTypeTestTest cases for order by queries on long properties.classOrderByNameTestOrderByNameTestcontains test cases for order by queries on node names.classOrderByStringTestTest cases for order by queries on String properties.classOrderByUpperCaseTestOrderByUpperCaseTestcontains test cases for order by queries on upper cased property values.classOrderByURITestOrderByURITesttests order by queries with URI properties.classPredicatesTestTests if queries with predicates are accepted.classQueryResultNodeIteratorTestTests methods onNodeIteratorreturned byQueryResult.getNodes().classSetLimitTestSetLimitTestcontains test cases for the method Query.setLimit().classSetOffsetTestSetOffsetTestcontains test cases for the method Query.setOffset().classSimpleSelectionTestSimpleSelectionTest...classSQLJcrPathTestTests if the jcr:path property is returned in the query result.classSQLJoinTestTests SQL statements with a join of a node type with a mixin type.classSQLOrderByTestThis test searches for all nodes of a specific node type and orders them by the property with name configured asAbstractJCRTest.propertyName1.classSQLPathTestTests path predicates in SQL queries.classSQLQueryLevel2TestTests SQL queries on content written to the workspace by the test itself.classTextNodeTestTests the text() node test in XPath.classXPathDocOrderTestTests if the repository supports document order in XPath.classXPathJcrPathTestTests if the jcr:path property is returned in the query result.classXPathOrderByTestThis test searches for all nodes of a specific node type and orders them by the property with name configured asAbstractJCRTest.propertyName1.classXPathPosIndexTestTests if the repository supports position index in XPath.classXPathQueryLevel2TestTests XPath queries on content written to the workspace by the test itself. -
Uses of AbstractQueryTest in org.apache.jackrabbit.test.api.query.qom
Subclasses of AbstractQueryTest in org.apache.jackrabbit.test.api.query.qom Modifier and Type Class Description classAbstractJoinTestAbstractJoinTestprovides utility methods for join related tests.classAbstractQOMTestAbstractQOMTestis a base class for test cases on the JQOM.classAndConstraintTestAndConstraintTestcontains tests that check AND constraints.classBindVariableValueTestBindVariableValueTest...classChildNodeJoinConditionTestChildNodeJoinConditionTestcontains test cases that coverChildNodeJoinCondition.classChildNodeTestChildNodeTestcontains test cases that cover the QOM ChildNode condition.classColumnTestColumnTestcontains test cases related to QOM column.classDescendantNodeJoinConditionTestDescendantNodeJoinConditionTestcontains test cases that coverDescendantNodeJoinCondition.classDescendantNodeTestDescendantNodeTestcontains test cases related to QOM DescendantNode constraints.classEquiJoinConditionTestEquiJoinConditionTestcontains test cases that coverEquiJoinCondition.classFullTextSearchScoreTestFullTextSearchScoreTestcontains fulltext search score tests.classGetQueryTestGetQueryTestcontains test cases that checkQueryManager.getQuery(Node).classLengthTestLengthTestperforms tests with the Query Object Model length operand.classNodeLocalNameTestNodeLocalNameTestchecks if conversion of literals is correctly performed and operators work as specified.classNodeNameTestNodeNameTestchecks if conversion of literals is correctly performed and operators work as specified.classNotConstraintTestNotConstraintTestcontains tests that check NOT constraints.classOrConstraintTestOrConstraintTestcontains tests that check OR constraints.classOrderingTestOrderingTestcontains test cases that checkclassPropertyExistenceTestPropertyExistenceTestperforms a test withPropertyExistence.classPropertyValueTestPropertyValueTestperforms a test with property value comparision.classQueryObjectModelFactoryTestQueryObjectModelFactoryTesttests all methods on theQueryObjectModelFactory.classRowTestRowIteratorTestcontains test cases forRow.classSameNodeJoinConditionTestSameNodeJoinConditionTestcontains test cases that coverSameNodeJoinCondition.classSameNodeTestSameNodeTest...classSelectorTestSelectorTest...classUpperLowerCaseTestUpperLowerCaseTestperforms tests with upper- and lower-case operands.
-