13. jan. 2005

ONJava.com: Mock Objects in Unit Tests

ONJava.com: Mock Objects in Unit Tests.
The use of mock objects is a widely employed unit testing strategy. It shields external and unnecessary factors from testing and helps developers focus on a specific function to be tested.

This article is an introduction to Mocquer, which is a mock tool.