Changes needed to migrate code from VBUnit2 to VbUnitThree described here:
Change startup program from your old vbUnit2 runner to "vbUnit3\bin\RunVBUnit.exe".
The ProgID changed from "VBUnit" to "VBUnit3". Do one of...
Examples of existing usage:
Private Sub IFixture_Setup(Assert As VBUnit.IAssert)
Private Function ISuite_Suite() As VBUnit.ITest
Replace all...
In any Visual Basic project group files (*.vbg) that they may be in, eliminate the old vbUnit2 projects (and make your test project the startup project, with settings to run "RunVBUnit.exe" as shown above). Delete from "vbg" files...