ParCompMarkTest::TestContainer Class Reference
#include <TestContainer.h>
Detailed Description
Test suite for ParCompMark::Container.This is a CppUnit test suite for class ParCompMark::Container of project ParCompMark.
Definition at line 56 of file TestContainer.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 Container::Container().   | |
| void | test_destructor () | 
| Tests destructor Container::~Container().   | |
| void | test_add_std__string_ElementPointer () | 
| Tests method Container::add(std::string name, ElementPointer element).   | |
| void | test_get_cstd__string () | 
| Tests method Container::get(const std::string &name).   | |
| void | test_has_cstd__string () | 
| Tests method Container::has(const std::string &name).   | |
| void | test_remove_cstd__string () | 
| Tests method Container::remove(const std::string &name).   | |
| void | test_getSize () | 
| Tests method Container::getSize().   | |
| void | test_isEmpty () | 
| Tests method Container::isEmpty().   | |
| void | test_begin () | 
| Tests method Container::begin().   | |
| void | test_end () | 
| Tests method Container::end().   | |
Member Function Documentation
| void ParCompMarkTest::TestContainer::setUp | ( | ) | 
| void ParCompMarkTest::TestContainer::tearDown | ( | ) | 
| void ParCompMarkTest::TestContainer::test_add_std__string_ElementPointer | ( | ) |  [protected] | 
        
Tests method Container::add(std::string name, ElementPointer element).
Definition at line 98 of file TestContainer.cpp.
| void ParCompMarkTest::TestContainer::test_begin | ( | ) |  [protected] | 
        
| void ParCompMarkTest::TestContainer::test_constructor | ( | ) |  [protected] | 
        
| void ParCompMarkTest::TestContainer::test_destructor | ( | ) |  [protected] | 
        
| void ParCompMarkTest::TestContainer::test_end | ( | ) |  [protected] | 
        
| void ParCompMarkTest::TestContainer::test_get_cstd__string | ( | ) |  [protected] | 
        
Tests method Container::get(const std::string &name).
Definition at line 125 of file TestContainer.cpp.
| void ParCompMarkTest::TestContainer::test_getSize | ( | ) |  [protected] | 
        
| void ParCompMarkTest::TestContainer::test_has_cstd__string | ( | ) |  [protected] | 
        
Tests method Container::has(const std::string &name).
Definition at line 148 of file TestContainer.cpp.
| void ParCompMarkTest::TestContainer::test_isEmpty | ( | ) |  [protected] | 
        
| void ParCompMarkTest::TestContainer::test_remove_cstd__string | ( | ) |  [protected] | 
        
Tests method Container::remove(const std::string &name).
Definition at line 162 of file TestContainer.cpp.
The documentation for this class was generated from the following files: