[Cppunit-devel] TestCollector ?
Brought to you by:
blep
From: Alexandre C. <ac...@in...> - 2003-01-20 10:15:55
|
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 ? |