Definition at line 201 of file PortBaseTests.cpp.
◆ PortBaseTests()
PortBase::PortBaseTests::PortBaseTests |
( |
| ) |
|
|
inline |
◆ ~PortBaseTests()
PortBase::PortBaseTests::~PortBaseTests |
( |
| ) |
|
|
inline |
◆ CPPUNIT_TEST() [1/14]
◆ CPPUNIT_TEST() [2/14]
◆ CPPUNIT_TEST() [3/14]
◆ CPPUNIT_TEST() [4/14]
◆ CPPUNIT_TEST() [5/14]
◆ CPPUNIT_TEST() [6/14]
◆ CPPUNIT_TEST() [7/14]
◆ CPPUNIT_TEST() [8/14]
◆ CPPUNIT_TEST() [9/14]
◆ CPPUNIT_TEST() [10/14]
◆ CPPUNIT_TEST() [11/14]
◆ CPPUNIT_TEST() [12/14]
◆ CPPUNIT_TEST() [13/14]
◆ CPPUNIT_TEST() [14/14]
◆ CPPUNIT_TEST_SUITE()
◆ CPPUNIT_TEST_SUITE_END()
PortBase::PortBaseTests::CPPUNIT_TEST_SUITE_END |
( |
| ) |
|
|
private |
◆ setUp()
virtual void PortBase::PortBaseTests::setUp |
( |
| ) |
|
|
inlinevirtual |
初期化 (1) ORBの初期化,POAのactivate (2) PortBaseのインスタンス生成 (3) PortInterfaceProfileオブジェクト要素のセット (4) PortInterfaceProfileListオブジェクト要素 (PortProfileの要素)のセット (5) ConnectorProfileオブジェクト要素のセット (6) ConnectorProfileListオブジェクト要素(PortProfileの要素)のセット (7) PortProfileオブジェクト要素のセット (8) PortProfileオブジェクトのセット
Definition at line 264 of file PortBaseTests.cpp.
◆ tearDown()
virtual void PortBase::PortBaseTests::tearDown |
( |
| ) |
|
|
inlinevirtual |
◆ test_connect()
void PortBase::PortBaseTests::test_connect |
( |
| ) |
|
|
inline |
connect()メソッドのテスト
- オブジェクト参照経由で、connect()に正しくアクセスできるか?
- 接続が成功するか?
- 接続時にnotify_connect()が意図どおりに1回だけ呼び出されたか?
Definition at line 596 of file PortBaseTests.cpp.
◆ test_disconnect()
void PortBase::PortBaseTests::test_disconnect |
( |
| ) |
|
|
inline |
disconnect()メソッドのテスト
- オブジェクト参照経由で、disconnect()に正しくアクセスできるか?
- 切断が成功するか?
- 切断時にnotify_disconnect()が、意図どおり1回だけ呼び出されているか?
Definition at line 634 of file PortBaseTests.cpp.
◆ test_disconnect_all()
void PortBase::PortBaseTests::test_disconnect_all |
( |
| ) |
|
|
inline |
◆ test_get_connector_profile()
void PortBase::PortBaseTests::test_get_connector_profile |
( |
| ) |
|
|
inline |
get_connector_profile()メソッドのテスト
- オブジェクト参照経由で、get_connector_profile()に正しくアクセスできるか?
- ConnectorProfile.nameを正しく取得できるか?
- ConnectorProfile.connector_idを正しく取得できるか?
- ConnectorProfile.propertiesを正しく取得できるか?
Definition at line 556 of file PortBaseTests.cpp.
◆ test_get_connector_profiles()
void PortBase::PortBaseTests::test_get_connector_profiles |
( |
| ) |
|
|
inline |
get_connector_profiles()メソッドのテスト
- オブジェクト参照経由で、get_connector_profiles()に正しくアクセスできるか?
- ConnectorProfile.nameを正しく取得できるか?
- ConnectorProfile.connector_idを正しく取得できるか?
- ConnectorProfile.propertiesを正しく取得できるか?
Definition at line 513 of file PortBaseTests.cpp.
◆ test_get_port_profile()
void PortBase::PortBaseTests::test_get_port_profile |
( |
| ) |
|
|
inline |
get_port_profile()メソッドのテスト
- オブジェクト参照経由で、get_port_profile()に正しくアクセスできるか?
- PortProfile.nameを正しく取得できるか?
- PortProfile.interfaceを正しく取得できるか?
- PortProfile.connector_profilesを正しく取得できるか?
- PortProfile.propertiesを正しく取得できるか?
Definition at line 375 of file PortBaseTests.cpp.
◆ test_getPortProfile()
void PortBase::PortBaseTests::test_getPortProfile |
( |
| ) |
|
|
inline |
getPortProfile()メソッドのテスト
- PortProfile.nameを正しく取得できるか?
- PortProfile.interfaceを正しく取得できるか?
- PortProfile.connector_profilesを正しく取得できるか?
- PortProfile.propertiesを正しく取得できるか?
Definition at line 446 of file PortBaseTests.cpp.
◆ test_getPortRef()
void PortBase::PortBaseTests::test_getPortRef |
( |
| ) |
|
|
inline |
◆ test_getProfile()
void PortBase::PortBaseTests::test_getProfile |
( |
| ) |
|
|
inline |
getProfile()メソッドのテスト
- PortProfile.nameを正しく取得できるか?
- PortProfile.interfacesを正しく取得できるか?
- PortProfile.connector_profilesを正しく取得できるか?
- PortProfile.propertiesを正しく取得できるか?
Definition at line 728 of file PortBaseTests.cpp.
◆ test_getUUID()
void PortBase::PortBaseTests::test_getUUID |
( |
| ) |
|
|
inline |
getUUID()メソッドのテスト
- UUIDを取得できるか?(空文字列でないかどうかのみでチェック)
Definition at line 828 of file PortBaseTests.cpp.
◆ test_notify_connect()
void PortBase::PortBaseTests::test_notify_connect |
( |
| ) |
|
|
inline |
◆ test_setName()
void PortBase::PortBaseTests::test_setName |
( |
| ) |
|
|
inline |
setName()メソッドのテスト
- setName()により、意図どおりにPortProfile.nameが書き換えられているか?
Definition at line 706 of file PortBaseTests.cpp.
◆ test_setOwner()
void PortBase::PortBaseTests::test_setOwner |
( |
| ) |
|
|
inline |
◆ test_setPortRef()
void PortBase::PortBaseTests::test_setPortRef |
( |
| ) |
|
|
inline |
setPortRef()メソッドのテスト
- setPortRef()を用いて、PortBaseオブジェクト参照を正しく設定できるか?
Definition at line 800 of file PortBaseTests.cpp.
◆ m_on_connected
◆ m_on_connection_lost
◆ m_on_disconnected
◆ m_on_publish
◆ m_on_subscribe
◆ m_on_unsubscribe
◆ m_orb
CORBA::ORB_ptr PortBase::PortBaseTests::m_orb |
|
private |
◆ m_pPortBase
◆ m_pPortBase_2
◆ m_pPortBase_3
The documentation for this class was generated from the following file: