XpdWiki

FrontPage
RecentChanges
XtC
FindPage
PageIndex
XpApprentices

Set your name in
UserPreferences

Edit this page

Referenced by
...nobody




JSPWiki v2.0.52


MockMaker.old


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. Note that the classes produced by MockMaker rely on the MockObjects framework from http://www.mockobjects.com

Homepage http://www.mockmaker.org


Similar things for Java:
  • MockMaker, http://mockmaker.sourceforge.net/
  • EasyMock?, using java 1.3 proxies, available at: http://www.easymock.org/ or http://www.offis.de/projekte/xp/project_extremeprogramming.htm
  • another java proxy based thing: http://www.c2.com/cgi/wiki?MockObjectsByDelegate
  • Extender http://groups.yahoo.com/group/extremeprogramming-seattle/files/extender.jar http://groups.yahoo.com/group/extremeprogramming-seattle/files/unit-testing-techniques.ppt
  • MockCreator? http://www.abstrakt.de/en/mockcreator.html
  • Mockry http://sourceforge.net/projects/mockry/

Something similar to EasyMock? for Python was written by DaveKirby: MockObjectsPython http://groups.yahoo.com/group/extremeprogramming/files/PythonMock.zip
and for Ruby: MockObjectsRuby³host³³date³April 10, 2002³agent³Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.9) Gecko/20020311³MockMaker


Edit this page   More info...   Attach file...
This page last changed on 10-Apr-2002 19:57:40 BST by unknown.