Public Member Functions | |
| ECFactoryTests () | |
| Constructor. | |
| virtual void | setUp () |
| Test initialization. | |
| virtual void | tearDown () |
| Test finalization. | |
| void | test_create_and_destroy () |
| create()メソッドとdestroy()メソッドのテスト | |
| void | test_name () |
| name()メソッドのテスト | |
| virtual | ~ECFactoryTests () |
| Destructor. | |
Private Member Functions | |
| CPPUNIT_TEST (test_name) | |
| CPPUNIT_TEST (test_create_and_destroy) | |
| CPPUNIT_TEST_SUITE (ECFactoryTests) | |
| CPPUNIT_TEST_SUITE_END () | |
Private Attributes | |
| CORBA::ORB_ptr | m_pORB |
| PortableServer::POA_ptr | m_pPOA |
Definition at line 38 of file ECFactoryTests.cpp.
| ECFactory::ECFactoryTests::ECFactoryTests | ( | ) | [inline] |
Constructor.
Definition at line 54 of file ECFactoryTests.cpp.
| virtual ECFactory::ECFactoryTests::~ECFactoryTests | ( | ) | [inline, virtual] |
Destructor.
Definition at line 67 of file ECFactoryTests.cpp.
| ECFactory::ECFactoryTests::CPPUNIT_TEST | ( | test_name | ) | [private] |
| ECFactory::ECFactoryTests::CPPUNIT_TEST_SUITE | ( | ECFactoryTests | ) | [private] |
| ECFactory::ECFactoryTests::CPPUNIT_TEST_SUITE_END | ( | ) | [private] |
| virtual void ECFactory::ECFactoryTests::setUp | ( | ) | [inline, virtual] |
Test initialization.
Definition at line 74 of file ECFactoryTests.cpp.
| virtual void ECFactory::ECFactoryTests::tearDown | ( | ) | [inline, virtual] |
Test finalization.
Definition at line 81 of file ECFactoryTests.cpp.
| void ECFactory::ECFactoryTests::test_create_and_destroy | ( | ) | [inline] |
create()メソッドとdestroy()メソッドのテスト
Definition at line 110 of file ECFactoryTests.cpp.
| void ECFactory::ECFactoryTests::test_name | ( | ) | [inline] |
name()メソッドのテスト
Definition at line 90 of file ECFactoryTests.cpp.
CORBA::ORB_ptr ECFactory::ECFactoryTests::m_pORB [private] |
Definition at line 47 of file ECFactoryTests.cpp.
PortableServer::POA_ptr ECFactory::ECFactoryTests::m_pPOA [private] |
Definition at line 48 of file ECFactoryTests.cpp.