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