For Programmers: Free Programming Magazines  


Home > Archive > Extreme Programming > August 2004 > Re: VB Lite Unit is now available on Sourceforge









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: VB Lite Unit is now available on Sourceforge
Phlip

2004-08-11, 3:57 pm

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


Steve Jorgensen

2004-08-11, 3:57 pm

On 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 into
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 tweaks
to output to the Immediate window instead.
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com