

Public Member Functions | |
| CategoryClientParent () throws Exception | |
| void | setUp () throws Exception |
| void | tearDown () throws Exception |
| void | onAlarm (Alarm alarm) |
| void | onException (LaserSelectionException e) |
| void | testGetNodeParents () throws Exception |
Private Attributes | |
| CategoryClient | categoryClient |
Test the getParents method of the Category client.
Each method of the Category client needs to be tested in a separate class due to a bug in the NC (COMP-2153)
| alma::alarmsystem::clients::test::CategoryClientParent::CategoryClientParent | ( | ) | throws Exception [inline] |
Constructor
| Exception |
| void alma::alarmsystem::clients::test::CategoryClientParent::onAlarm | ( | Alarm | alarm | ) | [inline] |
| void alma::alarmsystem::clients::test::CategoryClientParent::onException | ( | LaserSelectionException | e | ) | [inline] |
| void alma::alarmsystem::clients::test::CategoryClientParent::setUp | ( | ) | throws Exception [inline] |
Reimplemented from alma::acs::component::client::ComponentClientTestCase.
References categoryClient, and alma::acs::component::client::ComponentClientTestCase::getContainerServices().
| void alma::alarmsystem::clients::test::CategoryClientParent::tearDown | ( | ) | throws Exception [inline] |
Reimplemented from alma::acs::component::client::ComponentClientTestCase.
References categoryClient, and alma::alarmsystem::clients::CategoryClient::close().
| void alma::alarmsystem::clients::test::CategoryClientParent::testGetNodeParents | ( | ) | throws Exception [inline] |
Test getParents for NODE and MULTIPLICITY reduction
| Exception |
References categoryClient, alma::alarmsystem::clients::CategoryClient::connect(), and alma::alarmsystem::clients::CategoryClient::getParents().
The categoryClient to test
Referenced by setUp(), tearDown(), and testGetNodeParents().
1.6.2