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

Compare against expected value in RecyclerViewLayoutManagerAssert #211

Closed MariusVolkhart closed 8 years ago

MariusVolkhart commented 8 years ago

RecyclerViewLayoutManagerAssert#hasMinimumHeight(int) and RecyclerViewLayoutManager#hasMinimumWidth(int) were comparing against the real value rather than the expected.

JakeWharton commented 8 years ago

I need to write a lint check for this or something!