Public Member Functions | |
PortServiceProxyTests () | |
Constructor. | |
virtual void | setUp () |
Test initialization. | |
virtual void | tearDown () |
Test finalization. | |
void | test_case0 () |
void | test_connect () |
void | test_disconnect () |
void | test_disconnect_all () |
void | test_get_connector_profile () |
void | test_get_connector_profiles () |
void | test_get_port_profile () |
void | test_notify_connect () |
void | test_notify_disconnect () |
~PortServiceProxyTests () | |
Destructor. | |
Private Member Functions | |
CPPUNIT_TEST (test_get_port_profile) | |
CPPUNIT_TEST (test_get_connector_profiles) | |
CPPUNIT_TEST (test_get_connector_profile) | |
CPPUNIT_TEST (test_connect) | |
CPPUNIT_TEST (test_disconnect) | |
CPPUNIT_TEST (test_disconnect_all) | |
CPPUNIT_TEST (test_notify_connect) | |
CPPUNIT_TEST (test_notify_disconnect) | |
CPPUNIT_TEST_SUITE (PortServiceProxyTests) | |
CPPUNIT_TEST_SUITE_END () | |
Private Attributes | |
CORBA::ORB_ptr | m_pORB |
PortableServer::POA_ptr | m_pPOA |
Definition at line 409 of file PortServiceProxyTests.cpp.
Constructor.
Definition at line 432 of file PortServiceProxyTests.cpp.
Destructor.
Definition at line 445 of file PortServiceProxyTests.cpp.
virtual void PortServiceProxy::PortServiceProxyTests::setUp | ( | ) | [inline, virtual] |
Test initialization.
Definition at line 452 of file PortServiceProxyTests.cpp.
virtual void PortServiceProxy::PortServiceProxyTests::tearDown | ( | ) | [inline, virtual] |
Test finalization.
Definition at line 459 of file PortServiceProxyTests.cpp.
void PortServiceProxy::PortServiceProxyTests::test_case0 | ( | ) | [inline] |
Definition at line 863 of file PortServiceProxyTests.cpp.
void PortServiceProxy::PortServiceProxyTests::test_connect | ( | ) | [inline] |
Definition at line 606 of file PortServiceProxyTests.cpp.
void PortServiceProxy::PortServiceProxyTests::test_disconnect | ( | ) | [inline] |
Definition at line 686 of file PortServiceProxyTests.cpp.
void PortServiceProxy::PortServiceProxyTests::test_disconnect_all | ( | ) | [inline] |
Definition at line 720 of file PortServiceProxyTests.cpp.
void PortServiceProxy::PortServiceProxyTests::test_get_connector_profile | ( | ) | [inline] |
Definition at line 556 of file PortServiceProxyTests.cpp.
void PortServiceProxy::PortServiceProxyTests::test_get_connector_profiles | ( | ) | [inline] |
Definition at line 506 of file PortServiceProxyTests.cpp.
void PortServiceProxy::PortServiceProxyTests::test_get_port_profile | ( | ) | [inline] |
Definition at line 468 of file PortServiceProxyTests.cpp.
void PortServiceProxy::PortServiceProxyTests::test_notify_connect | ( | ) | [inline] |
Definition at line 752 of file PortServiceProxyTests.cpp.
void PortServiceProxy::PortServiceProxyTests::test_notify_disconnect | ( | ) | [inline] |
Definition at line 831 of file PortServiceProxyTests.cpp.
CORBA::ORB_ptr PortServiceProxy::PortServiceProxyTests::m_pORB [private] |
Definition at line 424 of file PortServiceProxyTests.cpp.
PortableServer::POA_ptr PortServiceProxy::PortServiceProxyTests::m_pPOA [private] |
Definition at line 425 of file PortServiceProxyTests.cpp.