ParCompMarkTest::TestHandleClient Class Reference

#include <TestHandleClient.h>

List of all members.


Detailed Description

Test suite for ParCompMark::HandleClient.

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

Definition at line 56 of file TestHandleClient.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_cNetServer_p ()
 Tests constructor HandleClient::HandleClient(const NetServer * net).
void test_destructor ()
 Tests destructor HandleClient::~HandleClient().
void test_initialize ()
 Tests method HandleClient::initialize().
void test_finalize ()
 Tests method HandleClient::finalize().
void test_openConnection ()
 Tests method HandleClient::openConnection().
void test_task ()
 Tests method HandleClient::task().

Member Function Documentation

void ParCompMarkTest::TestHandleClient::setUp (  ) 

Sets up context before running a test.

Definition at line 33 of file TestHandleClient.cpp.

void ParCompMarkTest::TestHandleClient::tearDown (  ) 

Cleans up after the test run.

Definition at line 57 of file TestHandleClient.cpp.

void ParCompMarkTest::TestHandleClient::test_constructor_cNetServer_p (  )  [protected]

Tests constructor HandleClient::HandleClient(const NetServer * net).

Definition at line 67 of file TestHandleClient.cpp.

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

Tests destructor HandleClient::~HandleClient().

Definition at line 81 of file TestHandleClient.cpp.

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

Tests method HandleClient::finalize().

Definition at line 107 of file TestHandleClient.cpp.

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

Tests method HandleClient::initialize().

Definition at line 93 of file TestHandleClient.cpp.

void ParCompMarkTest::TestHandleClient::test_openConnection (  )  [protected]

Tests method HandleClient::openConnection().

Definition at line 121 of file TestHandleClient.cpp.

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

Tests method HandleClient::task().

Definition at line 135 of file TestHandleClient.cpp.


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