Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
readme.txt | 2011-11-10 | 1.2 kB | |
easymock-3.1.zip | 2011-11-10 | 913.1 kB | |
Totals: 2 Items | 914.3 kB | 0 |
Release Notes - EasyMock - Version 3.1 This release is mainly a bug fix release. It solves a series of long standing issues. It is fully compatible with version 3.0 but capture methods of primitive types were deprecated and renamed to solve compilation issues. The deprecated methods will be removed from the next EasyMock version. ** Bug * [EASYMOCK-21] - finalize() should be treated specially * [EASYMOCK-39] - Bridge methods are always mocked, regardless of partial mock * [EASYMOCK-40] - Can't replay a mock on interface without cglib * [EASYMOCK-43] - Update maven-javadoc-plugin to 2.7 (Maven build broken) * [EASYMOCK-47] - samples.zip file is missing * [EASYMOCK-89] - Memory leaks in EasyMock * [EASYMOCK-90] - Partial mocking: Difficulties with covariant return types * [EASYMOCK-100] - EasyMock not compiling with JDK 7 or Eclipse Helios or later ** Improvement * [EASYMOCK-44] - MockBuilder.addMockedMethod should fail for final methods ** New Feature * [EASYMOCK-88] - Make sure versions of EasyMock are compatible with Powermock * [EASYMOCK-104] - Expectation failure ** Task * [EASYMOCK-1] - Migrate build to Maven 3