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