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

Positive and negative item assertion added. #75

Closed aahlenst closed 11 years ago

aahlenst commented 11 years ago

Allows to test whether a ListAdapter holds some object at a specific position or not.

aahlenst commented 11 years ago

Are there any objections to including this one?