ParCompMarkTest::TestNetwork Class Reference

#include <TestNetwork.h>

List of all members.


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 (  ) 

Sets up context before running a test.

Definition at line 33 of file TestNetwork.cpp.

void ParCompMarkTest::TestNetwork::tearDown (  ) 

Cleans up after the test run.

Definition at line 57 of file TestNetwork.cpp.

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]

Tests destructor Network::~Network().

Definition at line 81 of file TestNetwork.cpp.

void ParCompMarkTest::TestNetwork::test_getHostName (  )  [protected]

Tests method Network::getHostName().

Definition at line 112 of file TestNetwork.cpp.

void ParCompMarkTest::TestNetwork::test_getIP (  )  [protected]

Tests method Network::getIP().

Definition at line 98 of file TestNetwork.cpp.


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