org.exist.xquery.test
Class XQueryUseCasesTest

java.lang.Object
  extended byTestCase
      extended byorg.exist.xquery.test.XQueryUseCasesTest

public class XQueryUseCasesTest
extends TestCase

Author:
Wolfgang Meier (wolfgang@exist-db.org)
See Also:
Serialized Form

Field Summary
protected  XQueryUseCase useCase
           
 
Constructor Summary
XQueryUseCasesTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
 void testNS()
           
 void testParts()
           
 void testSeq()
           
 void testSGML()
           
 void testString()
           
 void testTREE()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

useCase

protected XQueryUseCase useCase
Constructor Detail

XQueryUseCasesTest

public XQueryUseCasesTest(java.lang.String name)
Method Detail

main

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

setUp

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

testSGML

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

testTREE

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

testParts

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

testString

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

testNS

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

testSeq

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


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