Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unit Testing in VB 6 with SimplyVBUnit

I've recently decided to start using some light unit testing to see if it adds any value to our project, but I'm having trouble finding documentation for SimplyVBUnit. Any suggestions?

like image 703
bitcycle Avatar asked Oct 12 '09 17:10

bitcycle


2 Answers

There's some discussion of VB6 unit testing in this question, with Gutzofter's mini tutorial on SimplyVBUnit.

like image 103
MarkJ Avatar answered Sep 21 '22 13:09

MarkJ


If you downloaded the binary installer for SimplyVBUnit it comes with a couple of example projects in the installation folder. Both the source code zip file and binary installer include a Help.chm showing many of the classes and how to apply them in your tests.

like image 21
Kelly Ethridge Avatar answered Sep 24 '22 13:09

Kelly Ethridge