TestCollector ?
"Alexandre Carsac" <[email protected]> Mon, 20 Jan 2003 11:13:30 +0100
| Newsgroups | gmane.comp.lib.cppunit.devel |
|---|---|
| Message-ID | <000801c2c06c$95b67980$fcfea8c0@lion> |
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 ?