I'm using (or rather: tried using) Mockito 1.10.19
and springockito-annotatinos 1.0.9
, but they don't agree with each other.
(I get a ClassNotFoundException: org.mockito.internal.MockitoInvocationHandler
and have raised a bug with springockito
.)
Does anyone have a list of what version of Mockito springockito-annotatinos
works with? (Or is someone successfully using springockito-annotatinos
and can share what version of Mockito they use?)
I'm expecting the compatibilities will be as confusing as those between PowerMock and Mockito for PowerMockito...