ParCompMarkTest::TestNetServer Class Reference

#include <TestNetServer.h>

List of all members.


Detailed Description

Test suite for ParCompMark::NetServer.

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

Definition at line 56 of file TestNetServer.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 NetServer::NetServer(const std::string &name).
void test_destructor ()
 Tests destructor NetServer::~NetServer().
void test_initialize ()
 Tests method NetServer::initialize().
void test_finalize ()
 Tests method NetServer::finalize().
void test_sendBroadcastMessage_cstd__string_cstd__string ()
 Tests method NetServer::sendBroadcastMessage(const std::string &type, const std::string &message).
void test_buildCluster ()
 Tests method NetServer::buildCluster().
void test_task ()
 Tests method NetServer::task().

Member Function Documentation

void ParCompMarkTest::TestNetServer::setUp (  ) 

Sets up context before running a test.

Definition at line 33 of file TestNetServer.cpp.

void ParCompMarkTest::TestNetServer::tearDown (  ) 

Cleans up after the test run.

Definition at line 59 of file TestNetServer.cpp.

void ParCompMarkTest::TestNetServer::test_buildCluster (  )  [protected]

Tests method NetServer::buildCluster().

Definition at line 155 of file TestNetServer.cpp.

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

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

Definition at line 69 of file TestNetServer.cpp.

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

Here is the call graph for this function:

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

Tests destructor NetServer::~NetServer().

Definition at line 90 of file TestNetServer.cpp.

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

Tests method NetServer::finalize().

Definition at line 116 of file TestNetServer.cpp.

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

Tests method NetServer::initialize().

Definition at line 102 of file TestNetServer.cpp.

void ParCompMarkTest::TestNetServer::test_sendBroadcastMessage_cstd__string_cstd__string (  )  [protected]

Tests method NetServer::sendBroadcastMessage(const std::string &type, const std::string &message).

Definition at line 130 of file TestNetServer.cpp.

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

Tests method NetServer::task().

Definition at line 183 of file TestNetServer.cpp.


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