ParCompMarkTest::TestNode Class Reference

#include <TestNode.h>

List of all members.


Detailed Description

Test suite for ParCompMark::Node.

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

Definition at line 56 of file TestNode.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 Node::Node().
void test_constructor_cstd__string_Host_p ()
 Tests constructor Node::Node(const std::string &name, Host * parent).
void test_destructor ()
 Tests destructor Node::~Node().
void test_initialize ()
 Tests method Node::initialize().
void test_finalize ()
 Tests method Node::finalize().
void test_createProcess_cchar_p ()
 Tests method Node::createProcess(const char * processName).
void test_createBuffer_cchar_p_cPCuint_cPCuint_cPCuint_cPCuint_cPCuint ()
 Tests method Node::createBuffer(const char * name, const PCuint left, const PCuint top, const PCuint width, const PCuint height, const PCuint depthFormat).
void test_getBuffer_cstd__string ()
 Tests method Node::getBuffer(const std::string name).
void test_start ()
 Tests method Node::start().
void test_stop ()
 Tests method Node::stop().
void test_collectData ()
 Tests method Node::collectData().
void test_setFrameID_cu32 ()
 Tests method Node::setFrameID(const u32 &frameID).

Member Function Documentation

void ParCompMarkTest::TestNode::setUp (  ) 

Sets up context before running a test.

Definition at line 33 of file TestNode.cpp.

void ParCompMarkTest::TestNode::tearDown (  ) 

Cleans up after the test run.

Definition at line 57 of file TestNode.cpp.

void ParCompMarkTest::TestNode::test_collectData (  )  [protected]

Tests method Node::collectData().

Definition at line 205 of file TestNode.cpp.

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

Tests constructor Node::Node().

Definition at line 67 of file TestNode.cpp.

void ParCompMarkTest::TestNode::test_constructor_cstd__string_Host_p (  )  [protected]

Tests constructor Node::Node(const std::string &name, Host * parent).

Definition at line 81 of file TestNode.cpp.

void ParCompMarkTest::TestNode::test_createBuffer_cchar_p_cPCuint_cPCuint_cPCuint_cPCuint_cPCuint (  )  [protected]

Tests method Node::createBuffer(const char * name, const PCuint left, const PCuint top, const PCuint width, const PCuint height, const PCuint depthFormat).

Definition at line 149 of file TestNode.cpp.

void ParCompMarkTest::TestNode::test_createProcess_cchar_p (  )  [protected]

Tests method Node::createProcess(const char * processName).

Definition at line 135 of file TestNode.cpp.

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

Tests destructor Node::~Node().

Definition at line 95 of file TestNode.cpp.

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

Tests method Node::finalize().

Definition at line 121 of file TestNode.cpp.

void ParCompMarkTest::TestNode::test_getBuffer_cstd__string (  )  [protected]

Tests method Node::getBuffer(const std::string name).

Definition at line 163 of file TestNode.cpp.

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

Tests method Node::initialize().

Definition at line 107 of file TestNode.cpp.

void ParCompMarkTest::TestNode::test_setFrameID_cu32 (  )  [protected]

Tests method Node::setFrameID(const u32 &frameID).

Definition at line 219 of file TestNode.cpp.

void ParCompMarkTest::TestNode::test_start (  )  [protected]

Tests method Node::start().

Definition at line 177 of file TestNode.cpp.

void ParCompMarkTest::TestNode::test_stop (  )  [protected]

Tests method Node::stop().

Definition at line 191 of file TestNode.cpp.


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