Documentation for release 1.1 (May 3 2004)
© 2003-2004 OFFIS.
The EasyMock class extension allows to generate Mock Objects for classes. Although it has been around quite awhile in the files section of EasyMock and has seen several bug fixes and corrections, there are no automated tests for it. Please keep that in mind if you consider using it in a production environment.
The EasyMock class extension requires Java 1.3.1 or above, EasyMock 1.1, JUnit 3.8.1 and cglib 2.0.1.
To generate Mock Objects for classes and interfaces,
import org.easymock.classextension.MockClassControl
instead of org.easymock.MockControl
.
The EasyMock class extension has been developed by Joel Shellman, Henri Tremblay, and Chad Woolley on the files section of Yahoo!Groups.