Re: TestCollector ?

"Baptiste Lepilleur" <[email protected]> Fri, 24 Jan 2003 00:20:26 +0100
Newsgroups gmane.comp.lib.cppunit.devel
Message-ID <004101c2c336$04148860$3cd92cd5@lain>
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 ----- 
  From: Alexandre Carsac 
  To: [email protected] 
  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. 

  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 ?