''This is a vb mock object builder library similar to NMock and EasyMock, but for Visual Basic 6 (see VbClassic). Starting with a template Mock Object, you implement the interface of the target object you wish to mock using Implements.''

It can be found at http://vbmock.sourceforge.net

----
CategoryVbClassic, CategoryMockObjects