summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
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: