Classes | |
class | Listener |
Public Member Functions | |
virtual void | setUp () |
Test initialization. | |
virtual void | tearDown () |
Test finalization. | |
void | test_activate_multi_timers_concurrently () |
複数のタイマーを時間的に並列に動笹正せE謄好 | |
void | test_activate_multi_timers_continuously () |
複数のタイマーを時間的に直列に動笹正せE謄好 | |
void | test_case0 () |
void | test_registerListener () |
registerListener()メソッドのテスト | |
TimerTests () | |
Constructor. | |
~TimerTests () | |
Destructor. | |
Private Member Functions | |
CPPUNIT_TEST (test_registerListener) | |
CPPUNIT_TEST (test_activate_multi_timers_continuously) | |
CPPUNIT_TEST (test_activate_multi_timers_concurrently) | |
CPPUNIT_TEST_SUITE (TimerTests) | |
CPPUNIT_TEST_SUITE_END () |
Definition at line 44 of file TimerTests.cpp.
Timer::TimerTests::TimerTests | ( | ) | [inline] |
Constructor.
Definition at line 87 of file TimerTests.cpp.
Timer::TimerTests::~TimerTests | ( | ) | [inline] |
Destructor.
Definition at line 94 of file TimerTests.cpp.
Timer::TimerTests::CPPUNIT_TEST | ( | test_registerListener | ) | [private] |
Timer::TimerTests::CPPUNIT_TEST_SUITE | ( | TimerTests | ) | [private] |
Timer::TimerTests::CPPUNIT_TEST_SUITE_END | ( | ) | [private] |
virtual void Timer::TimerTests::setUp | ( | ) | [inline, virtual] |
Test initialization.
Definition at line 101 of file TimerTests.cpp.
virtual void Timer::TimerTests::tearDown | ( | ) | [inline, virtual] |
Test finalization.
Definition at line 108 of file TimerTests.cpp.
void Timer::TimerTests::test_activate_multi_timers_concurrently | ( | ) | [inline] |
複数のタイマーを時間的に並列に動笹正せE謄好
Definition at line 215 of file TimerTests.cpp.
void Timer::TimerTests::test_activate_multi_timers_continuously | ( | ) | [inline] |
複数のタイマーを時間的に直列に動笹正せE謄好
Definition at line 156 of file TimerTests.cpp.
void Timer::TimerTests::test_case0 | ( | ) | [inline] |
Definition at line 113 of file TimerTests.cpp.
void Timer::TimerTests::test_registerListener | ( | ) | [inline] |
registerListener()メソッドのテスト
Definition at line 122 of file TimerTests.cpp.