ParCompMarkTest::TestContext Class Reference
#include <TestContext.h>
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 | ( | ) |
void ParCompMarkTest::TestContext::tearDown | ( | ) |
void ParCompMarkTest::TestContext::test_constructor | ( | ) | [protected] |
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] |
void ParCompMarkTest::TestContext::test_finalize | ( | ) | [protected] |
void ParCompMarkTest::TestContext::test_getContextTypeSq | ( | ) | [protected] |
void ParCompMarkTest::TestContext::test_initialize | ( | ) | [protected] |
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: