ParCompMarkTest::TestBuffer Class Reference
#include <TestBuffer.h>
Detailed Description
Test suite for ParCompMark::Buffer.This is a CppUnit test suite for class ParCompMark::Buffer of project ParCompMark.
Definition at line 56 of file TestBuffer.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 () |
Tests constructor Buffer::Buffer(). | |
void | test_constructor_cPCuint_cPCuint_cPCuint_cPCuint_cPCuint_Node_p () |
Tests constructor Buffer::Buffer(const PCuint &left, const PCuint &top, const PCuint &width, const PCuint &height, const PCuint &depthFormat, Node * parent). | |
void | test_destructor () |
Tests destructor Buffer::~Buffer(). | |
void | test_initialize () |
Tests method Buffer::initialize(). | |
void | test_finalize () |
Tests method Buffer::finalize(). | |
void | test_saveToFile_cstd__string () |
Tests method Buffer::saveToFile(const std::string &filename). | |
void | test_freeBuffers () |
Tests method Buffer::freeBuffers(). |
Member Function Documentation
void ParCompMarkTest::TestBuffer::setUp | ( | ) |
void ParCompMarkTest::TestBuffer::tearDown | ( | ) |
void ParCompMarkTest::TestBuffer::test_constructor | ( | ) | [protected] |
void ParCompMarkTest::TestBuffer::test_constructor_cPCuint_cPCuint_cPCuint_cPCuint_cPCuint_Node_p | ( | ) | [protected] |
Tests constructor Buffer::Buffer(const PCuint &left, const PCuint &top, const PCuint &width, const PCuint &height, const PCuint &depthFormat, Node * parent).
Definition at line 82 of file TestBuffer.cpp.
void ParCompMarkTest::TestBuffer::test_destructor | ( | ) | [protected] |
void ParCompMarkTest::TestBuffer::test_finalize | ( | ) | [protected] |
void ParCompMarkTest::TestBuffer::test_freeBuffers | ( | ) | [protected] |
void ParCompMarkTest::TestBuffer::test_initialize | ( | ) | [protected] |
void ParCompMarkTest::TestBuffer::test_saveToFile_cstd__string | ( | ) | [protected] |
Tests method Buffer::saveToFile(const std::string &filename).
Definition at line 136 of file TestBuffer.cpp.
The documentation for this class was generated from the following files: