ParCompMarkTest::TestNetServer Class Reference
#include <TestNetServer.h>
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 | ( | ) |
void ParCompMarkTest::TestNetServer::tearDown | ( | ) |
void ParCompMarkTest::TestNetServer::test_buildCluster | ( | ) | [protected] |
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] |
void ParCompMarkTest::TestNetServer::test_finalize | ( | ) | [protected] |
void ParCompMarkTest::TestNetServer::test_initialize | ( | ) | [protected] |
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] |
The documentation for this class was generated from the following files: