ParCompMarkTest::TestSingleton Class Reference

#include <TestSingleton.h>

List of all members.


Detailed Description

Test suite for ParCompMark::Singleton.

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

Definition at line 56 of file TestSingleton.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 Singleton::Singleton().
void test_destructor ()
 Tests destructor Singleton::~Singleton().
void test_getInstance ()
 Tests method Singleton::getInstance().
void test_createInstance ()
 Tests method Singleton::createInstance().
void test_destroyInstance ()
 Tests method Singleton::destroyInstance().

Member Function Documentation

void ParCompMarkTest::TestSingleton::setUp (  ) 

Sets up context before running a test.

Definition at line 33 of file TestSingleton.cpp.

void ParCompMarkTest::TestSingleton::tearDown (  ) 

Cleans up after the test run.

Definition at line 41 of file TestSingleton.cpp.

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

Tests constructor Singleton::Singleton().

Definition at line 51 of file TestSingleton.cpp.

void ParCompMarkTest::TestSingleton::test_createInstance (  )  [protected]

Tests method Singleton::createInstance().

Definition at line 83 of file TestSingleton.cpp.

void ParCompMarkTest::TestSingleton::test_destroyInstance (  )  [protected]

Tests method Singleton::destroyInstance().

Definition at line 97 of file TestSingleton.cpp.

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

Tests destructor Singleton::~Singleton().

Definition at line 58 of file TestSingleton.cpp.

void ParCompMarkTest::TestSingleton::test_getInstance (  )  [protected]

Tests method Singleton::getInstance().

Definition at line 69 of file TestSingleton.cpp.


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