MockMaker is a program for creating source code for mock object classes. Given an interface, it writes the source code for a mock object class that implements the interface and allows instances of that class to have expectations set about how many times a method is called, what parameters each method is called with, and to pre-set return values for methods. In many cases (possibly most cases), the classes produced by MockMaker are exactly what you want a mock class to do.
MockMaker is available only under the terms of the
license agreement..
MockMaker has been tried on Windows 98 using Sun's JDK1.3, and should work with other versions of Java > 1.1. There is absolutely no warranty whatsoever (see license agreement ); it might work on those or other platforms.
|