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

changed ANDROID assertions to extend regular fest Assertions #82

Closed alexxv closed 10 years ago

alexxv commented 10 years ago

In order to use fest assertions with fest-android assertions with one static import. Currently when using fest-android asserts in test class, you have to call com.fest.assertions.api.Assertions.assertThat(...) which not pretty. (IMO)

JakeWharton commented 10 years ago

These assertions are designed to be composed. There are also Guava and JodaTime assertions for use which also do not extend. We're following the convention of the other add-ons.