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 Design support library module #168

Closed MichaelEvans closed 9 years ago

MichaelEvans commented 9 years ago

Should address #166

Is there any guidelines for knowing if I've covered all the APIs / methods that I need to for a given class? I just sorta guessed at ones that people might actually use (IE: Does there need to be a getBackgroundTintList() for FAB?)

MichaelEvans commented 9 years ago

Probably need to update the README too, but I guess I should wait to see if there's feedback first.

JakeWharton commented 9 years ago

There are no guidelines. I also just used best judgement when creating the assertions. Address the nits above and we'll get this merged.

MichaelEvans commented 9 years ago

I can squash this if it looks good, left it as separate commits in order to make changes more obvious.

JakeWharton commented 9 years ago

One last thing. Looks good otherwise.

MichaelEvans commented 9 years ago

Updated and squashed.

JakeWharton commented 9 years ago

Thanks!

MichaelEvans commented 9 years ago

Thanks! You can also close #166 now