ParCompMarkTest::TestName Class Reference

#include <TestName.h>

List of all members.


Detailed Description

Test suite for ParCompMark::Name.

This is a CppUnit test suite for class ParCompMark::Name of project ParCompMark.

Definition at line 56 of file TestName.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 ()
 Tests constructor Name::Name().
void test_constructor_cstd__string ()
 Tests constructor Name::Name(const std::string &name).
void test_destructor ()
 Tests destructor Name::~Name().

Member Function Documentation

void ParCompMarkTest::TestName::setUp (  ) 

Sets up context before running a test.

Definition at line 34 of file TestName.cpp.

void ParCompMarkTest::TestName::tearDown (  ) 

Cleans up after the test run.

Definition at line 58 of file TestName.cpp.

void ParCompMarkTest::TestName::test_constructor (  )  [protected]

Tests constructor Name::Name().

Definition at line 68 of file TestName.cpp.

References ParCompMark::Name::mName.

void ParCompMarkTest::TestName::test_constructor_cstd__string (  )  [protected]

Tests constructor Name::Name(const std::string &name).

Definition at line 77 of file TestName.cpp.

References ParCompMark::Name::mName.

void ParCompMarkTest::TestName::test_destructor (  )  [protected]

Tests destructor Name::~Name().

Definition at line 86 of file TestName.cpp.


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