com.fatdog.xmlEngine.junitTest
Class XQueryUseCases

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.fatdog.xmlEngine.junitTest.XQueryUseCases
All Implemented Interfaces:
junit.framework.Test

public class XQueryUseCases
extends junit.framework.TestCase

Tests a variety of "official" XQuery Uses Cases.

See the working draft, XML Query Use Cases.

Version:
0.61
Author:
Howard Katz, howardk@fatdog.com

Constructor Summary
XQueryUseCases()
           
 
Method Summary
static junit.framework.Test suite()
           
 void test_SEQ_1()
           
 void test_SEQ_2()
           
 void test_SEQ_4()
           
 void test_TREE_2()
           
 void test_TREE_3()
           
 void test_TREE_4()
           
 void test_TREE_5()
           
 void test_XMP_1()
           
 void test_XMP_11()
           
 void test_XMP_2()
           
 void test_XMP_3()
           
 void test_XMP_5()
           
 void test_XMP_7()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XQueryUseCases

public XQueryUseCases()
Method Detail

test_XMP_1

public void test_XMP_1()
                throws InvalidQueryException
Throws:
InvalidQueryException

test_XMP_2

public void test_XMP_2()
                throws InvalidQueryException
Throws:
InvalidQueryException

test_XMP_3

public void test_XMP_3()
                throws InvalidQueryException
Throws:
InvalidQueryException

test_XMP_5

public void test_XMP_5()
                throws InvalidQueryException
Throws:
InvalidQueryException

test_XMP_7

public void test_XMP_7()
                throws InvalidQueryException
Throws:
InvalidQueryException

test_XMP_11

public void test_XMP_11()
                 throws InvalidQueryException
Throws:
InvalidQueryException

test_SEQ_1

public void test_SEQ_1()
                throws InvalidQueryException
Throws:
InvalidQueryException

test_SEQ_2

public void test_SEQ_2()
                throws InvalidQueryException
Throws:
InvalidQueryException

test_SEQ_4

public void test_SEQ_4()
                throws InvalidQueryException
Throws:
InvalidQueryException

test_TREE_2

public void test_TREE_2()
                 throws InvalidQueryException
Throws:
InvalidQueryException

test_TREE_3

public void test_TREE_3()
                 throws InvalidQueryException
Throws:
InvalidQueryException

test_TREE_4

public void test_TREE_4()
                 throws InvalidQueryException
Throws:
InvalidQueryException

test_TREE_5

public void test_TREE_5()
                 throws InvalidQueryException
Throws:
InvalidQueryException

suite

public static junit.framework.Test suite()