net.groboclown.xml.xdstates.v1.tests
Class TestLoaderBasic

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--net.groboclown.junit.v1.MultiThreadedTestCase
                    |
                    +--net.groboclown.xml.xdstates.v1.tests.TestLoaderBasic
All Implemented Interfaces:
junit.framework.Test

public class TestLoaderBasic
extends MultiThreadedTestCase


Inner classes inherited from class net.groboclown.junit.v1.MultiThreadedTestCase
MultiThreadedTestCase.StopThreadsTest, MultiThreadedTestCase.TestCaseRunnable
 
Field Summary
private static HashtableInputStreamGenerator GEN
           
private static String STATES_DTD
           
private static Class THIS_CLASS
           
private static String TOP
           
private static String TOP_DTD
           
private static String XML_DOC_0
           
private static String XML_DOC_1
           
private static String XML_DOC_2
           
private static String XML_DOC_3
           
private static String XML_DOC_4
           
private static String XML_DOC_5
           
private static String XML_DOC_6
           
private static String XML_DOC_7
           
private static Hashtable XML_DOC_HASH
           
 
Fields inherited from class net.groboclown.junit.v1.MultiThreadedTestCase
m_synch, m_testResult, m_threadGroup, m_threadsFinished
 
Fields inherited from class junit.framework.TestCase
fName
 
Constructor Summary
TestLoaderBasic(String name)
           
 
Method Summary
(package private) static void ()
           
protected  StateIteratorHandler createHandler(String doc)
           
static void main(String[] args)
           
protected  void setUp()
           
static junit.framework.Test suite()
           
protected  void tearDown()
           
 void testDoc0()
           
 void testDoc1()
           
 void testDoc2()
           
 void testDoc3()
           
 void testDoc4()
           
 void testDoc5()
           
 void testDoc6()
           
 void testDoc7()
           
 void testInstantiate()
           
 void testIterator0()
           
 void testIterator1()
           
 void testIterator2()
           
 void testIterator3()
           
 void testIterator4()
           
 void testIterator5()
           
 void testIterator6()
           
 void testIterator7()
           
 
Methods inherited from class net.groboclown.junit.v1.MultiThreadedTestCase
handleException, interruptThreads, run, runTestCaseRunnables, runTestCaseRunnables
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

THIS_CLASS

private static final Class THIS_CLASS

STATES_DTD

private static final String STATES_DTD

TOP

private static final String TOP

TOP_DTD

private static final String TOP_DTD

XML_DOC_0

private static final String XML_DOC_0

XML_DOC_1

private static final String XML_DOC_1

XML_DOC_2

private static final String XML_DOC_2

XML_DOC_3

private static final String XML_DOC_3

XML_DOC_4

private static final String XML_DOC_4

XML_DOC_5

private static final String XML_DOC_5

XML_DOC_6

private static final String XML_DOC_6

XML_DOC_7

private static final String XML_DOC_7

XML_DOC_HASH

private static final Hashtable XML_DOC_HASH

GEN

private static final HashtableInputStreamGenerator GEN
Constructor Detail

TestLoaderBasic

public TestLoaderBasic(String name)
Method Detail

suite

public static junit.framework.Test suite()

main

public static void main(String[] args)

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class junit.framework.TestCase

static void ()

testInstantiate

public void testInstantiate()
                     throws Exception

testDoc0

public void testDoc0()
              throws Exception

testDoc1

public void testDoc1()
              throws Exception

testDoc2

public void testDoc2()
              throws Exception

testDoc3

public void testDoc3()
              throws Exception

testDoc4

public void testDoc4()
              throws Exception

testDoc5

public void testDoc5()
              throws Exception

testDoc6

public void testDoc6()
              throws Exception

testDoc7

public void testDoc7()
              throws Exception

testIterator0

public void testIterator0()
                   throws Exception

testIterator1

public void testIterator1()
                   throws Exception

testIterator2

public void testIterator2()
                   throws Exception

testIterator3

public void testIterator3()
                   throws Exception

testIterator4

public void testIterator4()
                   throws Exception

testIterator5

public void testIterator5()
                   throws Exception

testIterator6

public void testIterator6()
                   throws Exception

testIterator7

public void testIterator7()
                   throws Exception

createHandler

protected StateIteratorHandler createHandler(String doc)
                                      throws Exception


Written under the LGPL