org.picocontainer.script
Class StoringContainerTestCase

java.lang.Object
  extended by org.picocontainer.script.StoringContainerTestCase

public class StoringContainerTestCase
extends Object

Test case to prove that the DefaultContainerRecorder can be replaced by use of Storing behaviours.

Author:
Konstantin Pribluda, Aslak Hellesøy, Mauro Talevi

Constructor Summary
StoringContainerTestCase()
           
 
Method Summary
 void scriptedPopulationOfContainerHierarchy()
           
 void testInvocationsCanBeRecordedAndReplayedOnADifferentContainerInstance()
           
 void testRecorderWorksAfterSerialization()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoringContainerTestCase

public StoringContainerTestCase()
Method Detail

testInvocationsCanBeRecordedAndReplayedOnADifferentContainerInstance

public void testInvocationsCanBeRecordedAndReplayedOnADifferentContainerInstance()
                                                                          throws Exception
Throws:
Exception

testRecorderWorksAfterSerialization

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

scriptedPopulationOfContainerHierarchy

public void scriptedPopulationOfContainerHierarchy()


Copyright © 2003-2010 Codehaus. All Rights Reserved.