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

(v1.0.0) release ETA #123

Closed entropitor closed 10 years ago

entropitor commented 10 years ago

Do you guys have an ETA of a first release of assertj-android into maven-central? (even if it's just a beta release)

I'd like to start using the lib already...

f2prateek commented 10 years ago

You can use the snapshot releases https://oss.sonatype.org/content/repositories/snapshots/com/squareup/assertj/

entropitor commented 10 years ago

It doesn't work properly. I'm not sure if I set it up wrong but when I do

import static org.assertj.android.api.Assertions.assertThat;

like in the readme, it says that the package doesn't exist (from android onwards).

JakeWharton commented 10 years ago

This week.