org.jboss.test.xml
Class SimpleTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.xml.SimpleTestCase

public class SimpleTestCase
extends TestCase

See Also:
Serialized Form

Constructor Summary
SimpleTestCase(java.lang.String name)
           
 
Method Summary
 void testMarshallBookDtd()
           
 void testMarshallBookDtdGeneric()
           
 void testMarshallBookXs()
           
 void testUnmarshalBookDtd()
           
 void testUnmarshalBookXs()
           
 void testUnmarshalBookXsGenericFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTestCase

public SimpleTestCase(java.lang.String name)
Method Detail

testUnmarshalBookDtd

public void testUnmarshalBookDtd()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testUnmarshalBookXs

public void testUnmarshalBookXs()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testUnmarshalBookXsGenericFactory

public void testUnmarshalBookXsGenericFactory()
                                       throws java.lang.Exception
Throws:
java.lang.Exception

testMarshallBookDtd

public void testMarshallBookDtd()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testMarshallBookXs

public void testMarshallBookXs()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testMarshallBookDtdGeneric

public void testMarshallBookDtdGeneric()
                                throws java.lang.Exception
Throws:
java.lang.Exception