Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 593 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 593 Bytes

Robolectric FEST

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;