Definition at line 38 of file ECFactoryTests.cpp.
◆ ECFactoryTests()
ECFactory::ECFactoryTests::ECFactoryTests |
( |
| ) |
|
|
inline |
◆ ~ECFactoryTests()
virtual ECFactory::ECFactoryTests::~ECFactoryTests |
( |
| ) |
|
|
inlinevirtual |
◆ CPPUNIT_TEST() [1/2]
ECFactory::ECFactoryTests::CPPUNIT_TEST |
( |
test_name |
| ) |
|
|
private |
◆ CPPUNIT_TEST() [2/2]
◆ CPPUNIT_TEST_SUITE()
◆ CPPUNIT_TEST_SUITE_END()
ECFactory::ECFactoryTests::CPPUNIT_TEST_SUITE_END |
( |
| ) |
|
|
private |
◆ setUp()
virtual void ECFactory::ECFactoryTests::setUp |
( |
| ) |
|
|
inlinevirtual |
◆ tearDown()
virtual void ECFactory::ECFactoryTests::tearDown |
( |
| ) |
|
|
inlinevirtual |
◆ test_create_and_destroy()
void ECFactory::ECFactoryTests::test_create_and_destroy |
( |
| ) |
|
|
inline |
create()メソッドとdestroy()メソッドのテスト
- create()呼出しにより、所定のExcecutionContextのインスタンスが生成されるか?
- destroy()呼出しにより、所定のExecutionContextインスタンスが削除されるか?
Definition at line 110 of file ECFactoryTests.cpp.
◆ test_name()
void ECFactory::ECFactoryTests::test_name |
( |
| ) |
|
|
inline |
name()メソッドのテスト
- コンストラクタで指定した名称を、name()メソッドで正しく取得できるか?
Definition at line 90 of file ECFactoryTests.cpp.
◆ m_pORB
CORBA::ORB_ptr ECFactory::ECFactoryTests::m_pORB |
|
private |
◆ m_pPOA
PortableServer::POA_ptr ECFactory::ECFactoryTests::m_pPOA |
|
private |
The documentation for this class was generated from the following file: