Public Member Functions | Private Member Functions | Private Attributes | List of all members
ECFactory::ECFactoryTests Class Reference
Inheritance diagram for ECFactory::ECFactoryTests:
Inheritance graph
[legend]

Public Member Functions

 ECFactoryTests ()
 Constructor. More...
 
virtual void setUp ()
 Test initialization. More...
 
virtual void tearDown ()
 Test finalization. More...
 
void test_create_and_destroy ()
 create()メソッドとdestroy()メソッドのテスト More...
 
void test_name ()
 name()メソッドのテスト More...
 
virtual ~ECFactoryTests ()
 Destructor. More...
 

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
 

Detailed Description

Definition at line 38 of file ECFactoryTests.cpp.

Constructor & Destructor Documentation

ECFactory::ECFactoryTests::ECFactoryTests ( )
inline

Constructor.

Definition at line 54 of file ECFactoryTests.cpp.

virtual ECFactory::ECFactoryTests::~ECFactoryTests ( )
inlinevirtual

Destructor.

Definition at line 67 of file ECFactoryTests.cpp.

Member Function Documentation

ECFactory::ECFactoryTests::CPPUNIT_TEST ( test_name  )
private
ECFactory::ECFactoryTests::CPPUNIT_TEST ( test_create_and_destroy  )
private
ECFactory::ECFactoryTests::CPPUNIT_TEST_SUITE ( ECFactoryTests  )
private
ECFactory::ECFactoryTests::CPPUNIT_TEST_SUITE_END ( )
private
virtual void ECFactory::ECFactoryTests::setUp ( )
inlinevirtual

Test initialization.

Definition at line 74 of file ECFactoryTests.cpp.

virtual void ECFactory::ECFactoryTests::tearDown ( )
inlinevirtual

Test finalization.

Definition at line 81 of file ECFactoryTests.cpp.

void ECFactory::ECFactoryTests::test_create_and_destroy ( )
inline

create()メソッドとdestroy()メソッドのテスト

  • create()呼出しにより、所定のExcecutionContextのインスタンスが生成されるか?
  • destroy()呼出しにより、所定のExecutionContextインスタンスが削除されるか?

Definition at line 110 of file ECFactoryTests.cpp.

void ECFactory::ECFactoryTests::test_name ( )
inline

name()メソッドのテスト

  • コンストラクタで指定した名称を、name()メソッドで正しく取得できるか?

Definition at line 90 of file ECFactoryTests.cpp.

Member Data Documentation

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.


The documentation for this class was generated from the following file:


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Thu Jun 6 2019 19:26:02