ParCompMarkTest::TestBuffer Class Reference

#include <TestBuffer.h>

List of all members.


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

Sets up context before running a test.

Definition at line 34 of file TestBuffer.cpp.

void ParCompMarkTest::TestBuffer::tearDown (  ) 

Cleans up after the test run.

Definition at line 58 of file TestBuffer.cpp.

void ParCompMarkTest::TestBuffer::test_constructor (  )  [protected]

Tests constructor Buffer::Buffer().

Definition at line 68 of file TestBuffer.cpp.

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]

Tests destructor Buffer::~Buffer().

Definition at line 96 of file TestBuffer.cpp.

void ParCompMarkTest::TestBuffer::test_finalize (  )  [protected]

Tests method Buffer::finalize().

Definition at line 122 of file TestBuffer.cpp.

void ParCompMarkTest::TestBuffer::test_freeBuffers (  )  [protected]

Tests method Buffer::freeBuffers().

Definition at line 150 of file TestBuffer.cpp.

void ParCompMarkTest::TestBuffer::test_initialize (  )  [protected]

Tests method Buffer::initialize().

Definition at line 108 of file TestBuffer.cpp.

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: