org.apache.jackrabbit.test.api.query
Class ElementTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.jackrabbit.test.JUnitTest
              extended by org.apache.jackrabbit.test.AbstractJCRTest
                  extended by org.apache.jackrabbit.test.api.query.AbstractQueryTest
                      extended by org.apache.jackrabbit.test.api.query.ElementTest
All Implemented Interfaces:
junit.framework.Test

public class ElementTest
extends AbstractQueryTest

Tests the element test function in XPath.


Field Summary
 
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
ElementTest()
           
 
Method Summary
 void testElementTest()
          Tests the element test without arguments.
 void testElementTestAnyNode()
          Tests the element test with one any node argument.
 void testElementTestAnyNodeNtBase()
          Tests the element test with an any node argument and a type argument that matches all nodes (nt:base).
 void testElementTestAnyNodeSomeNT()
          Tests the element test with an any node argument and a type argument that matches only certain child nodes.
 void testElementTestNameTest()
          Tests the element test with one single name test argument.
 void testElementTestNameTestNtBase()
          Tests the element test with a name test argument and a type argument that matches all nodes (nt:base).
 void testElementTestNameTestSomeNT()
          Tests the element test with a name test argument and a type argument that matches only certain child nodes.
 void testElementTestNameTestSomeNTWithSNS()
          Tests the element test with a name test argument and a type argument that matches only certain child nodes.
 
Methods inherited from class org.apache.jackrabbit.test.api.query.AbstractQueryTest
checkResult, checkResult, checkResult, createQuery, createQuery, escapeIdentifierForSQL, evaluateResultOrder, execute, execute, executeSqlQuery, executeXPathQuery, setUp, 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
 

Constructor Detail

ElementTest

public ElementTest()
Method Detail

testElementTest

public void testElementTest()
                     throws RepositoryException
Tests the element test without arguments.

Throws:
RepositoryException

testElementTestAnyNode

public void testElementTestAnyNode()
                            throws RepositoryException
Tests the element test with one any node argument.

Throws:
RepositoryException

testElementTestAnyNodeNtBase

public void testElementTestAnyNodeNtBase()
                                  throws RepositoryException
Tests the element test with an any node argument and a type argument that matches all nodes (nt:base).

Throws:
RepositoryException

testElementTestAnyNodeSomeNT

public void testElementTestAnyNodeSomeNT()
                                  throws RepositoryException
Tests the element test with an any node argument and a type argument that matches only certain child nodes.

Throws:
RepositoryException

testElementTestNameTest

public void testElementTestNameTest()
                             throws RepositoryException
Tests the element test with one single name test argument.

Throws:
RepositoryException

testElementTestNameTestNtBase

public void testElementTestNameTestNtBase()
                                   throws RepositoryException
Tests the element test with a name test argument and a type argument that matches all nodes (nt:base).

Throws:
RepositoryException

testElementTestNameTestSomeNT

public void testElementTestNameTestSomeNT()
                                   throws RepositoryException
Tests the element test with a name test argument and a type argument that matches only certain child nodes.

Throws:
RepositoryException

testElementTestNameTestSomeNTWithSNS

public void testElementTestNameTestSomeNTWithSNS()
                                          throws RepositoryException,
                                                 NotExecutableException
Tests the element test with a name test argument and a type argument that matches only certain child nodes. Additonally this test requires that testroot allows same name sibling child nodes.

Throws:
RepositoryException
NotExecutableException


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.