ParCompMarkTest::TestHost Class Reference

#include <TestHost.h>

List of all members.


Detailed Description

Test suite for ParCompMark::Host.

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

Definition at line 56 of file TestHost.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_cstd__string_NetClient_p ()
 Tests constructor Host::Host(const std::string &name = (unknown host), NetClient * netClient = NULL).
void test_destructor ()
 Tests destructor Host::~Host().
void test_getInstance ()
 Tests method Host::getInstance().
void test_openXDisplay_cstd__string ()
 Tests method Host::openXDisplay(const std::string &displayName = ).
void test_getFirstXDisplay ()
 Tests method Host::getFirstXDisplay().
void test_openXDisplays ()
 Tests method Host::openXDisplays().
void test_closeXDisplays ()
 Tests method Host::closeXDisplays().
void test_initialize ()
 Tests method Host::initialize().
void test_finalize ()
 Tests method Host::finalize().
void test_createNode_cchar_p ()
 Tests method Host::createNode(const char * nodeName).
void test_start ()
 Tests method Host::start().
void test_stop ()
 Tests method Host::stop().
void test_collectData ()
 Tests method Host::collectData().
void test_setFrameID_cu32 ()
 Tests method Host::setFrameID(const u32 &frameID).

Member Function Documentation

void ParCompMarkTest::TestHost::setUp (  ) 

Sets up context before running a test.

Definition at line 33 of file TestHost.cpp.

void ParCompMarkTest::TestHost::tearDown (  ) 

Cleans up after the test run.

Definition at line 57 of file TestHost.cpp.

void ParCompMarkTest::TestHost::test_closeXDisplays (  )  [protected]

Tests method Host::closeXDisplays().

Definition at line 157 of file TestHost.cpp.

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

Tests method Host::collectData().

Definition at line 235 of file TestHost.cpp.

void ParCompMarkTest::TestHost::test_constructor_cstd__string_NetClient_p (  )  [protected]

Tests constructor Host::Host(const std::string &name = (unknown host), NetClient * netClient = NULL).

Definition at line 67 of file TestHost.cpp.

void ParCompMarkTest::TestHost::test_createNode_cchar_p (  )  [protected]

Tests method Host::createNode(const char * nodeName).

Definition at line 199 of file TestHost.cpp.

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

Tests destructor Host::~Host().

Definition at line 81 of file TestHost.cpp.

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

Tests method Host::finalize().

Definition at line 185 of file TestHost.cpp.

void ParCompMarkTest::TestHost::test_getFirstXDisplay (  )  [protected]

Tests method Host::getFirstXDisplay().

Definition at line 129 of file TestHost.cpp.

void ParCompMarkTest::TestHost::test_getInstance (  )  [protected]

Tests method Host::getInstance().

Definition at line 93 of file TestHost.cpp.

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

Tests method Host::initialize().

Definition at line 171 of file TestHost.cpp.

void ParCompMarkTest::TestHost::test_openXDisplay_cstd__string (  )  [protected]

Tests method Host::openXDisplay(const std::string &displayName = ).

Definition at line 111 of file TestHost.cpp.

void ParCompMarkTest::TestHost::test_openXDisplays (  )  [protected]

Tests method Host::openXDisplays().

Definition at line 143 of file TestHost.cpp.

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

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

Definition at line 249 of file TestHost.cpp.

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

Tests method Host::start().

Definition at line 213 of file TestHost.cpp.

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

Tests method Host::stop().

Definition at line 227 of file TestHost.cpp.


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