EasyMock is a Java component designed to provide Mock Objects for interfaces by generating them on the fly using Java's proxy mechanism. Due to EasyMock's unique style of recording expectations, most refactorings will not affect the Mock Objects.
Requirements:
· Java
What's New in This Release: [ read full changelog ]
Bug:
· finalize() should be treated specially
· Bridge methods are always mocked, regardless of partial mock
· Can't replay a mock on interface without cglib
· Update maven-javadoc-plugin to 2.7 (Maven build broken)
· samples.zip file is missing
· Memory leaks in EasyMock
· Partial mocking: Difficulties with covariant return types
· EasyMock not compiling with JDK 7 or Eclipse Helios or later
Improvement:
· MockBuilder.addMockedMethod should fail for final methods
New Feature:
· Make sure versions of EasyMock are compatible with Powermock
· Expectation failure
Task:
· Migrate build to Maven 3