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 support for Intent data uri assertion #62

Closed automatedops closed 11 years ago

f2prateek commented 11 years ago

Is this actually the right way to compare the Uri's? I'm thinking Uri.compareTo should be used. I'll add a pull request with my implementation.

JakeWharton commented 11 years ago

Please do!