Re: [Cppunit-devel] Test hierarchies?
Brought to you by:
blep
From: Baptiste L. <gai...@fr...> - 2001-11-05 16:46:54
|
Quoting Stanley Sutton <su...@t-...>: > Baptiste Lepilleur wrote: > > > > ----- Original Message ----- > > From: "Stanley Sutton" <su...@t-...> > > > > > Is there a way to build test hierachies, other than creating > seperate > > > suites? I ddidn't see an obvous way in the documentation. For > example, > > > I'd like to report all the constructor/destructor tests together, > > > accessor/mutators together, ... > > > > No. > > > > Why do you want to group constructor/destructor tests together ? > Having > > per 'component' feedback seems more useful to me, specially when you > only > > want to run the test for a specific component... > > > > 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). > > > Mostly because that is the typical way I develop classess. > Constructors/Destructors first, then test, then accessor/mutators, > then > test, then operators, then test, ... OK. Still, why do you want to group those together ? To isolate dependency ? > I'm also looking at changing the code to allow verbose reporting of > the > tests for logging purposes, so that each test is listed by name, and > success/failure is reported. The XmlOutputter of the current CVS report both sucess and failure. Baptiste. --- Baptiste Lepilleur <gai...@fr...> http://gaiacrtn.free.fr/index.html Language: English, French |