Kore/app/src/debug
Martijn Brekhof 3b2447607b Implemented support for handling multiple playlists in tests (#657)
Added support for handling multiple playlists in the Mock TCP server.
Refactored SlideUpPanelTests to support the new playlist handler.

Some code cleanup and enhancements
- Removed throw exception declarations from methods that never throw the exception.
- Changed deleting the test database on the test device to delete all databases.
  The former method of only deleting the test database resulted in many old databases
  that were not removed when the test run crashed.
- Enhanced robustness of testing async code by explicitly waiting for a view
  to reach a certain state.
2019-07-03 18:54:51 +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 support for handling multiple playlists in tests (#657) 2019-07-03 18:54:51 +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.