com.fatdog.xmlEngine.junitTest
Class OneFileXPaths

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.fatdog.xmlEngine.junitTest.OneFileXPaths
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
TwoFileXPaths

public class OneFileXPaths
extends junit.framework.TestCase

Tests a variety of XQuery expressions that select nodes from a single-document collection.

The single file referenced, "bib.xml", ships with the XQuery Uses Cases.

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

Constructor Summary
OneFileXPaths()
           
 
Method Summary
static junit.framework.Test suite()
           
 void test_attributes_1()
           
 void test_attributes_2()
           
 void test_attributes_3()
           
 void test_child_1()
           
 void test_child_2()
           
 void test_child_3()
           
 void test_descendants_1()
           
 void test_descendants_2()
           
 void test_descendants_3()
           
 void test_descendants_4()
           
 void test_filter_0()
           
 void test_filter_00()
           
 void test_filter_1()
           
 void test_filter_2()
           
 void test_filter_3()
           
 void test_filter_4()
           
 void test_filter_5()
           
 void test_filter_6()
           
 void test_filter_7()
           
 void test_filter_8()
           
 void test_getDocNameOutOfRange()
           
 void test_getDocNames()
           
 void test_getNodeCounts()
           
 void test_getNumDocs()
           
 void test_misc_nodeTypesAtLeaf_1()
           
 void test_misc_nodeTypesAtLeaf_2()
           
 void test_misc_nodeTypesAtLeaf_3()
           
 void test_misc_nodeTypesAtLeaf_4()
           
 void test_node_1()
           
 void test_node_2()
           
 void test_node_3()
           
 void test_node_4()
           
 void test_parent_1()
           
 void test_parent_2()
           
 void test_parent_3()
           
 void test_parent_4()
           
 void test_protocolHandler_1()
           
 void test_root_1()
           
 void test_root_2()
           
 void test_root_3()
           
 void test_root_4()
           
 void test_root_5()
           
 void test_root_6()
           
 void test_subscripts_1()
           
 void test_subscripts_10()
           
 void test_subscripts_11()
           
 void test_subscripts_12()
           
 void test_subscripts_13()
           
 void test_subscripts_14()
           
 void test_subscripts_15()
           
 void test_subscripts_2()
           
 void test_subscripts_3()
           
 void test_subscripts_4()
           
 void test_subscripts_5()
           
 void test_subscripts_6()
           
 void test_subscripts_7()
           
 void test_subscripts_8()
           
 void test_subscripts_9()
           
 void test_text_1()
           
 void test_text_2()
           
 void test_text_3()
           
 void test_text_4()
           
 void test_wildcard_1()
           
 void test_wildcard_2()
           
 
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

OneFileXPaths

public OneFileXPaths()
Method Detail

test_attributes_1

public void test_attributes_1()
                       throws InvalidQueryException
Throws:
InvalidQueryException

test_attributes_2

public void test_attributes_2()
                       throws InvalidQueryException
Throws:
InvalidQueryException

test_attributes_3

public void test_attributes_3()
                       throws InvalidQueryException
Throws:
InvalidQueryException

test_child_1

public void test_child_1()
                  throws InvalidQueryException
Throws:
InvalidQueryException

test_child_2

public void test_child_2()
                  throws InvalidQueryException
Throws:
InvalidQueryException

test_child_3

public void test_child_3()
                  throws InvalidQueryException
Throws:
InvalidQueryException

test_descendants_1

public void test_descendants_1()
                        throws InvalidQueryException
Throws:
InvalidQueryException

test_descendants_2

public void test_descendants_2()
                        throws InvalidQueryException
Throws:
InvalidQueryException

test_descendants_3

public void test_descendants_3()
                        throws InvalidQueryException
Throws:
InvalidQueryException

test_descendants_4

public void test_descendants_4()
                        throws InvalidQueryException
Throws:
InvalidQueryException

test_filter_00

public void test_filter_00()
                    throws InvalidQueryException
Throws:
InvalidQueryException

test_filter_0

public void test_filter_0()
                   throws InvalidQueryException
Throws:
InvalidQueryException

test_filter_1

public void test_filter_1()
                   throws InvalidQueryException
Throws:
InvalidQueryException

test_filter_2

public void test_filter_2()
                   throws InvalidQueryException
Throws:
InvalidQueryException

test_filter_3

public void test_filter_3()
                   throws InvalidQueryException
Throws:
InvalidQueryException

test_filter_4

public void test_filter_4()
                   throws InvalidQueryException
Throws:
InvalidQueryException

test_filter_5

public void test_filter_5()
                   throws InvalidQueryException
Throws:
InvalidQueryException

test_filter_6

public void test_filter_6()
                   throws InvalidQueryException
Throws:
InvalidQueryException

test_filter_7

public void test_filter_7()
                   throws InvalidQueryException
Throws:
InvalidQueryException

test_filter_8

public void test_filter_8()
                   throws InvalidQueryException
Throws:
InvalidQueryException

test_getNumDocs

