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

Upgrade assertj dependency to 2.0.0 ( or greater ) #154

Closed yogurtearl closed 9 years ago

madisp commented 9 years ago

afaik assertj 2.0.0 depends on JDK7, e.g. java.nio.file.Path - https://code.google.com/p/android/issues/detail?id=161270

JakeWharton commented 9 years ago

I was the one who requested Path overloads in AssertJ, funny enough!

In general, the method-overload-all-the-things approach of AssertJ (and FEST before it) is far from ideal and it's my least favorite thing about the library. We've been playing with other ways but the expressiveness (or lack thereof) of Java severely limits us.

Closing for now since there's no way to upgrade.