www.mockcentral.org mockcentral on sourceforge.net

May 13, 2009: MockCentral version 2.0.0 released!

All MockCentral components have been substantially enhanced for release 2.0.0. Significant upgrades spanning all components include:

Improvments to the MockCentralEditor Eclipse plug-in are also major, and include:

The MockCentralServer application has also been altered to make it easier to use in the following ways:

older news

October 21, 2008: Eclipse Plug-in version 1.3.1 released. Updated code that was causing the MockCentral editor to load improperly in recent Ganymede versions of Eclipse.

February 2, 2007: MockCentralServer version 1.1.0 released. Removed code (a bug) that prevented specifying primitive int return types for method expectations.

January 29, 2007: MockCentralEditorCore version 1.1.1 and Eclipse Plug-in version 1.2.1 released. These releases work together to enhance the ui by allowing the user to select fully-qualified class names (for mock object interfaces, new Object instances and Throwable method expectation results) from a list generated after the user has entered a non-fully-qualified class name. As before, the core library is included with the plugin, it does not require a separate download.

January 5, 2007: Eclipse Plug-in version 1.2.0 released. This release contains a new classloading mechanism for locating interfaces to mock and classes to use as method parameters and return types and should solve any "Class not found" problems previously encountered. Essentially, any class on the build path of the java project containing the Mock Central configuration file is now accessible to the classloader. That includes classes from other projects, internal and external libraries and class folders, variables, etc. Just add the necessary jar files, folders or projects to the build path of the project.