#include <taskthread_test.hpp>
Public Member Functions | |
ActivitiesThreadTest () | |
void | setUp () |
void | tearDown () |
void | testAllocation () |
void | testExceptionRecovery () |
void | testFileDescriptor () |
void | testFileDescriptor_NoFD () |
void | testNonPeriodic () |
void | testPeriodic () |
void | testScheduler () |
void | testSequential () |
void | testSlave () |
void | testThreadConfig () |
~ActivitiesThreadTest () | |
Public Attributes | |
TestActivity< Activity > * | t_task_a |
TestActivity< PeriodicActivity > * | t_task_np |
TestActivity< PeriodicActivity > * | t_task_np_bad |
TestActivity< PeriodicActivity > * | t_task_p |
TestActivity< SlaveActivity > * | t_task_slave |
Tests task-thread relationships.
Definition at line 40 of file taskthread_test.hpp.
|
inline |
Definition at line 50 of file taskthread_test.hpp.
|
inline |
Definition at line 51 of file taskthread_test.hpp.
void ActivitiesThreadTest::setUp | ( | ) |
Definition at line 160 of file taskthread_test.cpp.
void ActivitiesThreadTest::tearDown | ( | ) |
Definition at line 170 of file taskthread_test.cpp.
void ActivitiesThreadTest::testAllocation | ( | ) |
void ActivitiesThreadTest::testExceptionRecovery | ( | ) |
void ActivitiesThreadTest::testFileDescriptor | ( | ) |
void ActivitiesThreadTest::testFileDescriptor_NoFD | ( | ) |
void ActivitiesThreadTest::testNonPeriodic | ( | ) |
void ActivitiesThreadTest::testPeriodic | ( | ) |
void ActivitiesThreadTest::testScheduler | ( | ) |
void ActivitiesThreadTest::testSequential | ( | ) |
void ActivitiesThreadTest::testSlave | ( | ) |
void ActivitiesThreadTest::testThreadConfig | ( | ) |
TestActivity<Activity>* ActivitiesThreadTest::t_task_a |
Definition at line 48 of file taskthread_test.hpp.
TestActivity<PeriodicActivity>* ActivitiesThreadTest::t_task_np |
Definition at line 44 of file taskthread_test.hpp.
TestActivity<PeriodicActivity>* ActivitiesThreadTest::t_task_np_bad |
Definition at line 45 of file taskthread_test.hpp.
TestActivity<PeriodicActivity>* ActivitiesThreadTest::t_task_p |
Definition at line 46 of file taskthread_test.hpp.
TestActivity<SlaveActivity>* ActivitiesThreadTest::t_task_slave |
Definition at line 47 of file taskthread_test.hpp.