ParCompMarkTest::TestGPU Class Reference
#include <TestGPU.h>
Detailed Description
Test suite for ParCompMark::GPU.This is a CppUnit test suite for class ParCompMark::GPU of project ParCompMark.
Definition at line 56 of file TestGPU.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_cOutputNode__NodeType () |
Tests constructor GPU::GPU(const std::string &name, const OutputNode::NodeType &type). | |
void | test_destructor () |
Tests destructor GPU::~GPU(). | |
void | test_parseXML_TiXmlElement_p () |
Tests method GPU::parseXML(TiXmlElement * &tiGPU). | |
void | test_refreshData () |
Tests method GPU::refreshData(). |
Member Function Documentation
void ParCompMarkTest::TestGPU::setUp | ( | ) |
void ParCompMarkTest::TestGPU::tearDown | ( | ) |
void ParCompMarkTest::TestGPU::test_constructor_cstd__string_cOutputNode__NodeType | ( | ) | [protected] |
Tests constructor GPU::GPU(const std::string &name, const OutputNode::NodeType &type).
Definition at line 50 of file TestGPU.cpp.
void ParCompMarkTest::TestGPU::test_destructor | ( | ) | [protected] |
void ParCompMarkTest::TestGPU::test_parseXML_TiXmlElement_p | ( | ) | [protected] |
void ParCompMarkTest::TestGPU::test_refreshData | ( | ) | [protected] |
The documentation for this class was generated from the following files: