Public Member Functions | |
| OutPortConnectorTests () | |
| Constructor. | |
| virtual void | setUp () |
| Test initialization. | |
| virtual void | tearDown () |
| Test finalization. | |
| void | test_case0 () |
| profile(), id(), name(), setEndian(), isLittleEndian() メソッドのテスト | |
| ~OutPortConnectorTests () | |
| Destructor. | |
Private Member Functions | |
| CPPUNIT_TEST (test_case0) | |
| CPPUNIT_TEST_SUITE (OutPortConnectorTests) | |
| CPPUNIT_TEST_SUITE_END () | |
Private Attributes | |
| CORBA::ORB_ptr | m_pORB |
| PortableServer::POA_ptr | m_pPOA |
Definition at line 117 of file OutPortConnectorTests.cpp.
Constructor.
Definition at line 136 of file OutPortConnectorTests.cpp.
Destructor.
Definition at line 151 of file OutPortConnectorTests.cpp.
| virtual void OutPortConnector::OutPortConnectorTests::setUp | ( | ) | [inline, virtual] |
Test initialization.
Definition at line 158 of file OutPortConnectorTests.cpp.
| virtual void OutPortConnector::OutPortConnectorTests::tearDown | ( | ) | [inline, virtual] |
Test finalization.
Definition at line 165 of file OutPortConnectorTests.cpp.
| void OutPortConnector::OutPortConnectorTests::test_case0 | ( | ) | [inline] |
profile(), id(), name(), setEndian(), isLittleEndian() メソッドのテスト
Definition at line 173 of file OutPortConnectorTests.cpp.
CORBA::ORB_ptr OutPortConnector::OutPortConnectorTests::m_pORB [private] |
Definition at line 127 of file OutPortConnectorTests.cpp.
PortableServer::POA_ptr OutPortConnector::OutPortConnectorTests::m_pPOA [private] |
Definition at line 128 of file OutPortConnectorTests.cpp.