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

Spread @IntDef across all int-accepting methods. #126

Closed makovkastar closed 10 years ago

makovkastar commented 10 years ago

@IntDef was added to all int-accepting methods. Please check if I did not miss anything. Fixes #113.

JakeWharton commented 10 years ago

WOW. I'll review in the morning. Thanks in advance, though!

JakeWharton commented 10 years ago

This is awesome. Just a few small things and let's get this merged.

JakeWharton commented 10 years ago

Squashed and merged. Thanks!