Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 747 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 747 Bytes

RobolectricSample

Build Status

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.

Usage

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.github.io/robolectric/quick-start.html

Contributing

We welcome contributions. Please fork and submit pull requests!