Migrating From Vb Unit Two To Vb Unit Three

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...