Kore/app/src/testUtils
Martijn Brekhof 2ed968456a Upgraded butterknife to 8.8.1 (#524)
Refactored MusicListFragment and PVRListFragment to use AbstractTabsFragment
Fixed scrolling in a nested scroll view using espresso
Fixed issue with setting and checking Kodi major version
2018-04-05 18:22:20 +01:00
..
assets Implemented testing actionbar state (#382) 2017-04-29 16:08:15 +01:00
java/org/xbmc/kore/testutils Upgraded butterknife to 8.8.1 (#524) 2018-04-05 18:22:20 +01:00
README.md Refactored integration tests to use robolectric (#302) 2016-11-08 11:43:10 +00: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.