Re: [Cppunit-devel] TestCollector ?
Brought to you by:
blep
From: Baptiste L. <gai...@fr...> - 2003-01-23 23:18:32
|
When using dll, you can use the test plug-in to automatically creates = the TestCollectorSuite. Those can be loaded using the PlugInManager. The = only thing left to be done is scanning the directory to load them. Also, not that the text based DllPlugInTester support any number of DLL = on the command line. Baptiste. ----- Original Message -----=20 From: Alexandre Carsac=20 To: cpp...@li...=20 Sent: Monday, January 20, 2003 11:13 AM Subject: [Cppunit-devel] TestCollector ? Perhaps it is not the good place for that.. Just wondering if with all the CppUnit framework (the windows one) we = can not make a TestCollector like JUnit based on each test DLL. I explain: creates a particular TestSuite called TestCollectorSuite that gather = all the existing DLL from a root directory and construct a hirarchical = suite of tests.=20 This could be automaticaly load all DLL tests from a root directory = instead of choosing a particular DLL (i think about the msvc6 GUI). good or bad idee ? |