Menu

Installing SimplyVBUnit

Kelly Ethridge

Starting with version 4.0 the installer includes all binaries and source files. The installer allows to select the components you wish to install. This provides a much easier method for creating an installation package. Also all the source code and related items are fully available in the SVN repository.

Installing SimplyVBUnit

SimplyVBUnit contains two binary files that will be registered. There is SimplyVBUnit.Framework.dll and SimplyVBUnit.Component.ocx. Prior to version 4, the component ocx required a reference to the framework dll to perform unit-testing. Now, the framework is integrated into the component as well. So when referencing the component ocx, there is no need to also reference the framework dll. The framework dll still exists for when non-gui test runners may be used.

The example projects expect the binaries to be installed. If only the source is installed, then the example projects will need have their references updated.

Once the installation is complete, VB6 unit-testing can be done. [Start New Project]


Related

Wiki: Home
Wiki: Start New Project