org.globus.ogsa.encoding.test
Class TestSerialization

java.lang.Object
  extended byTestCase
      extended byorg.globus.ogsa.server.test.GridTestCase
          extended byorg.globus.ogsa.encoding.test.TestSerialization

public class TestSerialization
extends GridTestCase

tests bean to/from xml serialization

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.globus.ogsa.server.test.GridTestCase
TEST_SERVER
 
Constructor Summary
TestSerialization(java.lang.String name)
           
 
Method Summary
protected  void setUp()
           
static Test suite()
           
 void testClassMetaData()
           
 void testNestedArray()
           
 void testNestedObject()
           
 void testRoundtrip()
           
 
Methods inherited from class org.globus.ogsa.server.test.GridTestCase
setTestServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSerialization

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

suite

public static Test suite()

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class GridTestCase
Throws:
java.lang.Exception

testRoundtrip

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

testClassMetaData

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

testNestedArray

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

testNestedObject

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