

Classes | |
| class | MyAction |
Public Member Functions | |
| void | testSimple () throws Exception |
| void | testComplexWithSuspendAndRestart () throws Exception |
| void | testSetDelayTimeAndMode () throws Exception |
Protected Member Functions | |
| void | setUp () throws Exception |
Private Attributes | |
| ThreadFactory | tf |
| Logger | logger |
| void alma::acs::concurrent::ThreadLoopRunnerTest::setUp | ( | ) | throws Exception [inline, protected] |
| void alma::acs::concurrent::ThreadLoopRunnerTest::testComplexWithSuspendAndRestart | ( | ) | throws Exception [inline] |
Tests a well-behaved but complex usage scenario, including calls to suspend and start again the execution loop.
References alma::acs::concurrent::ThreadLoopRunnerTest::MyAction::getCount(), alma::acs::util::StopWatch::getLapTimeMillis(), logger, alma::acs::concurrent::ThreadLoopRunnerTest::MyAction::reset(), alma::acs::util::StopWatch::reset(), and tf.
| void alma::acs::concurrent::ThreadLoopRunnerTest::testSetDelayTimeAndMode | ( | ) | throws Exception [inline] |
| void alma::acs::concurrent::ThreadLoopRunnerTest::testSimple | ( | ) | throws Exception [inline] |
Logger alma::acs::concurrent::ThreadLoopRunnerTest::logger [private] |
Referenced by setUp(), testComplexWithSuspendAndRestart(), testSetDelayTimeAndMode(), and testSimple().
ThreadFactory alma::acs::concurrent::ThreadLoopRunnerTest::tf [private] |
Referenced by setUp(), testComplexWithSuspendAndRestart(), testSetDelayTimeAndMode(), and testSimple().
1.6.2