[Cppunit-devel] 1.9.10 PlugInManager minor modification
Brought to you by:
blep
From: Eugene Z. <eug...@th...> - 2002-11-07 17:21:57
|
Hi, I've just downloaded the latest cppunit (1.9.10). What a great = improvement from 1.8.0 in the plug-in approach! One minor complaint. I am about to create the whole project test manager = that will load all test dlls and organize the whole (huge) project test = suites but I won't modify/create and than support my own testrunner. I'm = trying to create my own plug-in that will load and listen to whole = project tests (actually, based on the ClockerPlugin example). So I need to load some plug-ins and attach to my own registry and then = run this under DLL-PlugIn-Runner.=20 It can be done both way: 1) Create my own PlugInManager but then I need access to the Dynamic = Library Manager... or 2) Modify the PlugInManager class to attach the loaded plug-in to my own = registry. Also, it'll be great to have a some messenger system between the = Plug-ins smth like "who're you?". Any idea on this case would be appreciated. I can create an example and contribute it. Thanks, Eugene Zozulya www.thinknet.com |