org.exist.xquery.test
Class XQueryTest

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

public class XQueryTest
extends XMLTestCase

I propose that we put here in XQueryTest the tests involving all the others constructs of the XQuery language, besides XPath expressions. And in XPathQueryTest we will put the tests involving only XPath expressions. TODO maybe move the various eXist XQuery extensions in another class ...

See Also:
Serialized Form

Constructor Summary
XQueryTest(java.lang.String arg0)
           
 
Method Summary
 void bugtestXUpdateWithAdvancentTextNodes()
           
static void main(java.lang.String[] args)
           
 void obsoleteTestLargeAttributeRealFile()
          This test is obsolete because testLargeAttributeSimple() reproduces the problem without a file, but I keep it to show how one can test with an XML file.
protected  void setUp()
           
protected  void tearDown()
           
 void testAttributeAxis()
           
 void testCombiningNodeSequences()
           
 void testFor()
           
 void testFunctionDoc()
           
 void testFunctionDocExternal()
           
 void testImprobableAxesAndNodeTestsCombinations()
           
 void testLargeAttributeContains()
           
 void testLargeAttributeKeywordOperator()
           
 void testLargeAttributeSimple()
           
 void testModule()
           
 void testNameConflicts()
           
 void testNamespace()
           
 void testPrecedence()
           
 void testRetrieveLargeAttribute()
           
 void testSerialization()
           
 void testTypedVariables()
           
 void testVariable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XQueryTest

public XQueryTest(java.lang.String arg0)
Method Detail

setUp

protected void setUp()

tearDown

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

testFor

public void testFor()

testCombiningNodeSequences

public void testCombiningNodeSequences()

testVariable

public void testVariable()

testTypedVariables

public void testTypedVariables()

testPrecedence

public void testPrecedence()

testImprobableAxesAndNodeTestsCombinations

public void testImprobableAxesAndNodeTestsCombinations()

testNamespace

public void testNamespace()

testModule

public void testModule()

testFunctionDoc

public void testFunctionDoc()

testFunctionDocExternal

public void testFunctionDocExternal()

testAttributeAxis

public void testAttributeAxis()

testLargeAttributeSimple

public void testLargeAttributeSimple()

testLargeAttributeContains

public void testLargeAttributeContains()

testLargeAttributeKeywordOperator

public void testLargeAttributeKeywordOperator()

testNameConflicts

public void testNameConflicts()

testSerialization

public void testSerialization()

testRetrieveLargeAttribute

public void testRetrieveLargeAttribute()
                                throws XMLDBException
Throws:
XMLDBException

obsoleteTestLargeAttributeRealFile

public void obsoleteTestLargeAttributeRealFile()
This test is obsolete because testLargeAttributeSimple() reproduces the problem without a file, but I keep it to show how one can test with an XML file.


bugtestXUpdateWithAdvancentTextNodes

public void bugtestXUpdateWithAdvancentTextNodes()

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.