I have a final class, something like this:
public final class RainOnTrees{ public void startRain(){ // some code here } }
I
Just to follow up. Please add this line to your gradle file:
testCompile group: 'org.mockito', name: 'mockito-inline', version: '2.8.9'
I have tried various version of mockito-core and mockito-all. Neither of them work.