Re: [Cppunit-devel] news features...
Brought to you by:
blep
From: Baptiste L. <bl...@cl...> - 2001-10-05 08:07:22
|
A basic XML output has been added (I haven't tested it against XML software yet, but the unit test say it's ok. So if I didn't mess up with the format it should be ok). Somebody on the Unix side should check that everything build correctly. 115 Unit tests should be running. Baptiste. ----- Original Message ----- From: "Baptiste Lepilleur" <bl...@cl...> To: "Cpp Unit Develpment Mailing List" <cpp...@li...> Sent: Wednesday, October 03, 2001 11:14 PM Subject: Re: [Cppunit-devel] news features... > 3) add a flag to TestFailure distinguishing error/failure, retains only > one collection to store results (see other mail). > > DONE ! Refactored much of TextTestResult on the way. It is now much > easier to tune the output. Also some simplification were made: assertion > failures and errors are in only one list (the kind of failure is indicated > in parenthesis after the test name). > > ----- Original Message ----- > From: "Baptiste Lepilleur" <bl...@cl...> > To: "Cpp Unit Develpment Mailing List" <cpp...@li...> > Sent: Tuesday, October 02, 2001 10:39 PM > Subject: [Cppunit-devel] news features... > > > > 1) CPPUNIT_TEST_EXCEPTION( method, ExceptionType) > > 2) CPPUNIT_TEST_FAIL( method ) > > 4) CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( TestFixtureType, SuiteName ) > : > > register the fixture's suite in a suite of the specified name. > > > > Those features have been added. I would really appreciate if somebody > > could read and adjust the documentation of those macros. Somebody > reviewing > > the TestFactoryRegistry code would be nice too (probably the weirdest > > life-cycle managment I've ever done). > [...] --- 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). |