|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.jackrabbit.test.JUnitTest
org.apache.jackrabbit.test.AbstractJCRTest
org.apache.jackrabbit.test.api.query.AbstractQueryTest
org.apache.jackrabbit.test.api.query.qom.AbstractQOMTest
org.apache.jackrabbit.test.api.query.qom.QueryObjectModelFactoryTest
public class QueryObjectModelFactoryTest
QueryObjectModelFactoryTest
tests all methods on the
QueryObjectModelFactory
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.jackrabbit.test.api.query.qom.AbstractQOMTest |
---|
AbstractQOMTest.Callable |
Field Summary |
---|
Fields inherited from class org.apache.jackrabbit.test.api.query.AbstractQueryTest |
---|
jcrContains, jcrDeref, jcrPath, jcrRoot, jcrScore, qf, qm, vf, xpathRoot |
Fields inherited from class org.apache.jackrabbit.test.AbstractJCRTest |
---|
isReadOnly, jcrBaseVersion, jcrCopiedFrom, jcrCreated, jcrFrozenNode, jcrFrozenUuid, jcrIsCheckedOut, jcrlockIsDeep, jcrLockOwner, jcrMergeFailed, jcrMixinTypes, jcrPredecessors, jcrPrimaryType, jcrRootVersion, jcrSuccessors, jcrSystem, jcrUUID, jcrVersionHistory, mixLockable, mixReferenceable, mixShareable, mixSimpleVersionable, mixVersionable, nodeName1, nodeName2, nodeName3, nodeName4, NS_JCR_URI, NS_MIX_URI, NS_NT_URI, NS_SV_URI, ntBase, ntFrozenNode, ntQuery, ntUnstructured, ntVersion, ntVersionHistory, ntVersionLabels, propertyName1, propertyName2, superuser, testNodeType, testNodeTypeNoChildren, testPath, testRoot, testRootNode, workspaceName |
Fields inherited from class org.apache.jackrabbit.test.JUnitTest |
---|
log |
Constructor Summary | |
---|---|
QueryObjectModelFactoryTest()
|
Methods inherited from class org.apache.jackrabbit.test.api.query.qom.AbstractQOMTest |
---|
bindVariableValue, checkQOM, checkQOM, checkResult, checkResultOrder, checkResultOrder, forQOMandSQL2, getPath |
Methods inherited from class org.apache.jackrabbit.test.api.query.AbstractQueryTest |
---|
checkResult, checkResult, checkResult, createQuery, createQuery, createQuery, escapeIdentifierForSQL, evaluateResultOrder, execute, execute, executeSqlQuery, executeXPathQuery, isSupportedLanguage, setUp, tearDown, toArray |
Methods inherited from class org.apache.jackrabbit.test.AbstractJCRTest |
---|
checkSupportedOption, cleanUp, cleanUpTestRoot, createRandomString, ensureCanSetProperty, ensureCanSetProperty, ensureCanSetProperty, ensureKnowsNodeType, ensureMixinType, ensureMultipleWorkspacesSupported, getHelper, getJcrValue, getLocalName, getNonExistingWorkspaceName, getProperty, getProperty, getSize, isSupported, needsMixin, run |
Methods inherited from class junit.framework.TestCase |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, runBare, runTest, setName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public QueryObjectModelFactoryTest()
Method Detail |
---|
public void testAnd() throws RepositoryException
QueryObjectModelFactory.and(Constraint, Constraint)
RepositoryException
public void testOrderingAscending() throws RepositoryException
QueryObjectModelFactory.ascending(DynamicOperand)
RepositoryException
public void testBindVariableValue() throws RepositoryException
QueryObjectModelFactory.bindVariable(String)
RepositoryException
public void testChildNode() throws RepositoryException
QueryObjectModelFactory.childNode(String, String)
RepositoryException
public void testChildNodeWithSelector() throws RepositoryException
QueryObjectModelFactory.childNode(String, String)
RepositoryException
public void testChildNodeJoinCondition() throws RepositoryException
QueryObjectModelFactory.childNodeJoinCondition(String, String)
RepositoryException
public void testColumn() throws RepositoryException
QueryObjectModelFactory.column(String, String, String)
RepositoryException
public void testColumnAllProperties() throws RepositoryException
QueryObjectModelFactory.column(String, String, String)
RepositoryException
public void testColumnWithColumnName() throws RepositoryException
QueryObjectModelFactory.column(String, String, String)
RepositoryException
public void testColumnWithSelector() throws RepositoryException
QueryObjectModelFactory.column(String, String, String)
RepositoryException
public void testComparison() throws RepositoryException
QueryObjectModelFactory.comparison(DynamicOperand, String, StaticOperand)
RepositoryException
public void testCreateQuery() throws RepositoryException
RepositoryException
public void testCreateQueryWithConstraint() throws RepositoryException
RepositoryException
public void testCreateQueryWithConstraintAndOrdering() throws RepositoryException
RepositoryException
public void testCreateQueryWithConstraintOrderingAndColumn() throws RepositoryException
RepositoryException
public void testCreateQueryFromSource() throws RepositoryException
RepositoryException
public void testCreateQueryFromSourceWithConstraint() throws RepositoryException
RepositoryException
public void testCreateQueryFromSourceWithConstraintAndOrdering() throws RepositoryException
RepositoryException
public void testCreateQueryFromSourceWithConstraintOrderingAndColumn() throws RepositoryException
RepositoryException
public void testDescendantNode() throws RepositoryException
QueryObjectModelFactory.descendantNode(String, String)
RepositoryException
public void testDescendantNodeWithSelector() throws RepositoryException
QueryObjectModelFactory.descendantNode(String, String)
RepositoryException
public void testDescendantNodeJoinCondition() throws RepositoryException
QueryObjectModelFactory.descendantNodeJoinCondition(String, String)
RepositoryException
public void testOrderingDescending() throws RepositoryException
QueryObjectModelFactory.descending(DynamicOperand)
RepositoryException
public void testEquiJoinCondition() throws RepositoryException
QueryObjectModelFactory.equiJoinCondition(String, String, String, String)
RepositoryException
public void testFullTextSearch() throws RepositoryException
QueryObjectModelFactory.fullTextSearch(String, String, StaticOperand)
RepositoryException
public void testFullTextSearchAllProperties() throws RepositoryException
QueryObjectModelFactory.fullTextSearch(String, String, StaticOperand)
RepositoryException
public void testFullTextSearchWithBindVariableValue() throws RepositoryException
QueryObjectModelFactory.fullTextSearch(String, String, StaticOperand)
RepositoryException
public void testFullTextSearchScore() throws RepositoryException
QueryObjectModelFactory.fullTextSearchScore(String)
RepositoryException
public void testFullTextSearchScoreWithSelector() throws RepositoryException
QueryObjectModelFactory.fullTextSearchScore(String)
RepositoryException
public void testJoin() throws RepositoryException
QueryObjectModelFactory.join(Source, Source, String, JoinCondition)
RepositoryException
public void testLength() throws RepositoryException
QueryObjectModelFactory.length(PropertyValue)
RepositoryException
public void testLiteral() throws RepositoryException
QueryObjectModelFactory.literal(Value)
RepositoryException
public void testLowerCase() throws RepositoryException
QueryObjectModelFactory.lowerCase(DynamicOperand)
RepositoryException
public void testNodeLocalName() throws RepositoryException
QueryObjectModelFactory.nodeLocalName(String)
RepositoryException
public void testNodeLocalNameWithSelector() throws RepositoryException
QueryObjectModelFactory.nodeLocalName(String)
RepositoryException
public void testNodeName() throws RepositoryException
QueryObjectModelFactory.nodeName(String)
RepositoryException
public void testNodeNameWithSelector() throws RepositoryException
QueryObjectModelFactory.nodeName(String)
RepositoryException
public void testNot() throws RepositoryException
QueryObjectModelFactory.not(Constraint)
RepositoryException
public void testOr() throws RepositoryException
QueryObjectModelFactory.or(Constraint, Constraint)
RepositoryException
public void testPropertyExistence() throws RepositoryException
QueryObjectModelFactory.propertyExistence(String, String)
RepositoryException
public void testPropertyExistenceWithSelector() throws RepositoryException
QueryObjectModelFactory.propertyExistence(String, String)
RepositoryException
public void testPropertyValue() throws RepositoryException
QueryObjectModelFactory.propertyValue(String, String)
RepositoryException
public void testPropertyValueWithSelector() throws RepositoryException
QueryObjectModelFactory.propertyValue(String, String)
RepositoryException
public void testSameNode() throws RepositoryException
QueryObjectModelFactory.sameNode(String, String)
RepositoryException
public void testSameNodeWithSelector() throws RepositoryException
QueryObjectModelFactory.sameNode(String, String)
RepositoryException
public void testSameNodeJoinCondition() throws RepositoryException
QueryObjectModelFactory.sameNodeJoinCondition(String, String, String)
RepositoryException
public void testSameNodeJoinConditionWithPath() throws RepositoryException
QueryObjectModelFactory.sameNodeJoinCondition(String, String, String)
RepositoryException
public void testSelector() throws RepositoryException
QueryObjectModelFactory.selector(String, String)
RepositoryException
public void testSelectorWithName() throws RepositoryException
QueryObjectModelFactory.selector(String, String)
RepositoryException
public void testUpperCase() throws RepositoryException
QueryObjectModelFactory.upperCase(DynamicOperand)
RepositoryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |