org.picocontainer.script.xml
Class XStreamComponentInstanceFactoryTestCase

java.lang.Object
  extended by org.picocontainer.script.xml.XStreamComponentInstanceFactoryTestCase

public class XStreamComponentInstanceFactoryTestCase
extends Object

Author:
Paul Hammant, Marcos Tarruella

Constructor Summary
XStreamComponentInstanceFactoryTestCase()
           
 
Method Summary
 void runDeserializationTest(XMLComponentInstanceFactory factory)
           
 void testDeserializationInEncancedMode()
           
 void testDeserializationInPureJavaMode()
           
 void testDeserializationWithDefaultMode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XStreamComponentInstanceFactoryTestCase

public XStreamComponentInstanceFactoryTestCase()
Method Detail

testDeserializationWithDefaultMode

public void testDeserializationWithDefaultMode()
                                        throws ParserConfigurationException,
                                               IOException,
                                               SAXException
Throws:
ParserConfigurationException
IOException
SAXException

testDeserializationInEncancedMode

public void testDeserializationInEncancedMode()
                                       throws ParserConfigurationException,
                                              IOException,
                                              SAXException
Throws:
ParserConfigurationException
IOException
SAXException

testDeserializationInPureJavaMode

public void testDeserializationInPureJavaMode()
                                       throws ParserConfigurationException,
                                              IOException,
                                              SAXException
Throws:
ParserConfigurationException
IOException
SAXException

runDeserializationTest

public void runDeserializationTest(XMLComponentInstanceFactory factory)
                            throws ParserConfigurationException,
                                   IOException,
                                   SAXException
Throws:
ParserConfigurationException
IOException
SAXException


Copyright © 2003-2010 Codehaus. All Rights Reserved.