Details
Description
If cglib isn't in the classpath, calling EasyMock.replay/reset/verify of a mock will throw a NoClassDefFoundError.
However, it does work using EasyMockSupport or through a mock control.
If cglib isn't in the classpath, calling EasyMock.replay/reset/verify of a mock will throw a NoClassDefFoundError.
However, it does work using EasyMockSupport or through a mock control.