

Public Member Functions | |
| ProxyTest (String str) throws Exception | |
| void | testPushAlarm () throws Exception |
| void | testAlarmsCollection () throws Exception |
Protected Member Functions | |
| void | setUp () throws Exception |
| void | tearDown () throws Exception |
Private Attributes | |
| String | curDir = System.getProperty("user.dir") |
| JDAL | jdal |
A class to test the Alarm Source
| alma::alarmsystem::source::test::ProxyTest::ProxyTest | ( | String | str | ) | throws Exception [inline] |
| void alma::alarmsystem::source::test::ProxyTest::setUp | ( | ) | throws Exception [inline, protected] |
This execute for each test and we want to have a cache with some logs
Reimplemented from alma::acs::component::client::ComponentClientTestCase.
References curDir, alma::acs::component::client::ComponentClientTestCase::getContainerServices(), jdal, and alma::acs::component::client::ComponentClientTestCase::m_acsManagerProxy.
| void alma::alarmsystem::source::test::ProxyTest::tearDown | ( | ) | throws Exception [inline, protected] |
Reimplemented from alma::acs::component::client::ComponentClientTestCase.
| void alma::alarmsystem::source::test::ProxyTest::testAlarmsCollection | ( | ) | throws Exception [inline] |
Test the push of a collection of alarms
| Exception |
References alma::alarmsystem::source::ACSFaultState::setDescriptor().
| void alma::alarmsystem::source::test::ProxyTest::testPushAlarm | ( | ) | throws Exception [inline] |
Test the push of an alarm
| Exception |
References alma::alarmsystem::source::ACSAlarmSystemInterface::push(), and alma::alarmsystem::source::ACSFaultState::setDescriptor().
String alma::alarmsystem::source::test::ProxyTest::curDir = System.getProperty("user.dir") [private] |
Referenced by setUp().
Referenced by setUp().
1.6.2