News

今天在腾讯Buggly中查看我司APP错误日志时发现这么一个错误: Attempt to invoke virtual method 'boolean java.lang.String.isEmpty()' on a null ...
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 ...