fpezzato / RobolectricSample

Sample project demonstrating use of the Robolectric Android testing project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Sample project demonstrating use of the Robolectric Android testing project

License:MIT License