

Public Member Functions | |
| AcsScriptsTest (String name) | |
| void | test_Start_Local_ServicesAndManager () throws Throwable |
| void | test_Stop_Local_ServicesAndManager () throws Throwable |
| void | test_Start_Local_Acs () throws Throwable |
| void | test_Stop_Local_Acs () throws Throwable |
| void | test_Start_Local_AcsAndContainers () throws Throwable |
| void | test_Stop_Local_AcsAndContainers () throws Throwable |
Protected Member Functions | |
| void | setUp () throws Exception |
| void | tearDown () throws Exception |
Static Package Attributes | |
| static final int | acs_instance = 9 |
| static final String | ACS_HOST = "localhost" |
| static final String | ACS_INSTANCE = String.valueOf(acs_instance) |
| static final String | MGR_PORT = ACSPorts.globalInstance(acs_instance).giveManagerPort() |
| static final String | IR_PORT = ACSPorts.globalInstance(acs_instance).giveIRPort() |
| static final String | NS_PORT = ACSPorts.globalInstance(acs_instance).giveNamingServicePort() |
| static final int | TIMEOUT = 120 |
This test is not a pure unit test, since it starts acs instances. That means, it alters the (operating system level) environment. That means, errors in foregoing test methods will have the consequence of errors in subsequent test methods.
| alma::acs::commandcenter::engine::AcsScriptsTest::AcsScriptsTest | ( | String | name | ) | [inline] |
| void alma::acs::commandcenter::engine::AcsScriptsTest::setUp | ( | ) | throws Exception [inline, protected] |
| void alma::acs::commandcenter::engine::AcsScriptsTest::tearDown | ( | ) | throws Exception [inline, protected] |
| void alma::acs::commandcenter::engine::AcsScriptsTest::test_Start_Local_Acs | ( | ) | throws Throwable [inline] |
| void alma::acs::commandcenter::engine::AcsScriptsTest::test_Start_Local_AcsAndContainers | ( | ) | throws Throwable [inline] |
| void alma::acs::commandcenter::engine::AcsScriptsTest::test_Start_Local_ServicesAndManager | ( | ) | throws Throwable [inline] |
| void alma::acs::commandcenter::engine::AcsScriptsTest::test_Stop_Local_Acs | ( | ) | throws Throwable [inline] |
| void alma::acs::commandcenter::engine::AcsScriptsTest::test_Stop_Local_AcsAndContainers | ( | ) | throws Throwable [inline] |
| void alma::acs::commandcenter::engine::AcsScriptsTest::test_Stop_Local_ServicesAndManager | ( | ) | throws Throwable [inline] |
final String alma::acs::commandcenter::engine::AcsScriptsTest::ACS_HOST = "localhost" [static, package] |
final String alma::acs::commandcenter::engine::AcsScriptsTest::ACS_INSTANCE = String.valueOf(acs_instance) [static, package] |
final int alma::acs::commandcenter::engine::AcsScriptsTest::acs_instance = 9 [static, package] |
final String alma::acs::commandcenter::engine::AcsScriptsTest::IR_PORT = ACSPorts.globalInstance(acs_instance).giveIRPort() [static, package] |
final String alma::acs::commandcenter::engine::AcsScriptsTest::MGR_PORT = ACSPorts.globalInstance(acs_instance).giveManagerPort() [static, package] |
final String alma::acs::commandcenter::engine::AcsScriptsTest::NS_PORT = ACSPorts.globalInstance(acs_instance).giveNamingServicePort() [static, package] |
final int alma::acs::commandcenter::engine::AcsScriptsTest::TIMEOUT = 120 [static, package] |
1.6.2