Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
mockmaker: MockMaker
- Summary
- 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.
Changelog
- * Mon Feb 21 11:00:00 2005 Ralph Apel <r.apel at r-apel.de> 0:1.12.0-1jpp
-
- First release