summaryrefslogtreecommitdiff
path: root/src/cppunit/Exception.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Include/cppunit/NotEqualException.Baptiste Lepilleur2001-06-111-19/+60
| | | | | | | | | | | | | | | | | 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.
* Remove unnecessary namespaceSteve M. Robbins2001-06-021-5/+1
|
* Moved files in subdir cppunit to src/cppunit.Bastiaan Bakker2001-04-281-0/+62