Due to spamming, this wiki is now read only. Sorry for any inconvenience this may cause.
Mock Objects is a test-first development process for building object-oriented software and a generic unit testing framework that supports that process. Mock objects give you:
| 2005/06/01 |
Python Mock has released a new version. |
| 2004/06/01 |
jMock 1.0.0 has been released. jMock is a library for testing Java code using dynamic mock objects. |
| 2004/06/01 |
POCMock v3.0 has been released. This is a static mock object library for .NET that enables you to mock any module, even .NET framework itself, constructors, static methods... Standard version is free. |
| 2004/05/07 |
Mockrunner 0.2.8 released, now supports JMS 1.1, includes some bug fixes |
| 2003/10/21 |
EasyMock 1.1 and EasyMock Class Extension 1.1 have been released. |
| 2004/03/28 |
MockCreator Reference is published. It describes all types of methods each MockCreator's mock has and their purpose. Must read for any beginner in MockCreator. |
| 2004/03/17 |
Mockrunner 0.2.7 released, improvements of Struts test framework and some bug fixes |
| 2004/03/08 |
MockCreator 2.4.1 has been released. This Java static generator is able to mock classes and interfaces, and provides a set of unique features, such as ability to configure not-yet-created mock (for mocking classes with active ctors), ability to specify inexact expectations, blocks of unordered calls, multiple call methods (for mocking getters), etc, etc, etc |
| 2004/02/04 |
POCMock v2.1 has been released. This is a static mock object library for .NET that enables you to mock any module, even .NET framework itself, constructors, static methods... |
| 2004/01/25 |
Mockrunner 0.2.5 released, now includes a JMS test framework |
| 2003/12/03 |
MockEJB 0.5 released. Includes integration with Cactus, improved JNDI provider, redesigned interceptors and other enhancements. |
| 2003/12/03 |
Mockrunner 0.2.1 released, contains adaption to MockEJB 0.5 |
| 2003/11/30 |
JUnit in Action book, shows how to use mock objects, including DynaMock on several real life J2EE applications. The chapter explaining the reasoning behind mock objects is available online. |
| 2003/11/30 |
Java Open Source Programming book, illustrates the process of using mock objects to a real world application. |
| 2003/11/06 |
POCMock v2.0 has been released. This is a static mock object library for .NET that enables you to mock any module, even .NET framework itself, constructors, static methods... |
| 2003/10/21 |
EasyMock 1.0.1 has been released |
| 2003/10/05 |
Mockrunner 0.2 released, many improvements, now includes a JDBC test framework |