Update of /cvsroot/cppunit/cppunit2
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv13370
Modified Files:
TODO
Log Message:
- added LazyMessage, a simple proxy class that avoid building Message until it is really needed (assertion failed).
Index: TODO
===================================================================
RCS file: /cvsroot/cppunit/cppunit2/TODO,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TODO 23 Jun 2004 18:47:06 -0000 1.2
--- TODO 2 Sep 2006 11:24:53 -0000 1.3
***************
*** 1,5 ****
! * complete works on the CommandLines library
! * move compiler settings (such as CPPUT_DEDUCED_TYPENAME to cpputtools)
! * move other useful header to cpputtools such as: enumerator.h, functor.h (dllproxy.h ? <= platform dependent stuff)
! * works on the TableFixture
! * add 'properties' list to Message, to provides additional structured information about a failure. Find a way to also provide such data for test success (time to run, accessed resource, error level...).
\ No newline at end of file
--- 1,3 ----
! * figure out how CHECK/ASSERT can be made more friendly to developper when debugging
! => avoid stepping into cppunit code before processing the assertion.
! * complete works on the CommandLines library => likely moved to opentest.
|