ParCompMarkTest::TestDummyLock Class Reference
#include <TestDummyLock.h>
List of all members.
Detailed Description
Test suite for
ParCompMark::DummyLock.
This is a CppUnit test suite for class ParCompMark::DummyLock of project ParCompMark.
Definition at line 56 of file TestDummyLock.h.
|
Public Member Functions |
void | setUp () |
| Sets up context before running a test.
|
void | tearDown () |
| Cleans up after the test run.
|
Protected Member Functions |
void | test_destructor () |
| Tests destructor DummyLock::~DummyLock().
|
void | test_lock () |
| Tests method DummyLock::lock().
|
void | test_trylock () |
| Tests method DummyLock::trylock().
|
void | test_unlock () |
| Tests method DummyLock::unlock().
|
Member Function Documentation
void ParCompMarkTest::TestDummyLock::setUp |
( |
|
) |
|
void ParCompMarkTest::TestDummyLock::tearDown |
( |
|
) |
|
void ParCompMarkTest::TestDummyLock::test_destructor |
( |
|
) |
[protected] |
void ParCompMarkTest::TestDummyLock::test_lock |
( |
|
) |
[protected] |
void ParCompMarkTest::TestDummyLock::test_trylock |
( |
|
) |
[protected] |
void ParCompMarkTest::TestDummyLock::test_unlock |
( |
|
) |
[protected] |
The documentation for this class was generated from the following files: