You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While i was creating unit tests for some files which i changed. It used TextUtils.isEmpty which when tested using mockito always return false because of unitTests.returnDefaultValues = false mentioned in the gradle files
right now there are two work arounds:
use PowerMockito and write mock logic for TextUtils.isEmpty