summaryrefslogtreecommitdiff
path: root/include/cppunit
Commit message (Expand)AuthorAgeFilesLines
...
* Include/cppunit/TestAssert.Baptiste Lepilleur2001-09-232-2/+2
* Polishing for 1.6.0 release.Steve M. Robbins2001-09-232-2/+22
* Include/cppunit/TestFailure.Baptiste Lepilleur2001-09-211-1/+1
* Improved strstream detection to use header <strstream>, if available.Steve M. Robbins2001-09-201-2/+6
* Examples/cppunittest/makefile.Baptiste Lepilleur2001-09-191-1/+1
* Changes in response to bug reports.Steve M. Robbins2001-09-192-3/+3
* Makefile.Baptiste Lepilleur2001-09-171-1/+1
* Revert TestFixture-related changes from 2001-07-15.Steve M. Robbins2001-09-163-8/+8
* Src/msvc6/testrunner/TestRunner.Baptiste Lepilleur2001-09-146-15/+19
* Fixes to allow building with SGI MIPSpro 7.30 compiler.Steve M. Robbins2001-08-072-0/+4
* TextFixture introduced. First steps at using it.Steve M. Robbins2001-07-154-6/+37
* Added documentation.Steve M. Robbins2001-07-159-401/+453
* Fixes for GCC 3.0Steve M. Robbins2001-07-122-2/+3
* Tighten up build process to ensure "make distcheck" works with CVS automake.Steve M. Robbins2001-07-071-4/+2
* Use strstream if stringstream unavailable.Steve M. Robbins2001-07-074-3/+39
* Change from CPPUNIT_USE_TYPEINFO to CPPUNIT_USE_TYPEINFO_NAMESteve M. Robbins2001-07-067-18/+22
* Examples/msvc6/CppUnitTestApp/CppUnitTestApp.Baptiste Lepilleur2001-06-271-2/+2
* Fix option setting.Steve M. Robbins2001-06-181-8/+13
* Added for new config handling.Bastiaan Bakker2001-06-173-0/+119
* Add AC_PREREQ; remove include/cppunit/config.hSteve M. Robbins2001-06-171-37/+0
* Obsoleted by AC_CREATE_PREFIX_CONFIG_H macro.Bastiaan Bakker2001-06-171-16/+0
* Added newline at end of file.Bastiaan Bakker2001-06-171-1/+1
* Replaced #include of <config.h> with <cppunit/Portability.h>Bastiaan Bakker2001-06-174-4/+4
* Removed config.h, added config-auto.h, config-msvc6.h, config-bcb5.h, Portabi...Bastiaan Bakker2001-06-171-1/+7
* Include/cppunit/NotEqualException.Baptiste Lepilleur2001-06-122-37/+38
* Revert unintended commitSteve M. Robbins2001-06-111-0/+21
* *** empty log message ***Steve M. Robbins2001-06-111-21/+0
* Fixes for test suiteSteve M. Robbins2001-06-111-1/+1
* Bug fixSteve M. Robbins2001-06-111-1/+1
* Include/cppunit/Exception.Baptiste Lepilleur2001-06-117-50/+151
* Include/cppunit/extensions/HelperMacros.Baptiste Lepilleur2001-06-118-65/+81
* Renamed from TestSetup.hBastiaan Bakker2001-06-111-0/+35
* Renamed to TestSetUp.hBastiaan Bakker2001-06-111-35/+0
* Include/extensions/TestSetup.h: renamed TestSetUp.h for consistency.Baptiste Lepilleur2001-06-101-0/+35
* Include/extensions/TestSetup.h: renamed TestSetUp.h for consistency.Baptiste Lepilleur2001-06-101-35/+0
* Src/cppunit/TypeInfoHelper.Baptiste Lepilleur2001-06-052-0/+37
* Determine string::compare() weirdness automatically.Steve M. Robbins2001-06-021-5/+0
* Change to templatized TestAssert::assertEquals() and the new CPPUNIT_ASSERT* ...Steve M. Robbins2001-06-028-45/+126
* Replace CU_ by CPPUNIT_.Steve M. Robbins2001-06-024-52/+52
* Added project cppunittest to examples/: unit tests to test cppunit.Baptiste Lepilleur2001-06-013-1/+36
* Fix CU_TEST* macros and their documentation.Steve M. Robbins2001-05-292-48/+71
* * Updated CU_TEST_SUITE macro documentation. It is now stated explicitlyBaptiste Lepilleur2001-05-231-2/+2
* Updated Makefile.am's to reflect Baptistes file additions and removals.Bastiaan Bakker2001-05-192-2/+6
* * Merged Steve M. Robbins patch to replace assertImplementation with assert i...Baptiste Lepilleur2001-05-191-0/+52
* :registerFactory(factory) now generate a dummy name based on a serial number ...Baptiste Lepilleur2001-05-184-8/+64
* Got in by accident: removed again.Bastiaan Bakker2001-05-161-247/+0
* Added constructors to TestCaller which accept an already constucted Fixture.Bastiaan Bakker2001-05-062-22/+59
* Should not be in CVS.Bastiaan Bakker2001-05-061-247/+0
* Renamed AbstractTestFactory to TestFactory.Bastiaan Bakker2001-05-067-16/+16
* Removed unnecessary #include's of TestSuiteBuilder.hBastiaan Bakker2001-05-067-17/+14