simplyvbunit

Unit Testing in VB 6 with SimplyVBUnit

家住魔仙堡 提交于 2020-01-01 04:57:07
问题 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? 回答1: 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. 回答2: There's some discussion of VB6 unit

How do you Unit Test an .EXE with 3rd party dll?

杀马特。学长 韩版系。学妹 提交于 2019-12-09 17:46:41
问题 I'm still learning the dark arts of TDD and recently I've been trying to learn how to do TDD in VB6 and what I basically narrow down the list to was the free simplyvbunit and the most costly vbunit3. My application is an richtext editor with plenty of 3rd party dll and I was scouring high and low in Google to find how to do unit test this exe file. So my question is how do you unit test an exe file? Especially in the context for VB6 and if you have any good example with vbunit3 or

How do you Unit Test an .EXE with 3rd party dll?

血红的双手。 提交于 2019-12-04 05:17:54
I'm still learning the dark arts of TDD and recently I've been trying to learn how to do TDD in VB6 and what I basically narrow down the list to was the free simplyvbunit and the most costly vbunit3. My application is an richtext editor with plenty of 3rd party dll and I was scouring high and low in Google to find how to do unit test this exe file. So my question is how do you unit test an exe file? Especially in the context for VB6 and if you have any good example with vbunit3 or simplyvbunit, you're simply a lifesaver as I'm drowing in the material right now and I still can't write one unit