Closed GoogleCodeExporter closed 8 years ago
I don't quite follow how your test is layed out. Mocking an interface shouldn't
be an issue, mybatis or not.
On a side note however the annotations are not inherited, a the exception of
the annotations on the superclass (and if they are annotated by @Inherited).
Which means that you should not expect annotations on the implementation of an
interface (which is exactly a mock of an interface).
Original comment by brice.du...@gmail.com
on 19 Nov 2012 at 9:22
Hey,
I'll invalidate the issue for now. Feel free to raise your hand if you think
there is definitely something going wrong with mockito.
Original comment by brice.du...@gmail.com
on 27 Nov 2012 at 4:54
Original issue reported on code.google.com by
kingp...@gmail.com
on 16 Nov 2012 at 7:07