com.fatdog.xmlEngine.junitTest
Class Expressions
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.fatdog.xmlEngine.junitTest.Expressions
- All Implemented Interfaces:
- junit.framework.Test
- public class Expressions
- extends junit.framework.TestCase
Tests a variety of XQuery expressions that don't require file access.
- Version:
- 0.66
- Author:
- Howard Katz, howardk@fatdog.com
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 |
Expressions
public Expressions()
test_ctor_0
public void test_ctor_0()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_flwor_1
public void test_flwor_1()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_flwor_2
public void test_flwor_2()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_flwor_3
public void test_flwor_3()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_flwor_4
public void test_flwor_4()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_flwor_5
public void test_flwor_5()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_flwor_6
public void test_flwor_6()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_flwor_7
public void test_flwor_7()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_flwor_8
public void test_flwor_8()
test_flwor_9
public void test_flwor_9()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_flwor_10
public void test_flwor_10()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_flwor_11
public void test_flwor_11()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_flwor_12
public void test_flwor_12()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_flwor_13
public void test_flwor_13()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_flwor_14
public void test_flwor_14()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_generalComp_1
public void test_generalComp_1()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_generalComp_2
public void test_generalComp_2()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_generalComp_3
public void test_generalComp_3()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_generalComp_4
public void test_generalComp_4()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_generalComp_5
public void test_generalComp_5()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_generalComp_6
public void test_generalComp_6()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_generalComp_7
public void test_generalComp_7()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_generalComp_8
public void test_generalComp_8()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_generalComp_9
public void test_generalComp_9()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_generalComp_12
public void test_generalComp_12()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_generalComp_13
public void test_generalComp_13()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_ifthenelse_1
public void test_ifthenelse_1()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_intLiteral_1
public void test_intLiteral_1()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_orderComparison_1
public void test_orderComparison_1()
test_orderComparison_2
public void test_orderComparison_2()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_orderComparison_3
public void test_orderComparison_3()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_orderComparison_4
public void test_orderComparison_4()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_sequence_1
public void test_sequence_1()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_sequence_2
public void test_sequence_2()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_sequence_3
public void test_sequence_3()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_sequence_4
public void test_sequence_4()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_sequence_5
public void test_sequence_5()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_sequence_6
public void test_sequence_6()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_some_1
public void test_some_1()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_some_2
public void test_some_2()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_some_3
public void test_some_3()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_some_4
public void test_some_4()
throws InvalidQueryException
- Throws:
InvalidQueryException
test_stringLiteral
public void test_stringLiteral()
throws InvalidQueryException
- Throws:
InvalidQueryException
suite
public static junit.framework.Test suite()