summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2001-05-19 10:29:11 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2001-05-19 10:29:11 +0000
commitfed3ef0b01704ee7fd9f41e8cbb706da38c004fe (patch)
tree3a83cb3a8a0c46dfcefcfb6ed5b72c6865b717e0 /TODO
parent5d704cbbd7928e8a3baec2e18c8d7e0e6089dc6e (diff)
downloadcppunit-fed3ef0b01704ee7fd9f41e8cbb706da38c004fe.tar.gz
* Merged Steve M. Robbins patch to replace assertImplementation with assert 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.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 44456b5..3be4326 100644
--- a/TODO
+++ b/TODO
@@ -3,7 +3,7 @@
Current method use the path defined in the CWinApp. This does not work
for console application.
- Make the dialog resizable.
- - Add "details" field to show detail of the failed test:
+ - Add "details" field to show detail of the selected failed test:
- suite and test name,
- failure message. If possible separate "was" and "expected" in the
forthcoming assertEquals() to make comparison easier,