Public Member Functions | |
| InPortPushConnectorTests () | |
| Constructor. | |
| virtual void | setUp () |
| Test initialization. | |
| virtual void | tearDown () |
| Test finalization. | |
| void | test_disconnect () |
| disconnect メソッドテスト | |
| void | test_InPortPushConnector () |
| Constructor メソッドテスト | |
| void | test_read () |
| read メソッドテスト | |
| ~InPortPushConnectorTests () | |
| Destructor. | |
Public Attributes | |
| RTC::ConnectorListeners | m_listeners |
Private Member Functions | |
| CPPUNIT_TEST (test_InPortPushConnector) | |
| CPPUNIT_TEST (test_read) | |
| CPPUNIT_TEST (test_disconnect) | |
| CPPUNIT_TEST_SUITE (InPortPushConnectorTests) | |
| CPPUNIT_TEST_SUITE_END () | |
Private Attributes | |
| CORBA::ORB_ptr | m_pORB |
| PortableServer::POA_ptr | m_pPOA |
Definition at line 428 of file InPortPushConnectorTests.cpp.
Constructor.
Definition at line 450 of file InPortPushConnectorTests.cpp.
Destructor.
Definition at line 467 of file InPortPushConnectorTests.cpp.
| InPortPushConnector::InPortPushConnectorTests::CPPUNIT_TEST_SUITE | ( | InPortPushConnectorTests | ) | [private] |
| virtual void InPortPushConnector::InPortPushConnectorTests::setUp | ( | ) | [inline, virtual] |
Test initialization.
Definition at line 474 of file InPortPushConnectorTests.cpp.
| virtual void InPortPushConnector::InPortPushConnectorTests::tearDown | ( | ) | [inline, virtual] |
Test finalization.
Definition at line 518 of file InPortPushConnectorTests.cpp.
| void InPortPushConnector::InPortPushConnectorTests::test_disconnect | ( | ) | [inline] |
disconnect メソッドテスト
Definition at line 658 of file InPortPushConnectorTests.cpp.
| void InPortPushConnector::InPortPushConnectorTests::test_InPortPushConnector | ( | ) | [inline] |
Constructor メソッドテスト
Definition at line 526 of file InPortPushConnectorTests.cpp.
| void InPortPushConnector::InPortPushConnectorTests::test_read | ( | void | ) | [inline] |
read メソッドテスト
Definition at line 601 of file InPortPushConnectorTests.cpp.
Definition at line 445 of file InPortPushConnectorTests.cpp.
CORBA::ORB_ptr InPortPushConnector::InPortPushConnectorTests::m_pORB [private] |
Definition at line 440 of file InPortPushConnectorTests.cpp.
PortableServer::POA_ptr InPortPushConnector::InPortPushConnectorTests::m_pPOA [private] |
Definition at line 441 of file InPortPushConnectorTests.cpp.