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 |
( |
|
) |
|
void ParCompMarkTest::TestHandleClient::tearDown |
( |
|
) |
|
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] |
void ParCompMarkTest::TestHandleClient::test_finalize |
( |
|
) |
[protected] |
void ParCompMarkTest::TestHandleClient::test_initialize |
( |
|
) |
[protected] |
void ParCompMarkTest::TestHandleClient::test_openConnection |
( |
|
) |
[protected] |
void ParCompMarkTest::TestHandleClient::test_task |
( |
|
) |
[protected] |
The documentation for this class was generated from the following files: