com.fatdog.xmlEngine.junitTest
Class Constructors

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

public class Constructors
extends junit.framework.TestCase

JUnit test suite for attribute and element constructors.

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

Constructor Summary
Constructors()
           
 
Method Summary
static junit.framework.Test suite()
           
 void test_boundaryWhitespace_0()
           
 void test_boundaryWhitespace_1()
           
 void test_boundaryWhitespace_2()
           
 void test_boundaryWhitespace_3()
           
 void test_boundaryWhitespace_4()
           
 void test_boundaryWhitespace_5()
           
 void test_boundaryWhitespace_6()
           
 void test_boundaryWhitespace_7()
           
 void test_boundaryWhitespace_8()
           
 void test_ctor_1()
           
 void test_ctor_10()
           
 void test_ctor_11()
           
 void test_ctor_12()
           
 void test_ctor_13()
           
 void test_ctor_14()
           
 void test_ctor_15()
           
 void test_ctor_2()
           
 void test_ctor_3()
           
 void test_ctor_4()
           
 void test_ctor_5()
           
 void test_ctor_6()
           
 void test_ctor_7()
           
 void test_ctor_8()
           
 void test_ctor_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

Constructors

public Constructors()
Method Detail

test_boundaryWhitespace_0

public void test_boundaryWhitespace_0()
                               throws InvalidQueryException
Throws:
InvalidQueryException

test_boundaryWhitespace_1

public void test_boundaryWhitespace_1()
                               throws InvalidQueryException
Throws:
InvalidQueryException

test_boundaryWhitespace_2

public void test_boundaryWhitespace_2()
                               throws InvalidQueryException
Throws:
InvalidQueryException

test_boundaryWhitespace_3

public void test_boundaryWhitespace_3()
                               throws InvalidQueryException
Throws:
InvalidQueryException

test_boundaryWhitespace_4

public void test_boundaryWhitespace_4()
                               throws InvalidQueryException
Throws:
InvalidQueryException

test_boundaryWhitespace_5

public void test_boundaryWhitespace_5()
                               throws InvalidQueryException
Throws:
InvalidQueryException

test_boundaryWhitespace_6

public void test_boundaryWhitespace_6()
                               throws InvalidQueryException
Throws:
InvalidQueryException

test_boundaryWhitespace_7

public void test_boundaryWhitespace_7()
                               throws InvalidQueryException
Throws:
InvalidQueryException

test_boundaryWhitespace_8

public void test_boundaryWhitespace_8()
                               throws InvalidQueryException
Throws:
InvalidQueryException

test_ctor_1

public void test_ctor_1()
                 throws InvalidQueryException
Throws:
InvalidQueryException

test_ctor_2

public void test_ctor_2()
                 throws InvalidQueryException
Throws:
InvalidQueryException

test_ctor_3

public void test_ctor_3()
                 throws InvalidQueryException
Throws:
InvalidQueryException

test_ctor_4

public void test_ctor_4()
                 throws InvalidQueryException
Throws:
InvalidQueryException

test_ctor_5

public void test_ctor_5()
                 throws InvalidQueryException
Throws:
InvalidQueryException

test_ctor_6

public void test_ctor_6()
                 throws InvalidQueryException
Throws:
InvalidQueryException

test_ctor_7

public void test_ctor_7()
                 throws InvalidQueryException
Throws:
InvalidQueryException

test_ctor_8

public void test_ctor_8()
                 throws InvalidQueryException
Throws:
InvalidQueryException

test_ctor_9

public void test_ctor_9()
                 throws InvalidQueryException
Throws:
InvalidQueryException

test_ctor_10

public void test_ctor_10()
                  throws InvalidQueryException
Throws:
InvalidQueryException

test_ctor_11

public void test_ctor_11()
                  throws InvalidQueryException
Throws:
InvalidQueryException

test_ctor_12

public void test_ctor_12()
                  throws InvalidQueryException
Throws:
InvalidQueryException

test_ctor_13

public void test_ctor_13()
                  throws InvalidQueryException
Throws:
InvalidQueryException

test_ctor_14

public void test_ctor_14()
                  throws InvalidQueryException
Throws:
InvalidQueryException

test_ctor_15

public void test_ctor_15()
                  throws InvalidQueryException
Throws:
InvalidQueryException

suite

public static junit.framework.Test suite()