Kore/app/src/instrumentationTest
Martijn Brekhof bbda7df4aa Refactored integration tests to use robolectric (#302)
* Updated travis build to include running local tests for each PR
* Removed unused methods from Utils.java
* Moved all resources required by both local and instrumentation tests
  to testUtils
* Added proguard rules for the test builds to prevent proguard from discarding
  the junit classes
2016-11-08 11:43:10 +00:00
..
AndroidManifest.xml Implemented integration tests to test restoring search query 2016-06-16 11:04:25 +02:00
README.md Refactored integration tests to use robolectric (#302) 2016-11-08 11:43:10 +00:00

README.md

Resources required for the instrumentation tests in androidTest

Note: do not put any tests here! Put local tests that DO NOT need to be executed on an android device in test. Put tests that DO need to run on an android device in androidTest.