Resources can now be loaded from a path, not just a single res dir.
Using this new method RobolectricConfig#fromBaseDirWithLibraries can
parse project.properties to interpret a chain of single library
dependencies. Will follow up to remove the "single" restriction.

Also includes .idea config updates from IJ 11
12 files changed
tree: 3923f1daecd56e27f6482cc68d795a0c7a297de7
  1. .idea/
  2. lib/
  3. src/
  4. .gitignore
  5. .pairs
  6. build.properties
  7. build.xml
  8. default.properties
  9. find-android.bat
  10. find-android.sh
  11. LICENSE.txt
  12. pom.xml
  13. README.md
  14. update-downloads.rb
README.md

Robolectric

An Android Testing Framework

Robolectric can be built using either Maven or Ant. Both Eclipse (with the M2Eclipse plug-in) and IntelliJ can import the pom.xml file and will automatically generate their project files from it.

For more information about how to use Robolectric on your project, extend its functionality, and join the community of contributors, please see: http://pivotal.github.com/robolectric/index.html