ParCompMarkTest::TestGPU Class Reference

#include <TestGPU.h>

List of all members.


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 (  ) 

Sets up context before running a test.

Definition at line 34 of file TestGPU.cpp.

void ParCompMarkTest::TestGPU::tearDown (  ) 

Cleans up after the test run.

Definition at line 40 of file TestGPU.cpp.

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]

Tests destructor GPU::~GPU().

Definition at line 64 of file TestGPU.cpp.

void ParCompMarkTest::TestGPU::test_parseXML_TiXmlElement_p (  )  [protected]

Tests method GPU::parseXML(TiXmlElement * &tiGPU).

Definition at line 76 of file TestGPU.cpp.

void ParCompMarkTest::TestGPU::test_refreshData (  )  [protected]

Tests method GPU::refreshData().

Definition at line 94 of file TestGPU.cpp.


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