ParCompMarkTest::TestProcess Class Reference
#include <TestProcess.h>
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 | ( | ) |
void ParCompMarkTest::TestProcess::tearDown | ( | ) |
void ParCompMarkTest::TestProcess::test_actualizeRenderWindow | ( | ) | [protected] |
void ParCompMarkTest::TestProcess::test_addContext | ( | ) | [protected] |
void ParCompMarkTest::TestProcess::test_constructor | ( | ) | [protected] |
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] |
void ParCompMarkTest::TestProcess::test_displayFrameletIcon | ( | ) | [protected] |
void ParCompMarkTest::TestProcess::test_gatherStatistics | ( | ) | [protected] |
void ParCompMarkTest::TestProcess::test_getProcessTypeSq | ( | ) | [protected] |
void ParCompMarkTest::TestProcess::test_initPC | ( | ) | [protected] |
void ParCompMarkTest::TestProcess::test_initProcess | ( | ) | [protected] |
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] |
void ParCompMarkTest::TestProcess::test_runningProcess | ( | ) | [protected] |
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] |
void ParCompMarkTest::TestProcess::test_start | ( | ) | [protected] |
void ParCompMarkTest::TestProcess::test_stop | ( | ) | [protected] |
void ParCompMarkTest::TestProcess::test_task | ( | ) | [protected] |
void ParCompMarkTest::TestProcess::test_threadFinalize | ( | ) | [protected] |
void ParCompMarkTest::TestProcess::test_threadInitialize | ( | ) | [protected] |
The documentation for this class was generated from the following files: