ParCompMarkTest::TestProcess Class Reference

#include <TestProcess.h>

List of all members.


Detailed Description

Test suite for ParCompMark::Process.

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

Definition at line 56 of file TestProcess.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 Process::Process().
void test_constructor_cstd__string_Node_p ()
 Tests constructor Process::Process(const std::string &name, Node * parent).
void test_destructor ()
 Tests destructor Process::~Process().
void test_threadInitialize ()
 Tests method Process::threadInitialize().
void test_threadFinalize ()
 Tests method Process::threadFinalize().
void test_start ()
 Tests method Process::start().
void test_stop ()
 Tests method Process::stop().
void test_addContext ()
 Tests method Process::addContext().
void test_initPC ()
 Tests method Process::initPC().
void test_openRenderWindow_cstd__string_cstd__string_cbool_cu32_cu32_cu32_cs32_cs32_cu32 ()
 Tests method Process::openRenderWindow(const std::string caption = PCM Framework, const std::string &displayName = , const bool &fullScreen = true, const u32 &colourDepth = 0, const u32 &width = GLXRenderWindow::MAXIMALSIZE, const u32 &height = GLXRenderWindow::MAXIMALSIZE, const s32 &left = GLXRenderWindow::CENTERED, const s32 &top = GLXRenderWindow::CENTERED, const u32 &fsaaSamples = 0).
void test_actualizeRenderWindow ()
 Tests method Process::actualizeRenderWindow().
void test_setViewportForRendering ()
 Tests method Process::setViewportForRendering().
void test_displayFrameletIcon ()
 Tests method Process::displayFrameletIcon().
void test_initProcess ()
 Tests method Process::initProcess().
void test_runningProcess ()
 Tests method Process::runningProcess().
void test_setProcessTypeSq_cint ()
 Tests method Process::setProcessTypeSq(const int processType).
void test_getProcessTypeSq ()
 Tests method Process::getProcessTypeSq().
void test_setBufferByName_cchar_p ()
 Tests method Process::setBufferByName(const char * name).
void test_setFinito_cu32 ()
 Tests method Process::setFinito(const u32 &frameID).
void test_task ()
 Tests method Process::task().
void test_refreshSortOrder ()
 Tests method Process::refreshSortOrder().
void test_gatherStatistics ()
 Tests method Process::gatherStatistics().

Member Function Documentation

void ParCompMarkTest::TestProcess::setUp (  ) 

Sets up context before running a test.

Definition at line 33 of file TestProcess.cpp.

void ParCompMarkTest::TestProcess::tearDown (  ) 

Cleans up after the test run.

Definition at line 57 of file TestProcess.cpp.

void ParCompMarkTest::TestProcess::test_actualizeRenderWindow (  )  [protected]

Tests method Process::actualizeRenderWindow().

Definition at line 205 of file TestProcess.cpp.

void ParCompMarkTest::TestProcess::test_addContext (  )  [protected]

Tests method Process::addContext().

Definition at line 163 of file TestProcess.cpp.

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

Tests constructor Process::Process().

Definition at line 67 of file TestProcess.cpp.

void ParCompMarkTest::TestProcess::test_constructor_cstd__string_Node_p (  )  [protected]

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

Definition at line 81 of file TestProcess.cpp.

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

Tests destructor Process::~Process().

Definition at line 95 of file TestProcess.cpp.

void ParCompMarkTest::TestProcess::test_displayFrameletIcon (  )  [protected]

Tests method Process::displayFrameletIcon().

Definition at line 233 of file TestProcess.cpp.

void ParCompMarkTest::TestProcess::test_gatherStatistics (  )  [protected]

Tests method Process::gatherStatistics().

Definition at line 366 of file TestProcess.cpp.

void ParCompMarkTest::TestProcess::test_getProcessTypeSq (  )  [protected]

Tests method Process::getProcessTypeSq().

Definition at line 296 of file TestProcess.cpp.

void ParCompMarkTest::TestProcess::test_initPC (  )  [protected]

Tests method Process::initPC().

Definition at line 177 of file TestProcess.cpp.

void ParCompMarkTest::TestProcess::test_initProcess (  )  [protected]

Tests method Process::initProcess().

Definition at line 248 of file TestProcess.cpp.

void ParCompMarkTest::TestProcess::test_openRenderWindow_cstd__string_cstd__string_cbool_cu32_cu32_cu32_cs32_cs32_cu32 (  )  [protected]

Tests method Process::openRenderWindow(const std::string caption = PCM Framework, const std::string &displayName = , const bool &fullScreen = true, const u32 &colourDepth = 0, const u32 &width = GLXRenderWindow::MAXIMALSIZE, const u32 &height = GLXRenderWindow::MAXIMALSIZE, const s32 &left = GLXRenderWindow::CENTERED, const s32 &top = GLXRenderWindow::CENTERED, const u32 &fsaaSamples = 0).

Definition at line 191 of file TestProcess.cpp.

void ParCompMarkTest::TestProcess::test_refreshSortOrder (  )  [protected]

Tests method Process::refreshSortOrder().

Definition at line 352 of file TestProcess.cpp.

void ParCompMarkTest::TestProcess::test_runningProcess (  )  [protected]

Tests method Process::runningProcess().

Definition at line 265 of file TestProcess.cpp.

void ParCompMarkTest::TestProcess::test_setBufferByName_cchar_p (  )  [protected]

Tests method Process::setBufferByName(const char * name).

Definition at line 310 of file TestProcess.cpp.

void ParCompMarkTest::TestProcess::test_setFinito_cu32 (  )  [protected]

Tests method Process::setFinito(const u32 &frameID).

Definition at line 324 of file TestProcess.cpp.

void ParCompMarkTest::TestProcess::test_setProcessTypeSq_cint (  )  [protected]

Tests method Process::setProcessTypeSq(const int processType).

Definition at line 282 of file TestProcess.cpp.

void ParCompMarkTest::TestProcess::test_setViewportForRendering (  )  [protected]

Tests method Process::setViewportForRendering().

Definition at line 219 of file TestProcess.cpp.

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

Tests method Process::start().

Definition at line 135 of file TestProcess.cpp.

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

Tests method Process::stop().

Definition at line 149 of file TestProcess.cpp.

void ParCompMarkTest::TestProcess::test_task (  )  [protected]

Tests method Process::task().

Definition at line 338 of file TestProcess.cpp.

void ParCompMarkTest::TestProcess::test_threadFinalize (  )  [protected]

Tests method Process::threadFinalize().

Definition at line 121 of file TestProcess.cpp.

void ParCompMarkTest::TestProcess::test_threadInitialize (  )  [protected]

Tests method Process::threadInitialize().

Definition at line 107 of file TestProcess.cpp.


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