Public Member Functions | |
FactoryTests () | |
Constructor. | |
virtual void | setUp () |
Test initialization. | |
virtual void | tearDown () |
Test finalization. | |
void | test_create_and_destroy () |
create()メソッドとdestroy()メソッドのテスト | |
void | test_number () |
number()メソッドのテスト | |
void | test_profile () |
profile()メソッドのテスト | |
~FactoryTests () | |
Destructor. | |
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.
Tests::FactoryTests::FactoryTests | ( | ) | [inline] |
Constructor.
Definition at line 130 of file rtm/tests/Factory/FactoryTests.cpp.
Tests::FactoryTests::~FactoryTests | ( | ) | [inline] |
Destructor.
Definition at line 137 of file rtm/tests/Factory/FactoryTests.cpp.
Tests::FactoryTests::CPPUNIT_TEST | ( | test_create_and_destroy | ) | [private] |
Tests::FactoryTests::CPPUNIT_TEST | ( | test_profile | ) | [private] |
Tests::FactoryTests::CPPUNIT_TEST | ( | test_number | ) | [private] |
Tests::FactoryTests::CPPUNIT_TEST_SUITE | ( | FactoryTests | ) | [private] |
Tests::FactoryTests::CPPUNIT_TEST_SUITE_END | ( | ) | [private] |
virtual void Tests::FactoryTests::setUp | ( | ) | [inline, virtual] |
Test initialization.
Definition at line 144 of file rtm/tests/Factory/FactoryTests.cpp.
virtual void Tests::FactoryTests::tearDown | ( | ) | [inline, virtual] |
Test finalization.
Definition at line 152 of file rtm/tests/Factory/FactoryTests.cpp.
void Tests::FactoryTests::test_create_and_destroy | ( | ) | [inline] |
create()メソッドとdestroy()メソッドのテスト
Definition at line 164 of file rtm/tests/Factory/FactoryTests.cpp.
void Tests::FactoryTests::test_number | ( | ) | [inline] |
number()メソッドのテスト
Definition at line 213 of file rtm/tests/Factory/FactoryTests.cpp.
void Tests::FactoryTests::test_profile | ( | ) | [inline] |
profile()メソッドのテスト
Definition at line 195 of file rtm/tests/Factory/FactoryTests.cpp.
RTC::Manager* Tests::FactoryTests::m_mgr [private] |
Definition at line 124 of file rtm/tests/Factory/FactoryTests.cpp.