|
CORBA::ORB_ptr | m_orb |
|
PortableServer::POA_ptr | m_poa |
|
Definition at line 153 of file PortAdminTests.cpp.
PortAdmin::PortAdminTests::PortAdminTests |
( |
| ) |
|
|
inline |
PortAdmin::PortAdminTests::~PortAdminTests |
( |
| ) |
|
|
inline |
PortAdmin::PortAdminTests::CPPUNIT_TEST_SUITE_END |
( |
| ) |
|
|
private |
virtual void PortAdmin::PortAdminTests::setUp |
( |
| ) |
|
|
inlinevirtual |
virtual void PortAdmin::PortAdminTests::tearDown |
( |
| ) |
|
|
inlinevirtual |
void PortAdmin::PortAdminTests::test_activatePorts |
( |
void |
| ) |
|
|
inline |
void PortAdmin::PortAdminTests::test_addPort |
( |
| ) |
|
|
inline |
void PortAdmin::PortAdminTests::test_deactivatePorts |
( |
void |
| ) |
|
|
inline |
void PortAdmin::PortAdminTests::test_deletePortByName |
( |
| ) |
|
|
inline |
deletePortByName()メソッドのテスト
- 指定した名称を持つPortを正しく削除できるか?
- 削除したPortのProfileのリファレンスがnilになっているか?
Definition at line 406 of file PortAdminTests.cpp.
void PortAdmin::PortAdminTests::test_finalizePorts |
( |
| ) |
|
|
inline |
finalizePorts()メソッドのテスト
- 登録されているすべてのPortを、PortAdminから削除できるか?
- すべてのPortのProfileのリファレンスがnilになっているか?
Definition at line 443 of file PortAdminTests.cpp.
void PortAdmin::PortAdminTests::test_getPort |
( |
| ) |
|
|
inline |
getPort()メソッドのテスト
- ポート名称を指定して、登録されているPortオブジェクトを正しく取得できるか?
Definition at line 277 of file PortAdminTests.cpp.
void PortAdmin::PortAdminTests::test_getPortList |
( |
| ) |
|
|
inline |
void PortAdmin::PortAdminTests::test_getPortRef |
( |
| ) |
|
|
inline |
getPortRef()メソッドのテスト
- 登録されているPortの参照を正しく取得できるか?
- 登録されていないPortの名称を指定した場合、意図どおりnil参照が得られるか?
Definition at line 242 of file PortAdminTests.cpp.
void PortAdmin::PortAdminTests::test_registerPort |
( |
| ) |
|
|
inline |
void PortAdmin::PortAdminTests::test_removePort |
( |
| ) |
|
|
inline |
removePort()のテスト
- Portを正しく削除できるか?
- 削除したPortのProfileのリファレンスがnilになっているか?
Definition at line 368 of file PortAdminTests.cpp.
CORBA::ORB_ptr PortAdmin::PortAdminTests::m_orb |
|
private |
PortableServer::POA_ptr PortAdmin::PortAdminTests::m_poa |
|
private |
The documentation for this class was generated from the following file: