Re: [Cppunit-devel] Question about cppUnit
Brought to you by:
blep
From: CppUnit d. m. l. <cpp...@li...> - 2007-02-25 09:25:30
|
This mecanism is not supported, but you can implement your own test = factory in a TestSuite subclass. Baptiste. ----- Original Message -----=20 From: CppUnit development mailing list=20 To: cpp...@li...=20 Sent: Wednesday, January 31, 2007 9:18 PM Subject: [Cppunit-devel] Question about cppUnit Folks - =20 I am a novice user of cppUnit but a pretty experienced one of JUnit & = MbUnit. I was wondering if one of you could provide an answer to the = following query: =20 JUnit & MbUnit have the capability to loop over test cases defined in = XML files, parse them, dynamically create test cases and run these test = cases using their respective runners - I was wondering if cppUnit = offered the same capability so that I could refrain from statically = defining all my test cases. This would permit me to execute the same = sequence of test steps though with disparate data defined in these XML = files =20 Any hints, suggestions will be greatly appreciated. =20 Thanks --- Baptiste Lepilleur <bl...@us...> CppUnit maintainer OpenTest and CppUnit 2 developer. |