Re: [Cppunit-devel] Improving CppUnit portability
Brought to you by:
blep
From: Baptiste L. <gai...@fr...> - 2002-07-14 19:50:22
|
Finaly done with most of the change. The trickest was getting around the need to provide the STL allocator for compiler that do not support default template parameter. Curious may give a look to the new CodingGuideLines.txt file in CppUnit root directory to have an idea of what is involved. The only things left to deal with is TestCaller default template parameter. Comments are welcome, Baptiste. ----- Original Message ----- From: "Baptiste Lepilleur" <gai...@fr...> To: <cpp...@li...> Sent: Thursday, July 11, 2002 6:42 PM Subject: Re: [Cppunit-devel] Improving CppUnit portability > ----- Original Message ----- > From: "Baptiste Lepilleur" <gai...@fr...> > To: <cpp...@li...> > Sent: Wednesday, July 10, 2002 8:45 PM > Subject: [Cppunit-devel] Improving CppUnit portability > > > > - Templatized member functions. > > Solved. TestSuiteBuilder::addTestCallerForException() has been > > removed. > > Forgot another item related to template: > > - Default template argument > Issue: TestCaller use a default template argument to filter no > exception. > Solution: should be solved when the following item of the TODO list > is done: > > Provide a mean for the user to catch 'custom' exception in > TestCase::run (exception that do not subclass std::exception, such as MFC > CException, or RogueWave RWXMsg). > > TestCaller will probably not need to test for expected exception... --- Baptiste Lepilleur <gai...@fr...> http://gaiacrtn.free.fr/ |