Code Comments
Programming Forum and web based access to our favorite programming groups.Steve Jorgensen wrote: > The unit testing framework I created for use on VB6 and VBA projects is now > available for download from its new home on Sourceforge at > http://sourceforge.net/projects/vb-lite-unit. This is the framework my > side-project team has been using successfully for several wends now, and it > works very nicely. > > If anyone here finds themselves still needing to do work in classic VB/VBA, > you might want to take this for a "test" drive. (Before I take the plunge) does it force you to link the testee from a DLL? Or can you use it with all the source in one project? -- Phlip http://industrialxp.org/community/b...tUserInterfaces
Post Follow-up to this messageOn Wed, 11 Aug 2004 14:00:09 GMT, "Phlip" <phlip_cpp@yahoo.com> wrote: >Steve Jorgensen wrote: > >now >and it >VB/VBA, > >(Before I take the plunge) does it force you to link the testee from a DLL? >Or can you use it with all the source in one project? You set a reference to the VB Lite Unit dll from within the project you are working on. You can keep your test classes and production code together in one module. If you want, you can even copy the VB Lite Unit source code int o your project, and call it that way if you don't want to link to the dll, but you'll have to recreate the test results form, or make a few small code twea ks to output to the Immediate window instead.
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.