Public Member Functions | |
| CorbaConsumerTests () | |
| Constructor. | |
| virtual void | setUp () |
| Test initialization. | |
| virtual void | tearDown () |
| Test finalization. | |
| void | test_copy_constructor () |
| コピーコンストラクタのテスト | |
| void | test_pointer_operator () |
| ポインタ演算子(operator->())のテスト | |
| void | test_releaseObject () |
| releaseObject()メソッドのテスト | |
| void | test_setObject_and__ptr () |
| setObject()メソッドと_ptr()メソッドのテスト | |
| void | test_substitute_operator () |
| ~CorbaConsumerTests () | |
| Destructor. | |
Private Member Functions | |
| CPPUNIT_TEST (test_setObject_and__ptr) | |
| CPPUNIT_TEST (test_copy_constructor) | |
| CPPUNIT_TEST (test_pointer_operator) | |
| CPPUNIT_TEST (test_substitute_operator) | |
| CPPUNIT_TEST (test_releaseObject) | |
| CPPUNIT_TEST_SUITE (CorbaConsumerTests) | |
| CPPUNIT_TEST_SUITE_END () | |
Private Attributes | |
| CORBA::ORB_ptr | m_pORB |
| PortableServer::POA_ptr | m_pPOA |
Definition at line 65 of file CorbaConsumerTests.cpp.
Constructor.
Definition at line 85 of file CorbaConsumerTests.cpp.
Destructor.
Definition at line 99 of file CorbaConsumerTests.cpp.
| virtual void CorbaConsumer::CorbaConsumerTests::setUp | ( | ) | [inline, virtual] |
Test initialization.
Definition at line 106 of file CorbaConsumerTests.cpp.
| virtual void CorbaConsumer::CorbaConsumerTests::tearDown | ( | ) | [inline, virtual] |
Test finalization.
Definition at line 113 of file CorbaConsumerTests.cpp.
| void CorbaConsumer::CorbaConsumerTests::test_copy_constructor | ( | ) | [inline] |
コピーコンストラクタのテスト
Definition at line 147 of file CorbaConsumerTests.cpp.
| void CorbaConsumer::CorbaConsumerTests::test_pointer_operator | ( | ) | [inline] |
ポインタ演算子(operator->())のテスト
Definition at line 175 of file CorbaConsumerTests.cpp.
| void CorbaConsumer::CorbaConsumerTests::test_releaseObject | ( | ) | [inline] |
releaseObject()メソッドのテスト
Definition at line 221 of file CorbaConsumerTests.cpp.
| void CorbaConsumer::CorbaConsumerTests::test_setObject_and__ptr | ( | ) | [inline] |
setObject()メソッドと_ptr()メソッドのテスト
Definition at line 122 of file CorbaConsumerTests.cpp.
| void CorbaConsumer::CorbaConsumerTests::test_substitute_operator | ( | ) | [inline] |
Definition at line 194 of file CorbaConsumerTests.cpp.
CORBA::ORB_ptr CorbaConsumer::CorbaConsumerTests::m_pORB [private] |
Definition at line 77 of file CorbaConsumerTests.cpp.
PortableServer::POA_ptr CorbaConsumer::CorbaConsumerTests::m_pPOA [private] |
Definition at line 78 of file CorbaConsumerTests.cpp.