com.fatdog.xmlEngine.junitTest
Class Namespaces

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

public class Namespaces
extends junit.framework.TestCase

Tests a variety of xpaths using namespace prefixes (setUseLexicalPrefixes(false))

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

Constructor Summary
Namespaces()
           
 
Method Summary
static junit.framework.Test suite()
           
 void test_ns_1()
           
 void test_ns_10()
           
 void test_ns_2()
           
 void test_ns_3()
           
 void test_ns_4()
           
 void test_ns_5()
           
 void test_ns_6()
           
 void test_ns_7()
           
 void test_ns_8()
           
 void test_ns_9()
           
 
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

Namespaces

public Namespaces()
Method Detail

test_ns_1

public void test_ns_1()
               throws InvalidQueryException
Throws:
InvalidQueryException

test_ns_2

public void test_ns_2()
               throws InvalidQueryException
Throws:
InvalidQueryException

test_ns_3

public void test_ns_3()
               throws InvalidQueryException
Throws:
InvalidQueryException

test_ns_4

public void test_ns_4()
               throws InvalidQueryException
Throws:
InvalidQueryException

test_ns_5

public void test_ns_5()
               throws InvalidQueryException
Throws:
InvalidQueryException

test_ns_6

public void test_ns_6()
               throws InvalidQueryException
Throws:
InvalidQueryException

test_ns_7

public void test_ns_7()
               throws InvalidQueryException
Throws:
InvalidQueryException

test_ns_8

public void test_ns_8()
               throws InvalidQueryException
Throws:
InvalidQueryException

test_ns_9

public void test_ns_9()
               throws InvalidQueryException
Throws:
InvalidQueryException

test_ns_10

public void test_ns_10()
                throws InvalidQueryException
Throws:
InvalidQueryException

suite

public static junit.framework.Test suite()