Kore/app/src/debug
Martijn Brekhof d634d9455e Refactored instrumentation tests to support RecyclerViews
* Fixed Espresso not waiting on ViewPager switching
* Removed BaseMediaActivityTests abstract class.
  Unfortunately the click action on list items now requires
  a unique item to be able to select the item to click.
  Therefore the tests from BaseMediaActivityTests have been
  moved to the specific test classes. This made the
  BaseMediaActivityTests class obsolete.
* Removed dependency on Context class in AddonsHandler and inlined
  the json data to allow the AddonsHandler to be initialized before
  the test activity is started. This was needed to have the
  AddonsActivityTests directly start the AddonsActivity, instead of
  first starting MoviesActivity and from there start the AddonsActivity.
2018-09-09 14:09:59 +01:00
..
assets Fixed issue with running many instrumentation tests (#536) 2018-05-03 11:04:04 +01:00
java/org/xbmc/kore/testutils Refactored instrumentation tests to support RecyclerViews 2018-09-09 14:09:59 +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.