Need help to write a unit test for the below code using Mockito and JUnit4,
public class MyFragmentPresenterImpl { public Boolean isValid(String value
add this line in your gradle file in case of Android Studio.
android{ .... testOptions { unitTests.returnDefaultValues = true } }