I have a final class, something like this:
public final class RainOnTrees{ public void startRain(){ // some code here } }
I
add this in your gradle file:
testImplementation 'org.mockito:mockito-inline:2.13.0'
this is a configuration to make mockito work with final classes