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
Fields inherited from class junit.framework.TestCase |
fName |
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 |
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
TestXmlObjectOutputStream
public TestXmlObjectOutputStream(String name)
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