ParCompMarkTest::TestContext Class Reference

#include <TestContext.h>

List of all members.


Detailed Description

Test suite for ParCompMark::Context.

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

Definition at line 56 of file TestContext.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 Context::Context().
void test_constructor_Process_p ()
 Tests constructor Context::Context(Process * parent).
void test_destructor ()
 Tests destructor Context::~Context().
void test_setProcesses_cchar_p ()
 Tests method Context::setProcesses(const char * processList).
void test_initialize ()
 Tests method Context::initialize().
void test_finalize ()
 Tests method Context::finalize().
void test_setContextTypeSq_cint ()
 Tests method Context::setContextTypeSq(const int contextType).
void test_getContextTypeSq ()
 Tests method Context::getContextTypeSq().

Member Function Documentation

void ParCompMarkTest::TestContext::setUp (  ) 

Sets up context before running a test.

Definition at line 34 of file TestContext.cpp.

void ParCompMarkTest::TestContext::tearDown (  ) 

Cleans up after the test run.

Definition at line 58 of file TestContext.cpp.

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

Tests constructor Context::Context().

Definition at line 68 of file TestContext.cpp.

void ParCompMarkTest::TestContext::test_constructor_Process_p (  )  [protected]

Tests constructor Context::Context(Process * parent).

Definition at line 82 of file TestContext.cpp.

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

Tests destructor Context::~Context().

Definition at line 96 of file TestContext.cpp.

void ParCompMarkTest::TestContext::test_finalize (  )  [protected]

Tests method Context::finalize().

Definition at line 136 of file TestContext.cpp.

void ParCompMarkTest::TestContext::test_getContextTypeSq (  )  [protected]

Tests method Context::getContextTypeSq().

Definition at line 164 of file TestContext.cpp.

void ParCompMarkTest::TestContext::test_initialize (  )  [protected]

Tests method Context::initialize().

Definition at line 122 of file TestContext.cpp.

void ParCompMarkTest::TestContext::test_setContextTypeSq_cint (  )  [protected]

Tests method Context::setContextTypeSq(const int contextType).

Definition at line 150 of file TestContext.cpp.

void ParCompMarkTest::TestContext::test_setProcesses_cchar_p (  )  [protected]

Tests method Context::setProcesses(const char * processList).

Definition at line 108 of file TestContext.cpp.


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