Public Member Functions | |
FactoryTests () | |
Constructor. More... | |
virtual void | setUp () |
Test initialization. More... | |
virtual void | tearDown () |
Test finalization. More... | |
void | test_create_and_destroy () |
create()メソッドとdestroy()メソッドのテスト More... | |
void | test_number () |
number()メソッドのテスト More... | |
void | test_profile () |
profile()メソッドのテスト More... | |
~FactoryTests () | |
Destructor. More... | |
Private Member Functions | |
CPPUNIT_TEST (test_create_and_destroy) | |
CPPUNIT_TEST (test_profile) | |
CPPUNIT_TEST (test_number) | |
CPPUNIT_TEST_SUITE (FactoryTests) | |
CPPUNIT_TEST_SUITE_END () | |
Private Attributes | |
RTC::Manager * | m_mgr |
Definition at line 114 of file rtm/tests/Factory/FactoryTests.cpp.
|
inline |
Constructor.
Definition at line 130 of file rtm/tests/Factory/FactoryTests.cpp.
|
inline |
Destructor.
Definition at line 137 of file rtm/tests/Factory/FactoryTests.cpp.
|
private |
|
private |
|
private |
|
private |
|
private |
|
inlinevirtual |
Test initialization.
Definition at line 144 of file rtm/tests/Factory/FactoryTests.cpp.
|
inlinevirtual |
Test finalization.
Definition at line 152 of file rtm/tests/Factory/FactoryTests.cpp.
|
inline |
create()メソッドとdestroy()メソッドのテスト
Definition at line 164 of file rtm/tests/Factory/FactoryTests.cpp.
|
inline |
number()メソッドのテスト
Definition at line 213 of file rtm/tests/Factory/FactoryTests.cpp.
|
inline |
profile()メソッドのテスト
Definition at line 195 of file rtm/tests/Factory/FactoryTests.cpp.
|
private |
Definition at line 124 of file rtm/tests/Factory/FactoryTests.cpp.