| com.jcorporate.expresso.kernel.test.TestComponentSystem
TestComponentSystem | public class TestComponentSystem extends TestCase (Code) | | Unit tests for the whole component system
author: Michael Rimov version: $Revision: 1.2 $ on $Date: 2004/11/17 20:48:23 $ |
Method Summary | |
public static void | main(String[] argv) | protected void | setUp() | protected void | tearDown() | public void | testGC() This, unfortunately, is a visual 'joke' in that you should see a warning
message about having to GC a Rootcontainer interface when it should
have been explicitly destroyed. | public void | testInit() | public void | testInitRoot() | public void | testMultipleInits() This test case actually tests the management class ExpressoRuntimeMap
by initializing several containers and making sure that the ExpressoRuntime
map seems to be keeping track of them properly. |
TestComponentSystem | public TestComponentSystem(String _name)(Code) | | |
main | public static void main(String[] argv)(Code) | | Executes the test case
|
setUp | protected void setUp()(Code) | | setUp method for test case
|
tearDown | protected void tearDown()(Code) | | tearDown method for test case
|
testGC | public void testGC()(Code) | | This, unfortunately, is a visual 'joke' in that you should see a warning
message about having to GC a Rootcontainer interface when it should
have been explicitly destroyed.
|
testInit | public void testInit()(Code) | | |
testInitRoot | public void testInitRoot()(Code) | | |
testMultipleInits | public void testMultipleInits()(Code) | | This test case actually tests the management class ExpressoRuntimeMap
by initializing several containers and making sure that the ExpressoRuntime
map seems to be keeping track of them properly.
|
|
|