I have a final class, something like this:
public final class RainOnTrees{ public void startRain(){ // some code here } }
I
Add these dependencies for run mockito successfully :
testImplementation 'org.mockito:mockito-core:2.24.5' testImplementation "org.mockito:mockito-inline:2.24.5"