XpdWiki
Set your name in
UserPreferences Edit this page Referenced by
JSPWiki v2.0.52
![]() ![]() |
This page appears to be corrupting are wiki problems occuring on any other pages? Some updates have been made to MockMaker recently including the release of an eclipse plugin (MockMakerEclipsePlugin), CVS access and ant build scripts. See website for more details. MpC. MockMaker MockMaker is a program for creating source code for MockObject 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. Similar things for Java:
Similar things for .Net (C#) -- ccb :
Something similar to EasyMock? for Python was written by DaveKirby: MockObjectsPython http://groups.yahoo.com/group/extremeprogramming/files/PythonMock.zip See also BcsOopsTalkProposals and for Ruby: MockObjectsRuby
|