

Public Member Functions | |
| ObjectsTest () throws Exception | |
| void | setUp () throws Exception |
| void | tearDown () throws Exception |
| void | testFaultStateType () throws Exception |
| void | testSourceType () throws Exception |
Private Attributes | |
| String | faultFamily = "TestFaultFamily" |
| String | faultMember = "TestFaultMember" |
| Integer | faultCode = 1001 |
| alma::lasersource::test::ObjectsTest::ObjectsTest | ( | ) | throws Exception [inline] |
| void alma::lasersource::test::ObjectsTest::setUp | ( | ) | throws Exception [inline] |
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::lasersource::test::ObjectsTest::tearDown | ( | ) | throws Exception [inline] |
Releases all previously obtained components (using manager), logs out from the manager, and terminates the CORBA ORB.
Subclasses that override this method must call super.tearDown(), likely after any other code in that method.
Reimplemented from alma::acs::component::client::ComponentClientTestCase.
| void alma::lasersource::test::ObjectsTest::testFaultStateType | ( | ) | throws Exception [inline] |
References faultCode, faultFamily, faultMember, alma::alarmsystem::source::ACSFaultState::getCode(), alma::alarmsystem::source::ACSFaultState::getDescriptor(), alma::alarmsystem::source::ACSFaultState::getFamily(), alma::alarmsystem::source::ACSFaultState::getMember(), and alma::alarmsystem::source::ACSFaultState::setDescriptor().
| void alma::lasersource::test::ObjectsTest::testSourceType | ( | ) | throws Exception [inline] |
Integer alma::lasersource::test::ObjectsTest::faultCode = 1001 [private] |
Referenced by testFaultStateType().
String alma::lasersource::test::ObjectsTest::faultFamily = "TestFaultFamily" [private] |
Referenced by testFaultStateType().
String alma::lasersource::test::ObjectsTest::faultMember = "TestFaultMember" [private] |
Referenced by testFaultStateType().
1.6.2