Definition at line 201 of file PortBaseTests.cpp.
PortBase::PortBaseTests::PortBaseTests |
( |
| ) |
|
|
inline |
PortBase::PortBaseTests::~PortBaseTests |
( |
| ) |
|
|
inline |
PortBase::PortBaseTests::CPPUNIT_TEST_SUITE_END |
( |
| ) |
|
|
private |
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.
virtual void PortBase::PortBaseTests::tearDown |
( |
| ) |
|
|
inlinevirtual |
void PortBase::PortBaseTests::test_connect |
( |
| ) |
|
|
inline |
connect()メソッドのテスト
- オブジェクト参照経由で、connect()に正しくアクセスできるか?
- 接続が成功するか?
- 接続時にnotify_connect()が意図どおりに1回だけ呼び出されたか?
Definition at line 596 of file PortBaseTests.cpp.
void PortBase::PortBaseTests::test_disconnect |
( |
| ) |
|
|
inline |
disconnect()メソッドのテスト
- オブジェクト参照経由で、disconnect()に正しくアクセスできるか?
- 切断が成功するか?
- 切断時にnotify_disconnect()が、意図どおり1回だけ呼び出されているか?
Definition at line 634 of file PortBaseTests.cpp.
void PortBase::PortBaseTests::test_disconnect_all |
( |
| ) |
|
|
inline |
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.
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.
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.
void PortBase::PortBaseTests::test_getPortProfile |
( |
| ) |
|
|
inline |
getPortProfile()メソッドのテスト
- PortProfile.nameを正しく取得できるか?
- PortProfile.interfaceを正しく取得できるか?
- PortProfile.connector_profilesを正しく取得できるか?
- PortProfile.propertiesを正しく取得できるか?
Definition at line 446 of file PortBaseTests.cpp.
void PortBase::PortBaseTests::test_getPortRef |
( |
| ) |
|
|
inline |
void PortBase::PortBaseTests::test_getProfile |
( |
| ) |
|
|
inline |
getProfile()メソッドのテスト
- PortProfile.nameを正しく取得できるか?
- PortProfile.interfacesを正しく取得できるか?
- PortProfile.connector_profilesを正しく取得できるか?
- PortProfile.propertiesを正しく取得できるか?
Definition at line 728 of file PortBaseTests.cpp.
void PortBase::PortBaseTests::test_getUUID |
( |
| ) |
|
|
inline |
getUUID()メソッドのテスト
- UUIDを取得できるか?(空文字列でないかどうかのみでチェック)
Definition at line 828 of file PortBaseTests.cpp.
void PortBase::PortBaseTests::test_notify_connect |
( |
| ) |
|
|
inline |
void PortBase::PortBaseTests::test_setName |
( |
| ) |
|
|
inline |
setName()メソッドのテスト
- setName()により、意図どおりにPortProfile.nameが書き換えられているか?
Definition at line 706 of file PortBaseTests.cpp.
void PortBase::PortBaseTests::test_setOwner |
( |
| ) |
|
|
inline |
void PortBase::PortBaseTests::test_setPortRef |
( |
| ) |
|
|
inline |
setPortRef()メソッドのテスト
- setPortRef()を用いて、PortBaseオブジェクト参照を正しく設定できるか?
Definition at line 800 of file PortBaseTests.cpp.
CORBA::ORB_ptr PortBase::PortBaseTests::m_orb |
|
private |
The documentation for this class was generated from the following file: