Kore/app/src/debug
DoomMortal 5299e8e607 Migration Tests to AndroidX
Fix import statements to AndroidX
2020-04-26 19:13:07 +02:00
..
assets Fixed issue with running many instrumentation tests (#536) 2018-05-03 11:04:04 +01:00
java/org/xbmc/kore/testutils Migration Tests to AndroidX 2020-04-26 19:13:07 +02:00
AndroidManifest.xml Stream local files with NanoHTTPD server (#681) 2019-12-03 18:17:19 +00: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.