org.springframework.batch.item.xml.oxm
Class MarshallingObjectToXmlSerializerTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.item.xml.oxm.MarshallingObjectToXmlSerializerTests

public class MarshallingObjectToXmlSerializerTests
extends TestCase

Author:
Lucas Ward

Constructor Summary
MarshallingObjectToXmlSerializerTests()
           
 
Method Summary
protected  void setUp()
           
 void testSuccessfulWrite()
           
 void testUnsucessfulWrite()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarshallingObjectToXmlSerializerTests

public MarshallingObjectToXmlSerializerTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testSuccessfulWrite

public void testSuccessfulWrite()

testUnsucessfulWrite

public void testUnsucessfulWrite()


Copyright © 2008 SpringSource. All Rights Reserved.