| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Include/extensions/TestSetup.h: renamed TestSetUp.h for consistency. | Baptiste Lepilleur | 2001-06-10 | 1 | -35/+0 | |
| | | ||||||
| * | Change to templatized TestAssert::assertEquals() and the new CPPUNIT_ASSERT* ↵ | Steve M. Robbins | 2001-06-02 | 4 | -17/+19 | |
| | | | | | macros | |||||
| * | Replace CU_ by CPPUNIT_. | Steve M. Robbins | 2001-06-02 | 4 | -52/+52 | |
| | | ||||||
| * | Fix CU_TEST* macros and their documentation. | Steve M. Robbins | 2001-05-29 | 2 | -48/+71 | |
| | | ||||||
| * | * Updated CU_TEST_SUITE macro documentation. It is now stated explicitly | Baptiste Lepilleur | 2001-05-23 | 1 | -2/+2 | |
| | | | | | | that you do not need to specify template parameter as macro argument. The documentation example has been updated to reflect that. | |||||
| * | Updated Makefile.am's to reflect Baptistes file additions and removals. | Bastiaan Bakker | 2001-05-19 | 1 | -1/+3 | |
| | | ||||||
| * | :registerFactory(factory) now generate a dummy name based on a serial number ↵ | Baptiste Lepilleur | 2001-05-18 | 4 | -8/+64 | |
| | | | | | | | | | | | | | | | | | | | | | instead of using RTTI. * Symbol CU_USE_TYPEINFO must be defined instead of USE_TYPEINFO to compile RTTI. * Added back default constructor to TestSuiteBuilder which use RTTI. It is available only if CU_USE_TYPEINFO is defined. * Moved TypeInfoHelper.h from src/cppunit to include/cppunit/extensions. * Macro CU_TEST_SUITE in HelperMacros.h now use TestSuiteBuilder default constructor if CU_USE_TYPEINFO is defined, otherwise it use the type name given to the CU_TEST_SUITE macro. * TestFactoryRegistry::registerFactory(factory) now generate a dummy name based on a serial number instead of using RTTI. The macro CU_TEST_SUITE_REGISTRATION and class AutoRegisterSuite can now when CU_USE_TYPEINFO is not defined. * Added a new Configuration named "Debug Without CU_USE_TYPEINFO" to msvc6 projects. The flag CU_USE_TYPEINFO is not defined in that configuration. | |||||
| * | Got in by accident: removed again. | Bastiaan Bakker | 2001-05-16 | 1 | -247/+0 | |
| | | ||||||
| * | Added constructors to TestCaller which accept an already constucted Fixture. | Bastiaan Bakker | 2001-05-06 | 1 | -3/+4 | |
| | | ||||||
| * | Should not be in CVS. | Bastiaan Bakker | 2001-05-06 | 1 | -247/+0 | |
| | | ||||||
| * | Renamed AbstractTestFactory to TestFactory. | Bastiaan Bakker | 2001-05-06 | 7 | -16/+16 | |
| | | ||||||
| * | Removed unnecessary #include's of TestSuiteBuilder.h | Bastiaan Bakker | 2001-05-06 | 5 | -12/+12 | |
| | | | | | Removed RTTI dependent stuff from TestSuite and TestSuiteBuilder. | |||||
| * | Fixed #include's for cppunit headers. | Bastiaan Bakker | 2001-05-06 | 11 | -70/+48 | |
| | | ||||||
| * | Merge of CppUnitW 1.2 phase 2. | Bastiaan Bakker | 2001-05-05 | 3 | -5/+8 | |
| | | ||||||
| * | Merged Baptiste Lepilleurs CppUnitW 1.2. | Bastiaan Bakker | 2001-04-29 | 9 | -1/+897 | |
| | | | | | | | | | 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 extension headers back in from Micheal Feathers version. | Bastiaan Bakker | 2001-04-22 | 5 | -0/+269 | |
