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


EditText of this page (last edited August 9, 2014) or FindPage with title or text search