ParCompMarkTest::TestDynLoad Class Reference
#include <TestDynLoad.h>
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 | ( | ) |
void ParCompMarkTest::TestDynLoad::tearDown | ( | ) |
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] |
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] |
void ParCompMarkTest::TestDynLoad::test_unload | ( | ) | [protected] |
The documentation for this class was generated from the following files: