artem_zin
10/27/2016, 9:32 PM2.2.8. We don’t use MockRunner. We use Spek and JUnit4 (for old tests). We do have configurations { testAgent } in build.gradle and it was there even when we were on Mockito1 + PowerMock, then we migrated to Mockito2 only. We also use new MockMaker `org.mockito.plugins.MockMaker`: mock-maker-inline.