Re: [Cppunit-devel] regular expression match
Brought to you by:
blep
From: Baptiste L. <gai...@fr...> - 2002-04-10 16:49:53
|
----- Original Message ----- From: "Steve M. Robbins" <ste...@vi...> To: "CppUnit Development" <cpp...@li...> Sent: Wednesday, April 10, 2002 2:45 PM Subject: Re: [Cppunit-devel] regular expression match > Hi, > > I haven't any real opinion on adding regular expression matching > to CppUnit. I presume one could always call their own favourite > regex matcher wrapped up in CPPUNIT_ASSERT without too much trouble. > > However, since you mentioned the BOOST libraries, I wonder if you have > looked at their implementations of concept checking and testing? The > web page (www.boost.org) indicates that there is not yet any unit test > library. The BOOST code is pretty well designed and the mailing list > is full of very bright people. So it would be a boon to have CppUnit > involved with them. > > I haven't looked at any of this stuff, myself. Has anyone else? I have used some of boost component (smart-pointer and regular expression). There is lot of interesting thing, but not always supported by all compiler (tuple is pretty much useless on VC++). I haven't looked to deep into the unit test (I tried to give it a look, but they are usually a large bunch of lines, pretty much unreadable for me.). Still, they test for memory leak. Baptiste. |