| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Include/cppunit/NotEqualException. | Baptiste Lepilleur | 2001-06-11 | 1 | -21/+27 |
| | | | | | | | | | | | | | | | | | | include/cppunit/NotEqualException.cpp: addded, exception to be used with assertEquals(). * src/cppunit/RepeatedTest.cpp: added to reduce header dependency (TestResult.h was missing). * src/cppunit/TestAssert.cpp: added to put non template functions there. * src/cppunit/TestCase.cpp: added std:: prefix to catch (exception& e). Integrated a modified version of Tim Jansen patch (#403745) for TestCase to make the unit test (TestCaseTest) pass. If the setUp() fail then neither the runTest() nor the tearDown() method is called. | ||||
| * | Change to templatized TestAssert::assertEquals() and the new CPPUNIT_ASSERT* ↵ | Steve M. Robbins | 2001-06-02 | 1 | -1/+2 |
| | | | | | macros | ||||
| * | Replace CU_ by CPPUNIT_. | Steve M. Robbins | 2001-06-02 | 1 | -2/+2 |
| | | |||||
| * | (toString): put type_info in std namespace and inside CU_USE_TYPEINFO ifdef. | Bastiaan Bakker | 2001-05-30 | 1 | -2/+10 |
| | | |||||
| * | Merged Baptiste Lepilleurs CppUnitW 1.2. | Bastiaan Bakker | 2001-04-29 | 1 | -54/+1 |
| | | | | | | | | | 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 Bakker | 2001-04-28 | 1 | -0/+173 |
