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

Browse available assertions? #60

Closed sdhull closed 11 years ago

sdhull commented 11 years ago

It's possible I'm just being dense, but I was looking for a browseable list of assertions provided by fest-android. Maybe browseable by type.

Or is the intended use here to pass an object to assertThat and then poke around in autocomplete and see what pops up?

JakeWharton commented 11 years ago

I'll publish the javadoc which should help. There's no comments on any of the methods though. We can try to change that at some point.

sdhull commented 11 years ago

Woot! Thanks @JakeWharton you're killin it out here in the Android open source land! :smile:

JakeWharton commented 11 years ago

Javadoc is here: http://square.github.io/fest-android/javadoc/index.html. It's not linked from the website yet.

A list of all the types that are available are on org.easytesting.api.ANDROID.

sdhull commented 11 years ago

Much appreciated :+1: