| Article: |
Mock Objects in Unit Tests | |
| Subject: | How is mocquer different from "EasyMock Class Extension"? | |
| Date: | 2005-01-13 08:50:05 | |
| From: | dkarr | |
| How is Mocquer different from the "EasyMock Class Extension"? The intent appears to be the same, but I haven't seen the details of the latter. I see that the Mocquer project appears to be approximately 6 weeks old, but the EasyMock Class Extension was released 6 months ago. | ||
Showing messages 1 through 1 of 1.
-
How is mocquer different from "EasyMock Class Extension"?
2005-01-13 19:31:13 lujian213 [View]



EasyMock Class Extention does this based on CGLIB project which can create proxy for both class and interface at runtime.
Mocquer is a sub project of Dunamis project. It is a specific application to demonstrate the usage of Dunamis which can create dynamic delegation for both class and interfaces.
I can't tell which one is better now. I think the difference is two different implementations for the same goal.