Definition at line 79 of file ObjectManagerTests.cpp.
ObjectManagerTests::ObjectManagerTests::ObjectManagerTests |
( |
| ) |
|
|
inline |
ObjectManagerTests::ObjectManagerTests::~ObjectManagerTests |
( |
| ) |
|
|
inline |
ObjectManagerTests::ObjectManagerTests::CPPUNIT_TEST |
( |
test_find |
| ) |
|
|
private |
ObjectManagerTests::ObjectManagerTests::CPPUNIT_TEST_SUITE_END |
( |
| ) |
|
|
private |
virtual void ObjectManagerTests::ObjectManagerTests::setUp |
( |
| ) |
|
|
inlinevirtual |
virtual void ObjectManagerTests::ObjectManagerTests::tearDown |
( |
| ) |
|
|
inlinevirtual |
void ObjectManagerTests::ObjectManagerTests::test_find |
( |
| ) |
|
|
inline |
void ObjectManagerTests::ObjectManagerTests::test_getObjects |
( |
| ) |
|
|
inline |
void ObjectManagerTests::ObjectManagerTests::test_registerObject |
( |
| ) |
|
|
inline |
void ObjectManagerTests::ObjectManagerTests::test_registerObject_with_overlapped_identifier |
( |
| ) |
|
|
inline |
registerObject()メソッドのテスト
- 同一のオブジェクト(当然、識別子も同じ)の登録を試みて、意図どおり失敗するか?
- 同一の識別子を持つ別のオブジェクトの登録を試みて、意図どおり失敗するか?
Definition at line 143 of file ObjectManagerTests.cpp.
void ObjectManagerTests::ObjectManagerTests::test_unregisterObject_and_find |
( |
| ) |
|
|
inline |
unregisterObject()メソッドとfind()メソッドのテスト
- オブジェクトをunregisterObject()で登録解除して、そのオブジェクトを正しく取得できるか?
- 登録解除したオブジェクトのIDを指定してfind()した場合、意図どおりNULLを得るか?
- 登録解除していないオブジェクトは、依然としてfind()で正しく取得できるか?
Definition at line 199 of file ObjectManagerTests.cpp.
The documentation for this class was generated from the following file: