net.groboclown.util.xml.v1.tests
Class TestXmlObjectOutputStream

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

public class TestXmlObjectOutputStream
extends MultiThreadedTestCase


Inner Class Summary
private  class TestXmlObjectOutputStream.XOOS
           
 
Inner classes inherited from class net.groboclown.junit.v1.MultiThreadedTestCase
MultiThreadedTestCase.StopThreadsTest, MultiThreadedTestCase.TestCaseRunnable
 
Field Summary
private static String HEADER_END
           
private static String HEADER_START
           
static String[] JAVA_STRINGS
           
private static Class THIS_CLASS
           
private static String XEND
           
static String[] XML_STRINGS
           
private static String XSTART
           
 
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
TestXmlObjectOutputStream(String name)
           
 
Method Summary
static void main(String[] args)
           
protected  void setUp()
           
static junit.framework.Test suite()
           
protected  void tearDown()
           
 void testInstantiate()
           
 void testSimpleBoolean()
           
 void testSimpleByte()
           
 void testSimpleBytes()
           
 void testSimpleChar()
           
 void testSimpleChars()
           
 void testSimpleDouble()
           
 void testSimpleFloat()
           
 void testSimpleInt()
           
 void testSimpleLong()
           
 void testSimpleShort()
           
 void testSimpleUtf()
           
 
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

JAVA_STRINGS

public static final String[] JAVA_STRINGS

XML_STRINGS

public static final String[] XML_STRINGS

XSTART

private static final String XSTART

HEADER_START

private static final String HEADER_START

HEADER_END

private static final String HEADER_END

XEND

private static final String XEND
Constructor Detail

TestXmlObjectOutputStream

public TestXmlObjectOutputStream(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

testInstantiate

public void testInstantiate()
                     throws IOException

testSimpleBoolean

public void testSimpleBoolean()
                       throws Exception

testSimpleByte

public void testSimpleByte()
                    throws Exception

testSimpleBytes

public void testSimpleBytes()
                     throws Exception

testSimpleChar

public void testSimpleChar()
                    throws Exception

testSimpleChars

public void testSimpleChars()
                     throws Exception

testSimpleDouble

public void testSimpleDouble()
                      throws Exception

testSimpleFloat

public void testSimpleFloat()
                     throws Exception

testSimpleInt

public void testSimpleInt()
                   throws Exception

testSimpleLong

public void testSimpleLong()
                    throws Exception

testSimpleShort

public void testSimpleShort()
                     throws Exception

testSimpleUtf

public void testSimpleUtf()
                   throws Exception


Written under the LGPL