square / assertj-android

A set of AssertJ helpers geared toward testing Android.
https://square.github.io/assertj-android/
Apache License 2.0
1.58k stars 156 forks source link

Revert "Merge pull request #18 from ming13/android-textutils" #40

Closed JakeWharton closed 11 years ago

JakeWharton commented 11 years ago

Despite that fact that every method in the library calls into Android, we don't actually want to rely on an Android implementation for any behavior. Theoretically the user could be mocking the methods or providing their own subclasses which return actual values.

Refs #18.

This reverts commit fd1eed5e9e643462a249a5234d91ace2507f53e0, reversing changes made to e03b6dcf1d02fc549c1e62e4e41286ff71fa1252.