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 (  ) 

Sets up context before running a test.

Definition at line 33 of file TestDummyLock.cpp.

void ParCompMarkTest::TestDummyLock::tearDown (  ) 

Cleans up after the test run.

Definition at line 40 of file TestDummyLock.cpp.

void ParCompMarkTest::TestDummyLock::test_destructor (  )  [protected]

Tests destructor DummyLock::~DummyLock().

Definition at line 50 of file TestDummyLock.cpp.

void ParCompMarkTest::TestDummyLock::test_lock (  )  [protected]

Tests method DummyLock::lock().

Definition at line 62 of file TestDummyLock.cpp.

void ParCompMarkTest::TestDummyLock::test_trylock (  )  [protected]

Tests method DummyLock::trylock().

Definition at line 76 of file TestDummyLock.cpp.

void ParCompMarkTest::TestDummyLock::test_unlock (  )  [protected]

Tests method DummyLock::unlock().

Definition at line 90 of file TestDummyLock.cpp.


The documentation for this class was generated from the following files: