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