Skip navigation.

VBMock: Mock Object library for Visual Basic

VBMock: Mock Object library for Visual Basic

unit testing frameworks & tools
This is a vb mock object builder library similar to NMock and EasyMock, but for Visual Basic 6. Starting with a template Mock Object, you implement the interface of the target object you wish to mock using Implements.