

Public Member Functions | |
| TestMultipleComponents () throws Exception | |
| void | testGetGivenComponents () throws Exception |
Static Public Member Functions | |
| static void | main (String[] args) |
Protected Member Functions | |
| void | setUp () throws Exception |
Private Attributes | |
| List< TestLifeCycleComp > | simpleComponents |
| List< TestLifeCycleCharComp > | charComponents |
Static Private Attributes | |
| static String | componentBaseName |
| static String | componentType |
| static int | numberOfComponents |
| alma::lifecycleTest::TestLifeCycleCompImpl::TestMultipleComponents::TestMultipleComponents | ( | ) | throws Exception [inline] |
| java.lang.Exception |
| static void alma::lifecycleTest::TestLifeCycleCompImpl::TestMultipleComponents::main | ( | String[] | args | ) | [inline, static] |
References componentBaseName, componentType, and numberOfComponents.
| void alma::lifecycleTest::TestLifeCycleCompImpl::TestMultipleComponents::setUp | ( | ) | throws Exception [inline, protected] |
Starts CORBA in the client process and connects to the manager and logger.
Subclasses that override this method must call super.setUp(), likely before any other code in that method.
Reimplemented from alma::acs::component::client::ComponentClientTestCase.
| void alma::lifecycleTest::TestLifeCycleCompImpl::TestMultipleComponents::testGetGivenComponents | ( | ) | throws Exception [inline] |
| Exception |
References charComponents, componentBaseName, componentType, alma::acs::component::client::ComponentClientTestCase::getContainerServices(), numberOfComponents, and simpleComponents.
List<TestLifeCycleCharComp> alma::lifecycleTest::TestLifeCycleCompImpl::TestMultipleComponents::charComponents [private] |
Referenced by testGetGivenComponents().
String alma::lifecycleTest::TestLifeCycleCompImpl::TestMultipleComponents::componentBaseName [static, private] |
Referenced by main(), and testGetGivenComponents().
String alma::lifecycleTest::TestLifeCycleCompImpl::TestMultipleComponents::componentType [static, private] |
Referenced by main(), and testGetGivenComponents().
int alma::lifecycleTest::TestLifeCycleCompImpl::TestMultipleComponents::numberOfComponents [static, private] |
Referenced by main(), and testGetGivenComponents().
List<TestLifeCycleComp> alma::lifecycleTest::TestLifeCycleCompImpl::TestMultipleComponents::simpleComponents [private] |
Referenced by testGetGivenComponents().
1.6.2