ParCompMarkTest::TestNetwork Class Reference
#include <TestNetwork.h>
Detailed Description
Test suite for ParCompMark::Network.This is a CppUnit test suite for class ParCompMark::Network of project ParCompMark.
Definition at line 56 of file TestNetwork.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 Network::Network(const std::string &name).   | |
| void | test_destructor () | 
| Tests destructor Network::~Network().   | |
| void | test_getIP () | 
| Tests method Network::getIP().   | |
| void | test_getHostName () | 
| Tests method Network::getHostName().   | |
Member Function Documentation
| void ParCompMarkTest::TestNetwork::setUp | ( | ) | 
| void ParCompMarkTest::TestNetwork::tearDown | ( | ) | 
| void ParCompMarkTest::TestNetwork::test_constructor_cstd__string | ( | ) |  [protected] | 
        
Tests constructor Network::Network(const std::string &name).
Definition at line 67 of file TestNetwork.cpp.
| void ParCompMarkTest::TestNetwork::test_destructor | ( | ) |  [protected] | 
        
| void ParCompMarkTest::TestNetwork::test_getHostName | ( | ) |  [protected] | 
        
| void ParCompMarkTest::TestNetwork::test_getIP | ( | ) |  [protected] | 
        
The documentation for this class was generated from the following files: