Kore/app/src/debug
Martijn Brekhof f024c13ca5 Implemented UI tests for PlaylistFragment (#658) 2019-09-30 12:35:17 +01:00
..
assets Fixed issue with running many instrumentation tests (#536) 2018-05-03 11:04:04 +01:00
java/org/xbmc/kore/testutils Implemented UI tests for PlaylistFragment (#658) 2019-09-30 12:35:17 +01:00
AndroidManifest.xml Fixed issue with running many instrumentation tests (#536) 2018-05-03 11:04:04 +01:00
README.md Fixed issue with running many instrumentation tests (#536) 2018-05-03 11:04:04 +01:00

README.md

Resources required for both the local and instrumentation tests.

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.