资 源 简 介
EasierMock is a small Java library that provides basic mocking functionality.
It seeks to address concerns often raised about the EasyMock framework, namely:
It has a steep learning curve. Some just don"t want to climb that hill.
It makes simple tests hard to read.
Developers often over-specify their tests leading to tests that need constant maintenance.
It is not intended to replace EasyMock, but to be used along side it. Projects will often hand-roll mocks in preference to using EasyMock to achieve improved readability for simple tests. This framework makes writing those hand-written mocks easier and it fills the same niche as custom-stubs in the JMock framework.