org.nanocontainer.reflection
Class DefaultContainerRecorderTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.nanocontainer.reflection.DefaultContainerRecorderTestCase
All Implemented Interfaces:
junit.framework.Test

public class DefaultContainerRecorderTestCase
extends junit.framework.TestCase

Author:
Konstantin Pribluda ( konstantin.pribluda(at)infodesire.com ), Aslak Hellesøy

Constructor Summary
DefaultContainerRecorderTestCase()
           
 
Method Summary
 void testInvocationsCanBeRecordedAndReplayedOnADifferentContainerInstance()
           
 void testRecorderWorksAfterSerialization()
           
 void testXMLRecorderHierarchy()
           
 
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

DefaultContainerRecorderTestCase

public DefaultContainerRecorderTestCase()
Method Detail

testInvocationsCanBeRecordedAndReplayedOnADifferentContainerInstance

public void testInvocationsCanBeRecordedAndReplayedOnADifferentContainerInstance()
                                                                          throws Exception
Throws:
Exception

testRecorderWorksAfterSerialization

public void testRecorderWorksAfterSerialization()
                                         throws IOException,
                                                ClassNotFoundException,
                                                IllegalAccessException,
                                                InvocationTargetException
Throws:
IOException
ClassNotFoundException
IllegalAccessException
InvocationTargetException

testXMLRecorderHierarchy

public void testXMLRecorderHierarchy()
                              throws ClassNotFoundException
Throws:
ClassNotFoundException


Copyright © 2003-2009 Codehaus. All Rights Reserved.