Re: [Cppunit-devel] TODO Documentation
Brought to you by:
blep
From: Baptiste L. <gai...@fr...> - 2002-03-27 11:18:38
|
----- Original Message ----- From: "Robert Wenner" <ro...@po...> To: "Baptiste Lepilleur" <gai...@fr...> Cc: <cpp...@li...> Sent: Wednesday, March 27, 2002 11:56 AM Subject: Re: [Cppunit-devel] CppUnit 1.7.8 tar ball > On Wed, Mar 27, 2002 at 11:31:13AM +0100, Baptiste Lepilleur wrote: [...] > > I was thinking of adding a general architecture overview page (creating test > > fixture, writing test, creating test suite, testing, tracking test result, > > and writing test result) > I would really appreciate that. > Especially some clear statements on how to do this or that and what classes > are deprecated, e.g. how do I format the text output (subclass > TestListener). Can you specify "this or that" ? I'll make a TODO list, and hopefully will be able to explain some (not that the NEWS file contains some info). current TODO: CookBook: C1- update to use CppUnit namespace C2- update to use TextTestRunner C3- introduce helper macros to create a test suite C4- introduce helper macros to automatically register test suite C5- introduce compiler outputter and post-build check CppUnit: CP- general architecture overview Baptiste. |