public void test_getNumDocs()

test_getDocNames

public void test_getDocNames()

test_getDocNameOutOfRange

public void test_getDocNameOutOfRange()

test_getNodeCounts

public void test_getNodeCounts()

test_misc_nodeTypesAtLeaf_1

public void test_misc_nodeTypesAtLeaf_1()
                                 throws InvalidQueryException
Throws:
InvalidQueryException

test_misc_nodeTypesAtLeaf_2

public void test_misc_nodeTypesAtLeaf_2()
                                 throws InvalidQueryException
Throws:
InvalidQueryException

test_misc_nodeTypesAtLeaf_3

public void test_misc_nodeTypesAtLeaf_3()
                                 throws InvalidQueryException
Throws:
InvalidQueryException

test_misc_nodeTypesAtLeaf_4

public void test_misc_nodeTypesAtLeaf_4()
                                 throws InvalidQueryException
Throws:
InvalidQueryException

test_node_1

public void test_node_1()
                 throws InvalidQueryException
Throws:
InvalidQueryException

test_node_2

public void test_node_2()
                 throws InvalidQueryException
Throws:
InvalidQueryException

test_node_3

public void test_node_3()
                 throws InvalidQueryException
Throws:
InvalidQueryException

test_node_4

public void test_node_4()
                 throws InvalidQueryException
Throws:
InvalidQueryException

test_parent_1

public void test_parent_1()
                   throws InvalidQueryException
Throws:
InvalidQueryException

test_parent_2

public void test_parent_2()
                   throws InvalidQueryException
Throws:
InvalidQueryException

test_parent_3

public void test_parent_3()
                   throws InvalidQueryException
Throws:
InvalidQueryException

test_parent_4

public void test_parent_4()
                   throws InvalidQueryException
Throws:
InvalidQueryException

test_protocolHandler_1

public void test_protocolHandler_1()

test_root_1

public void test_root_1()
                 throws InvalidQueryException
Throws:
InvalidQueryException

test_root_2

public void test_root_2()
                 throws InvalidQueryException
Throws:
InvalidQueryException

test_root_3

public void test_root_3()
                 throws InvalidQueryException
Throws:
InvalidQueryException

test_root_4

public void test_root_4()
                 throws InvalidQueryException
Throws:
InvalidQueryException

test_root_5

public void test_root_5()
                 throws InvalidQueryException
Throws:
InvalidQueryException

test_root_6

public void test_root_6()
                 throws InvalidQueryException
Throws:
InvalidQueryException

test_subscripts_1

public void test_subscripts_1()
                       throws InvalidQueryException
Throws:
InvalidQueryException

test_subscripts_2

public void test_subscripts_2()
                       throws InvalidQueryException
Throws:
InvalidQueryException

test_subscripts_3

public void test_subscripts_3()
                       throws InvalidQueryException
Throws:
InvalidQueryException

test_subscripts_4

public void test_subscripts_4()
                       throws InvalidQueryException
Throws:
InvalidQueryException

test_subscripts_5

public void test_subscripts_5()
                       throws InvalidQueryException
Throws:
InvalidQueryException

test_subscripts_6

public void test_subscripts_6()
                       throws InvalidQueryException
Throws:
InvalidQueryException

test_subscripts_7

public void test_subscripts_7()
                       throws InvalidQueryException
Throws:
InvalidQueryException

test_subscripts_8

public void test_subscripts_8()
                       throws InvalidQueryException
Throws:
InvalidQueryException

test_subscripts_9

public void test_subscripts_9()
                       throws InvalidQueryException
Throws:
InvalidQueryException

test_subscripts_10

public void test_subscripts_10()
                        throws InvalidQueryException
Throws:
InvalidQueryException

test_subscripts_11

public void test_subscripts_11()
                        throws InvalidQueryException
Throws:
InvalidQueryException

test_subscripts_12

public void test_subscripts_12()
                        throws InvalidQueryException
Throws:
InvalidQueryException

test_subscripts_13

public void test_subscripts_13()
                        throws InvalidQueryException
Throws:
InvalidQueryException

test_subscripts_14

public void test_subscripts_14()
                        throws InvalidQueryException
Throws:
InvalidQueryException

test_subscripts_15

public void test_subscripts_15()
                        throws InvalidQueryException
Throws:
InvalidQueryException

test_text_1

public void test_text_1()
                 throws InvalidQueryException
Throws:
InvalidQueryException

test_text_2

public void test_text_2()
                 throws InvalidQueryException
Throws:
InvalidQueryException

test_text_3

public void test_text_3()
                 throws InvalidQueryException
Throws:
InvalidQueryException

test_text_4

public void test_text_4()
                 throws InvalidQueryException
Throws:
InvalidQueryException

test_wildcard_1

public void test_wildcard_1()
                     throws InvalidQueryException
Throws:
InvalidQueryException

test_wildcard_2

public void test_wildcard_2()
                     throws InvalidQueryException
Throws:
InvalidQueryException

suite

public static junit.framework.Test suite()