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