Closed sdhull closed 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.
Woot! Thanks @JakeWharton you're killin it out here in the Android open source land! :smile:
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
.
Much appreciated :+1:
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?