Extension for JMock that uses CGLIB to create mock objects for classes without interfaces.
<dependency>
<groupId>jmock</groupId>
<artifactId>jmock-cglib</artifactId>
<version>1.0.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal JMock CGLIB test case
Consider using JMock with ByteBuddy or Mockito for modern Java.
No dependency data recorded yet.