Public Member Functions | |
| ConditionTests () | |
| Constructor. | |
| virtual void | setUp () |
| Test initialization. | |
| virtual void | tearDown () |
| Test finalization. | |
| void | test_Condition_wait_and_broadcast () |
| wati with time. | |
| void | test_Condition_wait_and_signal () |
| wati with time. | |
| void | test_Condition_wait_with_time () |
| wati with time. | |
| ~ConditionTests () | |
| Destructor. | |
Private Member Functions | |
| CPPUNIT_TEST (test_Condition_wait_and_signal) | |
| CPPUNIT_TEST (test_Condition_wait_and_broadcast) | |
| CPPUNIT_TEST (test_Condition_wait_with_time) | |
| CPPUNIT_TEST_SUITE (ConditionTests) | |
| CPPUNIT_TEST_SUITE_END () | |
Private Attributes | |
| coil::Mutex * | mu |
Definition at line 105 of file ConditionTests.cpp.
| Condition::ConditionTests::ConditionTests | ( | ) | [inline] |
Constructor.
Definition at line 121 of file ConditionTests.cpp.
| Condition::ConditionTests::~ConditionTests | ( | ) | [inline] |
Destructor.
Definition at line 128 of file ConditionTests.cpp.
| Condition::ConditionTests::CPPUNIT_TEST_SUITE | ( | ConditionTests | ) | [private] |
| Condition::ConditionTests::CPPUNIT_TEST_SUITE_END | ( | ) | [private] |
| virtual void Condition::ConditionTests::setUp | ( | ) | [inline, virtual] |
Test initialization.
Definition at line 136 of file ConditionTests.cpp.
| virtual void Condition::ConditionTests::tearDown | ( | ) | [inline, virtual] |
Test finalization.
Definition at line 144 of file ConditionTests.cpp.
| void Condition::ConditionTests::test_Condition_wait_and_broadcast | ( | ) | [inline] |
wati with time.
Definition at line 203 of file ConditionTests.cpp.
| void Condition::ConditionTests::test_Condition_wait_and_signal | ( | ) | [inline] |
wati with time.
Definition at line 154 of file ConditionTests.cpp.
| void Condition::ConditionTests::test_Condition_wait_with_time | ( | ) | [inline] |
wati with time.
Definition at line 255 of file ConditionTests.cpp.
coil::Mutex* Condition::ConditionTests::mu [private] |
Definition at line 115 of file ConditionTests.cpp.