|
||||||||||
| 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.OrderByLongTest
public class OrderByLongTest
Test cases for order by queries on long properties.
| Field Summary | |
|---|---|
protected boolean |
checkSQL
If true this repository supports sql queries |
| Fields inherited from class org.apache.jackrabbit.test.api.query.AbstractQueryTest |
|---|
jcrContains, jcrDeref, jcrPath, jcrRoot, jcrScore |
| Fields inherited from class org.apache.jackrabbit.test.AbstractJCRTest |
|---|
helper, isReadOnly, jcrBaseVersion, 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, ntVersion, ntVersionHistory, ntVersionLabels, propertyName1, propertyName2, superuser, testNodeType, testNodeTypeNoChildren, testPath, testRoot, testRootNode, workspaceName |
| Fields inherited from class org.apache.jackrabbit.test.JUnitTest |
|---|
log |
| Constructor Summary | |
|---|---|
OrderByLongTest()
|
|
| Method Summary | |
|---|---|
protected void |
checkOrder(java.lang.String[] nodeNames)
Runs queries on the workspace and checks if the ordering is according to the nodeNames. |
protected void |
checkResultOrder(QueryResult result,
java.lang.String[] nodeNames)
Checks if the node ordering in result is according to
nodeNames. |
protected void |
populate(java.util.Calendar[] values)
Populates the workspace with child nodes under testroot with
each node has a calendar value set in property with name
propertyname1. |
protected void |
populate(double[] values)
Populates the workspace with child nodes under testroot with
each node has a double value set in property with name
propertyname1. |
protected void |
populate(long[] values)
Populates the workspace with child nodes under testroot with
each node has a long value set in property with name
propertyname1. |
protected void |
populate(java.lang.String[] values)
Populates the workspace with child nodes under testroot with
each node has a String value set in property with name
propertyname1. |
protected void |
setUp()
Set-up the configuration values used for the test. |
void |
testIntegerOrder()
Tests order by queries with long properties. |
| Methods inherited from class org.apache.jackrabbit.test.api.query.AbstractQueryTest |
|---|
checkResult, checkResult, checkResult, createQuery, createQuery, escapeIdentifierForSQL, evaluateResultOrder, execute, execute, executeSqlQuery, executeXPathQuery, toArray |
| Methods inherited from class org.apache.jackrabbit.test.AbstractJCRTest |
|---|
checkSupportedOption, cleanUp, cleanUpTestRoot, createRandomString, ensureCanSetProperty, ensureCanSetProperty, ensureCanSetProperty, ensureMultipleWorkspacesSupported, getJcrValue, getNonExistingWorkspaceName, getProperty, getProperty, getSize, isSupported, needsMixin, run, tearDown |
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, createResult, getName, run, runBare, runTest, setName, toString |
| Methods inherited from class junit.framework.Assert |
|---|
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, fail, fail |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected boolean checkSQL
true this repository supports sql queries
| Constructor Detail |
|---|
public OrderByLongTest()
| Method Detail |
|---|
public void testIntegerOrder()
throws java.lang.Exception
java.lang.Exception
protected void setUp()
throws java.lang.Exception
AbstractQueryTest
setUp in class AbstractQueryTestjava.lang.Exception
protected void populate(java.lang.String[] values)
throws RepositoryException
testroot with
each node has a String value set in property with name
propertyname1.
values - the String values.
RepositoryException
protected void populate(java.util.Calendar[] values)
throws RepositoryException
testroot with
each node has a calendar value set in property with name
propertyname1.
values - the calendar values.
RepositoryException
protected void populate(long[] values)
throws RepositoryException
testroot with
each node has a long value set in property with name
propertyname1.
values - the long values.
RepositoryException
protected void populate(double[] values)
throws RepositoryException
testroot with
each node has a double value set in property with name
propertyname1.
values - the double values.
RepositoryException
protected void checkOrder(java.lang.String[] nodeNames)
throws RepositoryException
nodeNames.
nodeNames - the sequence of node names required in the result set.
RepositoryException
protected void checkResultOrder(QueryResult result,
java.lang.String[] nodeNames)
throws RepositoryException
result is according to
nodeNames.
result - the query result.nodeNames - the node names.
RepositoryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||