XpdWiki

FrontPage
RecentChanges
XtC
FindPage
PageIndex
XpApprentices

Set your name in
UserPreferences

Edit this page

Referenced by
MockObjectNamingC...
MockMakerStories
MockMakerBugs
XpDay2DraftProgra...
IvanMoore
MockMakerFAQ
Xtc20021008
MockObjectsPython
AutomatedMockObje...
MockMaker.old
Xtc20021022
MockObjects
SourceForge
OpenSourceProject...
XpDay2XpTools
Xp2002
SeeWhatIvanMoores...




JSPWiki v2.0.52


MockMaker


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:
  • MockMaker
  • EasyMock, using java 1.3 proxies
  • another java proxy based thing: http://www.c2.com/cgi/wiki?MockObjectsByDelegate
  • Extender http://groups.yahoo.com/group/extremeprogramming-seattle/files/unit-testing-techniques.ppt
  • MockCreator, plugin for VAJ and Eclipse, commandline tool.
  • Mockry
  • MockDoclet (XDoclet (JavaDoc?) "active" code generator)
  • MockObjects DynaMock, also have good documentation


Similar things for .Net (C#) -- ccb :
  • Dotnetmock
  • NMock


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


Edit this page   More info...   Attach file...
This page last changed on 16-Aug-2004 21:44:33 BST by Axel.