EasyMock provides an easy way to create mock objects for interfaces and classes, enabling unit testing of Java code.
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>5.6.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates and uses a mock object with EasyMock.
Use EasyMock 5.x with 'EasyMockSupport' or configure mock type explicitly.
No dependency data recorded yet.