summaryrefslogtreecommitdiff
path: root/src/cppunit
Commit message (Collapse)AuthorAgeFilesLines
...
* Change to templatized TestAssert::assertEquals() and the new CPPUNIT_ASSERT* ↵Steve M. Robbins2001-06-025-67/+20
| | | | macros
* 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
| | | | | | | | | | added project cppunittest to examples/: unit tests to test cppunit. The main file is CppUnitTestMain.cpp. Unit tests have been implemented for TestCaller and TestListener. * added project CppUnitTestApp to examples/msvc6: graphical runner for cppunittest. * added TestListener to TestResult. It is a port of junit TestListener. * updated some .cvsignore to ignore files generated with VC++.
* (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 ↵Baptiste Lepilleur2001-05-192-3/+109
| | | | | | | | | in hierarchy example. * Added a TextTestRunner to runner tests. It is based on Michael Feather's version, but have been rewriten. * Removed traces that printed the test name in TextTestResult while running. * Added the test name to error and failure report in TextTestResult. * Updated hierarchy example to use TextTestRunner.
* :registerFactory(factory) now generate a dummy name based on a serial number ↵Baptiste Lepilleur2001-05-184-55/+57
| | | | | | | | | | | | | | | | | | | | 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.
* Merged fixes for distcheck target, contributed by Steve M. Robbins ↵Bastiaan Bakker2001-05-171-3/+2
| | | | <steve@nyongwa.montreal.qc.ca>.
* 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
| | | | Removed RTTI dependent stuff from TestSuite and TestSuiteBuilder.
* 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
| | | | | | | | 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.
* Moved files in subdir cppunit to src/cppunit.Bastiaan Bakker2001-04-2811-0/+888