Re: [Cppunit-devel] 1.6.1 changes
Brought to you by:
blep
From: Baptiste L. <bl...@cl...> - 2001-09-30 14:44:10
|
----- Original Message ----- From: "Steve M. Robbins" <ste...@vi...> To: "Cpp Unit Develpment Mailing List" <cpp...@li...> Sent: Saturday, September 29, 2001 11:19 PM Subject: Re: [Cppunit-devel] 1.6.1 changes > On Sat, Sep 29, 2001 at 10:39:46PM +0200, Baptiste Lepilleur wrote: > > ----- Original Message ----- > > From: "Steve M. Robbins" <ste...@vi...> > > > > Since Baptiste has already expressed interest in the FAQ, I'm > > > happy to leave that to him should he wish it; otherwise I'll throw > > > something together at the last minute. > > > > Wouldn't mean to. Though how would you organize the FAQ ? > > I think your three categories (windows, unix, generic) are a good > start. Unfortunately, I can never predict acurately which categories > will tend to be useful. I tend to start with a single category, > introducing a new category when a sufficient number of related > questions appear. > > Oh, and generic questions should probably be first in the list. I moved the WIN32 question to doc/FAQ. It's in text format for now since I don't know how to use Doxygen to generate stuffs like a TOC, but then, there is only 4 questions... I added a generic question (to hint at the macros...) : 1.1) Isn't there an easier way to write unit tests than using TestCaller ? Yes, there is. Macros have been created to take care of the repetitive work. Look up include/extensions/HelperMacros.h in CppUnit documentation. Most of CppUnit test suite is also written that way since they remain compatible as CppUnit evolve. They also use RTTI if available. Feel free to reword. Baptiste. --- Baptiste Lepilleur <gai...@fr...> http://gaiacrtn.free.fr/index.html Author of The Text Reformatter, a tool for fanfiction readers and writers. Language: English, French (Well, I'm French). |