Public Member Functions | |
OrganizationProxyTests () | |
Constructor. | |
virtual void | setUp () |
Test initialization. | |
virtual void | tearDown () |
Test finalization. | |
void | test_case0 () |
void | test_set_owner () |
~OrganizationProxyTests () | |
Destructor. | |
Private Member Functions | |
CPPUNIT_TEST (test_set_owner) | |
CPPUNIT_TEST_SUITE (OrganizationProxyTests) | |
CPPUNIT_TEST_SUITE_END () | |
Private Attributes | |
CORBA::ORB_ptr | m_pORB |
PortableServer::POA_ptr | m_pPOA |
Definition at line 265 of file OrganizationProxyTests.cpp.
Constructor.
Definition at line 282 of file OrganizationProxyTests.cpp.
Destructor.
Definition at line 295 of file OrganizationProxyTests.cpp.
virtual void OrganizationProxy::OrganizationProxyTests::setUp | ( | ) | [inline, virtual] |
Test initialization.
Definition at line 302 of file OrganizationProxyTests.cpp.
virtual void OrganizationProxy::OrganizationProxyTests::tearDown | ( | ) | [inline, virtual] |
Test finalization.
Definition at line 309 of file OrganizationProxyTests.cpp.
void OrganizationProxy::OrganizationProxyTests::test_case0 | ( | ) | [inline] |
Definition at line 354 of file OrganizationProxyTests.cpp.
void OrganizationProxy::OrganizationProxyTests::test_set_owner | ( | ) | [inline] |
Definition at line 317 of file OrganizationProxyTests.cpp.
CORBA::ORB_ptr OrganizationProxy::OrganizationProxyTests::m_pORB [private] |
Definition at line 274 of file OrganizationProxyTests.cpp.
PortableServer::POA_ptr OrganizationProxy::OrganizationProxyTests::m_pPOA [private] |
Definition at line 275 of file OrganizationProxyTests.cpp.