ParCompMarkTest::TestNetClient Class Reference

#include <TestNetClient.h>

List of all members.


Detailed Description

Test suite for ParCompMark::NetClient.

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

Definition at line 56 of file TestNetClient.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 ()
 Tests constructor NetClient::NetClient(const std::string &name).
void test_destructor ()
 Tests destructor NetClient::~NetClient().
void test_initialize ()
 Tests method NetClient::initialize().
void test_finalize ()
 Tests method NetClient::finalize().
void test_task ()
 Tests method NetClient::task().

Member Function Documentation

void ParCompMarkTest::TestNetClient::setUp (  ) 

Sets up context before running a test.

Definition at line 33 of file TestNetClient.cpp.

void ParCompMarkTest::TestNetClient::tearDown (  ) 

Cleans up after the test run.

Definition at line 39 of file TestNetClient.cpp.

void ParCompMarkTest::TestNetClient::test_constructor_cstd__string (  )  [protected]

Tests constructor NetClient::NetClient(const std::string &name).

Definition at line 49 of file TestNetClient.cpp.

References ParCompMark::Pointer< T, Lock >::kill().

Here is the call graph for this function:

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

Tests destructor NetClient::~NetClient().

Definition at line 70 of file TestNetClient.cpp.

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

Tests method NetClient::finalize().

Definition at line 96 of file TestNetClient.cpp.

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

Tests method NetClient::initialize().

Definition at line 82 of file TestNetClient.cpp.

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

Tests method NetClient::task().

Definition at line 110 of file TestNetClient.cpp.


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