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

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.apache.jackrabbit.test.JUnitTest
              extended byorg.apache.jackrabbit.test.AbstractJCRTest
                  extended byorg.apache.jackrabbit.test.api.query.AbstractQueryTest
                      extended byorg.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, jcrlockIsDeep, jcrLockOwner, jcrMergeFailed, jcrMixinTypes, jcrPredecessors, jcrPrimaryType, jcrRootVersion, jcrSuccessors, jcrSystem, jcrUUID, jcrVersionHistory, mixLockable, mixReferenceable, 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, 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, evaluateResultOrder, execute, execute, executeSqlQuery, executeXPathQuery, hasDescriptor, setUp, toArray
 
Methods inherited from class org.apache.jackrabbit.test.AbstractJCRTest
createRandomString, getNonExistingWorkspaceName, getProperty, getSize, 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 javax.jcr.RepositoryException
Tests the element test without arguments.

Throws:
javax.jcr.RepositoryException

testElementTestAnyNode

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

Throws:
javax.jcr.RepositoryException

testElementTestAnyNodeNtBase

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

Throws:
javax.jcr.RepositoryException

testElementTestAnyNodeSomeNT

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

Throws:
javax.jcr.RepositoryException

testElementTestNameTest

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

Throws:
javax.jcr.RepositoryException

testElementTestNameTestNtBase

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

Throws:
javax.jcr.RepositoryException

testElementTestNameTestSomeNT

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

Throws:
javax.jcr.RepositoryException

testElementTestNameTestSomeNTWithSNS

public void testElementTestNameTestSomeNTWithSNS()
                                          throws javax.jcr.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:
javax.jcr.RepositoryException
NotExecutableException


Copyright © -2005 . All Rights Reserved.