This is a sample Android project configured and setup o use Robolectric. This project shows how to configure your build file, how to layout your project, how to write sample tests, etc.
Clone the git repository:
git clone git://github.com/pivotal/RobolectricSample.git
cd RobolectricSample
Run the tests with Maven:
mvn clean test
For more information about how to get projects running in your IDE see:
http://robolectric.org/getting_started/
We welcome contributions. Please fork and submit pull requests!