Make sure the test doesn't have both MockitoAnnotations.openMocks and @RunWith(MockitoJUnitRunner.class) enabled which results in modifying the Mock object reference and leads to incorrect stubbing, having one should serve the purpose.