summaryrefslogtreecommitdiff
path: root/include/cppunit/extensions/AbstractTestFactory.h
Commit message (Collapse)AuthorAgeFilesLines
* Renamed AbstractTestFactory to TestFactory.Bastiaan Bakker2001-05-061-23/+0
|
* Fixed #include's for cppunit headers.Bastiaan Bakker2001-05-061-5/+3
|
* Merged Baptiste Lepilleurs CppUnitW 1.2.Bastiaan Bakker2001-04-291-0/+25
Some differences: TypeInfo stuff (in TestSuite) compiled in only if USE_TYPEINFO is set. TestSuite.getTests now returns a const ref instead of taking a ref as param. Removed auto_ptr stuff from TestFactoryRegistry: auto_ptr cannot be used in containers.