When I mock objects in Junit test cases using of PowerMock and Mockito, I'm getting this exception:
java.lang.NoClassDefFoundError: org/mockito/exceptions/base/MockitoSerializationIssue
I got this when combining PowerMock with Mockito. Fixed by using compatible version as shown here: https://github.com/powermock/powermock/wiki/Mockito#supported-versions