Please merge from
https://code.google.com/r/sschuberth-android-test-kit/source/detail?r=b5280ddfdd
b8dd355a0a5bf53b1b646c2d3a9f3b
If the TextView happens to return a CharSequence which is not a String,
expectedText.equals(textView.getText()) would return false, even if a
CharSequence containing the exact same sequence of characters was returned.
TextUtils.isEqual will fall back to a char-by-char comparison in this case,
avoiding false negative matches.
Original issue reported on code.google.com by sschuberth on 28 May 2014 at 2:45
Original issue reported on code.google.com by
sschuberth
on 28 May 2014 at 2:45