A set of FEST assertion helpers geared toward testing Android with Robolectric.
This is an extention of fest-android that adds features specific to Robolectric that could not be a part of the fest-android library.
See fest-android's README for usage/extension instructions.
To get started writing tests add the following import:
import static org.fest.assertions.api.ROBOLECTRIC.assertThat;