ParCompMarkTest::TestCPU Class Reference

#include <TestCPU.h>

List of all members.


Detailed Description

Test suite for ParCompMark::CPU.

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

Definition at line 56 of file TestCPU.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 CPU::CPU(const std::string &name, const OutputNode::NodeType &type).
void test_destructor ()
 Tests destructor CPU::~CPU().
void test_parseXML_TiXmlElement_p ()
 Tests method CPU::parseXML(TiXmlElement * &tiCPU).
void test_refreshData ()
 Tests method CPU::refreshData().

Member Function Documentation

void ParCompMarkTest::TestCPU::setUp (  ) 

Sets up context before running a test.

Definition at line 34 of file TestCPU.cpp.

void ParCompMarkTest::TestCPU::tearDown (  ) 

Cleans up after the test run.

Definition at line 60 of file TestCPU.cpp.

void ParCompMarkTest::TestCPU::test_constructor_cstd__string_cOutputNode__NodeType (  )  [protected]

Tests constructor CPU::CPU(const std::string &name, const OutputNode::NodeType &type).

Definition at line 70 of file TestCPU.cpp.

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

Tests destructor CPU::~CPU().

Definition at line 84 of file TestCPU.cpp.

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

Tests method CPU::parseXML(TiXmlElement * &tiCPU).

Definition at line 96 of file TestCPU.cpp.

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

Tests method CPU::refreshData().

Definition at line 135 of file TestCPU.cpp.


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