summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2004-06-18 10:42:26 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2004-06-18 10:42:26 +0000
commitc7c50322ad2cded059832f75333c4820779bbb08 (patch)
tree7c0c9edb5476fd2df9d08a058a946e6d79b2ee7c /TODO
parenta2bd285d03987d8f4358523151543554a152324d (diff)
downloadcppunit-c7c50322ad2cded059832f75333c4820779bbb08.tar.gz
Release 10.0.2cppunit-1.10.2
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 0 insertions, 9 deletions
diff --git a/TODO b/TODO
index 8776334..19fa324 100644
--- a/TODO
+++ b/TODO
@@ -2,26 +2,17 @@
Asserter::makeNotEqualMessage() strip the shortDescription of the additional message.
* CppUnit:
- - Extends CompilerOutputter to a generic text outputter that can use a format string
- to display both the location of the failure and the message.
- STL concept checker.
- Memory leak tracking: setUp/tearDown should be leak safe if no failure occured.
* UnitTest
- add tests for XmlOutputter::setStyleSheet (current assertion macro strip <?...> when
testing )
- - add tests for TestRunner, TextUi::TestRunner, CompilerOutputter.
- - add tests for test plug-in
* VC++ TestRunner:
- Modify MfcUi::TestRunner to expose TestResult (which allow specific TestListener
for global initialization).
- Update MfcTestRunner to use TestPath to store test in the registry
- - [DONE] 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,
- - source file location.
* Documentation:
CookBook: