testRefCount.cc
Go to the documentation of this file.
#define RefCountable
The locking interface for use on Reference-Counted classes.
Definition: Lock.h:66
Definition: testRefCount.cc:63
Definition: RefCount.h:28
implements test program's main() function while enabling customization
Definition: unitTestMain.h:26
Definition: testRefCount.cc:17
CPPUNIT_TEST(testCountability)
CPPUNIT_TEST(testStandalonePointer)
CPPUNIT_TEST_SUITE_END()
CPPUNIT_TEST(testCheckPointers)
CPPUNIT_TEST(testObjectToRefCounted)
void testPointerFromRefCounter()
Definition: testRefCount.cc:169
CPPUNIT_TEST(testRefCountFromConst)
CPPUNIT_TEST(testDoubleInheritToSingleInherit)
CPPUNIT_TEST_SUITE(TestRefCount)
CPPUNIT_TEST(testPointerFromRefCounter)
void testDoubleInheritToSingleInherit()
Definition: testRefCount.cc:181
CPPUNIT_TEST(testPointerConst)
Definition: testRefCount.cc:43
CPPUNIT_TEST_SUITE_REGISTRATION(TestRefCount)