summaryrefslogtreecommitdiff
path: root/src/cppunit/TextTestResult.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixes to allow building with SGI MIPSpro 7.30 compiler.Steve M. Robbins2001-08-071-1/+1
| | | | | | The testsuite file examples/cppunittest/SubclassedTestCase.cpp causes the compiler to dump core, so that and HelperMacrosTest were not tested. The rest of the test suite passes.
* Removed last uses of estring.Steve M. Robbins2001-07-071-58/+59
|
* Include/cppunit/NotEqualException.Baptiste Lepilleur2001-06-121-3/+16
| | | | | | | | | | | | | | | | | include/cppunit/NotEqualException.h * src/cppunit/NotEqualException.h: Fixed constructor and operator = (aren't unit test nice?). Added methods expectedValue() and actualValue(). * include/cppunit/TestAssert.h: * src/cppunit/TestAssert.cpp: Use NotEqualException to report equality failure. * src/cppunit/TestResult.cpp: Report expect/was on different line for assertEquals failure. * examples/cppunittest/NotEqualExceptionTest.*: added unit tests for NotEqualException.
* Fix output of TextTestResultSteve M. Robbins2001-05-291-5/+2
|
* * Merged Steve M. Robbins patch to replace assertImplementation with assert ↵Baptiste Lepilleur2001-05-191-3/+3
| | | | | | | | | 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.
* Moved files in subdir cppunit to src/cppunit.Bastiaan Bakker2001-04-281-0/+127