ParCompMarkTest::TestLock Class Reference

#include <TestLock.h>

List of all members.


Detailed Description

Test suite for ParCompMark::Lock.

This is a CppUnit test suite for class ParCompMark::Lock of project ParCompMark.

Definition at line 56 of file TestLock.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_constructor ()
 Tests constructor Lock::Lock().
void test_destructor ()
 Tests destructor Lock::~Lock().

Member Function Documentation

void ParCompMarkTest::TestLock::setUp (  ) 

Sets up context before running a test.

Definition at line 33 of file TestLock.cpp.

void ParCompMarkTest::TestLock::tearDown (  ) 

Cleans up after the test run.

Definition at line 41 of file TestLock.cpp.

void ParCompMarkTest::TestLock::test_constructor (  )  [protected]

Tests constructor Lock::Lock().

Definition at line 51 of file TestLock.cpp.

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

Tests destructor Lock::~Lock().

Definition at line 59 of file TestLock.cpp.


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