summaryrefslogtreecommitdiff
path: root/src/cppunit
Commit message (Expand)AuthorAgeFilesLines
...
* Removed last uses of estring.Steve M. Robbins2001-07-074-93/+61
* *** empty log message ***Steve M. Robbins2001-07-071-1/+1
* Use strstream if stringstream unavailable.Steve M. Robbins2001-07-071-6/+6
* Change from CPPUNIT_USE_TYPEINFO to CPPUNIT_USE_TYPEINFO_NAMESteve M. Robbins2001-07-064-10/+11
* Fix configure and include bugs.Steve M. Robbins2001-07-051-2/+2
* Examples/msvc6/CppUnitTestApp/CppUnitTestApp.Baptiste Lepilleur2001-06-271-2/+6
* Added newline at end of file.Bastiaan Bakker2001-06-171-1/+1
* Replaced #include of <config.h> with <cppunit/Portability.h>Bastiaan Bakker2001-06-173-12/+3
* Use new macro name CPPUNIT_FUNC_STRING_COMPARE_STRING_FIRSTBastiaan Bakker2001-06-171-2/+2
* src/cppunit/TestFactoryRegistry.cpp: fixed makeTest(). It did not use m_name forBaptiste Lepilleur2001-06-121-1/+1
* Include/cppunit/NotEqualException.Baptiste Lepilleur2001-06-123-9/+51
* Revert unintended commitSteve M. Robbins2001-06-111-1/+0
* *** empty log message ***Steve M. Robbins2001-06-111-0/+1
* Fixes for test suiteSteve M. Robbins2001-06-111-1/+2
* Add missing source file.Steve M. Robbins2001-06-111-1/+2
* Include/cppunit/NotEqualException.Baptiste Lepilleur2001-06-117-45/+242
* Src/cppunit/TypeInfoHelper.Baptiste Lepilleur2001-06-052-16/+15
* Remove unnecessary namespaceSteve M. Robbins2001-06-021-5/+1
* Determine string::compare() weirdness automatically.Steve M. Robbins2001-06-021-1/+2
* Change to templatized TestAssert::assertEquals() and the new CPPUNIT_ASSERT* ...Steve M. Robbins2001-06-025-67/+20
* Replace CU_ by CPPUNIT_.Steve M. Robbins2001-06-024-16/+16
* Added project cppunittest to examples/: unit tests to test cppunit.Baptiste Lepilleur2001-06-012-14/+98
* (toString): put type_info in std namespace and inside CU_USE_TYPEINFO ifdef.Bastiaan Bakker2001-05-301-2/+10
* Fix output of TextTestResultSteve M. Robbins2001-05-291-5/+2
* Updated Makefile.am's to reflect Baptistes file additions and removals.Bastiaan Bakker2001-05-191-2/+2
* Modified VC++ project to add TextTestRunner to cppunit lib.Baptiste Lepilleur2001-05-191-0/+8
* * Merged Steve M. Robbins patch to replace assertImplementation with assert i...Baptiste Lepilleur2001-05-192-3/+109
* :registerFactory(factory) now generate a dummy name based on a serial number ...Baptiste Lepilleur2001-05-184-55/+57
* Merged fixes for distcheck target, contributed by Steve M. Robbins <steve@ny...Bastiaan Bakker2001-05-171-3/+2
* Forgotten in CppUnitW 1.2 merge.Bastiaan Bakker2001-05-151-0/+56
* Renamed AbstractTestFactory to TestFactory.Bastiaan Bakker2001-05-062-5/+5
* Removed unnecessary #include's of TestSuiteBuilder.hBastiaan Bakker2001-05-062-21/+0
* Merge of CppUnitW 1.2 phase 2.Bastiaan Bakker2001-05-052-9/+22
* TypeInfoHelper should not have been removed.Bastiaan Bakker2001-04-291-0/+9
* Merged Baptiste Lepilleurs CppUnitW 1.2.Bastiaan Bakker2001-04-298-77/+249
* Moved files in subdir cppunit to src/cppunit.Bastiaan Bakker2001-04-2811-0/+888