org.nanocontainer.script.xml
Class BeanComponentInstanceFactoryTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.nanocontainer.script.xml.BeanComponentInstanceFactoryTestCase
All Implemented Interfaces:
junit.framework.Test

public class BeanComponentInstanceFactoryTestCase
extends junit.framework.TestCase

Author:
Paul Hammant, Marcos Tarruella

Constructor Summary
BeanComponentInstanceFactoryTestCase()
           
 
Method Summary
 void testDeserialization()
           
 void testDeserializationWithMappedName()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BeanComponentInstanceFactoryTestCase

public BeanComponentInstanceFactoryTestCase()
Method Detail

testDeserialization

public void testDeserialization()
                         throws javax.xml.parsers.ParserConfigurationException,
                                java.io.IOException,
                                org.xml.sax.SAXException,
                                java.lang.ClassNotFoundException
Throws:
javax.xml.parsers.ParserConfigurationException
java.io.IOException
org.xml.sax.SAXException
java.lang.ClassNotFoundException

testDeserializationWithMappedName

public void testDeserializationWithMappedName()
                                       throws javax.xml.parsers.ParserConfigurationException,
                                              java.io.IOException,
                                              org.xml.sax.SAXException,
                                              java.lang.ClassNotFoundException
Throws:
javax.xml.parsers.ParserConfigurationException
java.io.IOException
org.xml.sax.SAXException
java.lang.ClassNotFoundException


Copyright © 2003-2009 Codehaus. All Rights Reserved.