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 intent data assertion #64

Closed f2prateek closed 11 years ago

f2prateek commented 11 years ago

Improve #62

Ideally I'd have assertThat(actualUri)....isEqualTo(uri); but I wasn't quite sure what the default comparison strategy for fest is so chose to be more explicit.