ParCompMarkTest::TestDynLoad Class Reference

#include <TestDynLoad.h>

List of all members.


Detailed Description

Test suite for ParCompMark::DynLoad.

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

Definition at line 56 of file TestDynLoad.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_cstd__string ()
 Tests constructor DynLoad::DynLoad(const std::string &libName).
void test_destructor ()
 Tests destructor DynLoad::~DynLoad().
void test_hasFunction_cstd__string ()
 Tests method DynLoad::hasFunction(const std::string &funcName).
void test_getFunction_cstd__string ()
 Tests method DynLoad::getFunction(const std::string &funcName).
void test_load ()
 Tests method DynLoad::load().
void test_unload ()
 Tests method DynLoad::unload().

Member Function Documentation

void ParCompMarkTest::TestDynLoad::setUp (  ) 

Sets up context before running a test.

Definition at line 34 of file TestDynLoad.cpp.

void ParCompMarkTest::TestDynLoad::tearDown (  ) 

Cleans up after the test run.

Definition at line 58 of file TestDynLoad.cpp.

void ParCompMarkTest::TestDynLoad::test_constructor_cstd__string (  )  [protected]

Tests constructor DynLoad::DynLoad(const std::string &libName).

Definition at line 68 of file TestDynLoad.cpp.

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

Tests destructor DynLoad::~DynLoad().

Definition at line 75 of file TestDynLoad.cpp.

void ParCompMarkTest::TestDynLoad::test_getFunction_cstd__string (  )  [protected]

Tests method DynLoad::getFunction(const std::string &funcName).

Definition at line 105 of file TestDynLoad.cpp.

References ParCompMark::DynLoad::getFunction().

Here is the call graph for this function:

void ParCompMarkTest::TestDynLoad::test_hasFunction_cstd__string (  )  [protected]

Tests method DynLoad::hasFunction(const std::string &funcName).

Definition at line 91 of file TestDynLoad.cpp.

void ParCompMarkTest::TestDynLoad::test_load (  )  [protected]

Tests method DynLoad::load().

Definition at line 127 of file TestDynLoad.cpp.

void ParCompMarkTest::TestDynLoad::test_unload (  )  [protected]

Tests method DynLoad::unload().

Definition at line 141 of file TestDynLoad.cpp.


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