summaryrefslogtreecommitdiff
path: root/include/cppunit
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed #include's for cppunit headers.Bastiaan Bakker2001-05-0618-101/+55
|
* Merge of CppUnitW 1.2 phase 2.Bastiaan Bakker2001-05-053-5/+8
|
* Merged Baptiste Lepilleurs CppUnitW 1.2.Bastiaan Bakker2001-04-2915-62/+1003
| | | | | | | | 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.
* Merged Baptiste Lepilleurs patch for TestRegistry: now TestCases do not ↵Bastiaan Bakker2001-04-231-1/+5
| | | | automatically register with the Registry anymore.
* Merged extension headers back in from Micheal Feathers version.Bastiaan Bakker2001-04-226-0/+271
|
* Added MSVC++ workspace and project files.Bastiaan Bakker2001-04-191-1/+1
|
* Moved public header files from cppunit dir to include/cppunit, to separate ↵Bastiaan Bakker2001-04-1410-0/+641
them from internal header files like estring.h.