ParCompMarkTest::TestClient Class Reference
#include <TestClient.h>
Detailed Description
Test suite for ParCompMark::Client.This is a CppUnit test suite for class ParCompMark::Client of project ParCompMark.
Definition at line 56 of file TestClient.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 Client::Client(const std::string &name). | |
void | test_destructor () |
Tests destructor Client::~Client(). | |
void | test_openConnection () |
Tests method Client::openConnection(). | |
void | test_closeConnection () |
Tests method Client::closeConnection(). | |
void | test_sendMessage_cstd__string_cstd__string () |
Tests method Client::sendMessage(const std::string &type, const std::string &message). | |
void | test_recieveMessage () |
Tests method Client::recieveMessage(). | |
void | test_handleMessage () |
Tests method Client::handleMessage(). |
Member Function Documentation
void ParCompMarkTest::TestClient::setUp | ( | ) |
void ParCompMarkTest::TestClient::tearDown | ( | ) |
void ParCompMarkTest::TestClient::test_closeConnection | ( | ) | [protected] |
void ParCompMarkTest::TestClient::test_constructor_cstd__string | ( | ) | [protected] |
Tests constructor Client::Client(const std::string &name).
Definition at line 49 of file TestClient.cpp.
void ParCompMarkTest::TestClient::test_destructor | ( | ) | [protected] |
void ParCompMarkTest::TestClient::test_handleMessage | ( | ) | [protected] |
void ParCompMarkTest::TestClient::test_openConnection | ( | ) | [protected] |
void ParCompMarkTest::TestClient::test_recieveMessage | ( | ) | [protected] |
void ParCompMarkTest::TestClient::test_sendMessage_cstd__string_cstd__string | ( | ) | [protected] |
Tests method Client::sendMessage(const std::string &type, const std::string &message).
Definition at line 103 of file TestClient.cpp.
The documentation for this class was generated from the following files: