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

Add Collections-like Assertions for Collections-like Objects #1

Open JakeWharton opened 11 years ago

JakeWharton commented 11 years ago

e.g., SparseArray (List), LruCache (Map), etc.

aahlenst commented 11 years ago

Could you elaborate on what you have in mind (using Iterables, Maps etc. from fest-assert, reimplementing them...)? I might find some time to work on it.