org.exist.xquery.test
Class XPathQueryTest

java.lang.Object
  extended byXMLTestCase
      extended byorg.exist.xquery.test.XPathQueryTest

public class XPathQueryTest
extends XMLTestCase

See Also:
Serialized Form

Constructor Summary
XPathQueryTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
static void setURI(java.lang.String collectionURI)
           
protected  void tearDown()
           
 void testAncestor()
          test involving ancestor:: >>>>>>> currently this produces variable corruption : The result is the ancestor <<<<<<<<<<
 void testAncestorAxis()
           
 void testAncestorIndex()
           
 void testAttributes()
          test simple queries involving attributes
 void testBoolean()
           
 void testCompile()
           
 void testConvertToBoolean()
           
 void testExcept()
           
 void testExternalVars()
           
 void testFollowingAxis()
           
 void testFollowingSiblingAxis()
           
 void testIds()
           
 void testIntersect()
           
 void testMembersAsResource()
           
 void testNamespaces()
           
 void testNestedElements()
           
 void testNot()
           
 void testNumbers()
           
 void testParentAxis()
           
 void testParentSelfAxis()
           
 void testPathExpression()
           
 void testPosition()
           
 void testPrecedingSiblingAxis()
           
 void testPredicates()
           
 void testPredicates2()
           
 void testPreserveSpace()
           
 void testQueryResource()
           
 void testQuotes()
           
 void testRoot()
           
 void testSatisfies()
           
 void testSelfAxis()
           
 void testStarAxis()
           
 void testStarAxisConstraints()
           
 void testStarAxisConstraints2()
           
 void testStarAxisConstraints3()
           
 void testStaticVariables()
           
 void testStrings()
           
 void testUnion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathQueryTest

public XPathQueryTest()
Method Detail

setURI

public static void setURI(java.lang.String collectionURI)

setUp

protected void setUp()

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testPathExpression

public void testPathExpression()

testAttributes

public void testAttributes()
test simple queries involving attributes


testStarAxis

public void testStarAxis()

testStarAxisConstraints

public void testStarAxisConstraints()

testStarAxisConstraints2

public void testStarAxisConstraints2()

testStarAxisConstraints3

public void testStarAxisConstraints3()

testRoot

public void testRoot()

testParentAxis

public void testParentAxis()

testParentSelfAxis

public void testParentSelfAxis()

testSelfAxis

public void testSelfAxis()

testAncestorAxis

public void testAncestorAxis()

testAncestorIndex

public void testAncestorIndex()

testPrecedingSiblingAxis

public void testPrecedingSiblingAxis()

testFollowingSiblingAxis

public void testFollowingSiblingAxis()

testFollowingAxis

public void testFollowingAxis()

testPosition

public void testPosition()

testNumbers

public void testNumbers()

testPredicates

public void testPredicates()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testPredicates2

public void testPredicates2()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testStrings

public void testStrings()

testQuotes

public void testQuotes()

testBoolean

public void testBoolean()

testNot

public void testNot()

testIds

public void testIds()

testExternalVars

public void testExternalVars()

testQueryResource

public void testQueryResource()

testAncestor

public void testAncestor()
test involving ancestor:: >>>>>>> currently this produces variable corruption : The result is the ancestor <<<<<<<<<<


testNamespaces

public void testNamespaces()

testPreserveSpace

public void testPreserveSpace()

testNestedElements

public void testNestedElements()

testStaticVariables

public void testStaticVariables()

testMembersAsResource

public void testMembersAsResource()

testSatisfies

public void testSatisfies()

testIntersect

public void testIntersect()

testUnion

public void testUnion()

testExcept

public void testExcept()

testConvertToBoolean

public void testConvertToBoolean()
                          throws XMLDBException
Throws:
XMLDBException

testCompile

public void testCompile()
                 throws XMLDBException
Throws:
XMLDBException

main

public static void main(java.lang.String[] args)


<oXygen/> XML Editor provides support for editing and debugging XQuery expressions against the eXist XML Database.