Kore/app/src/test
Martijn Brekhof d447789dc6 Updated documentation on running local and instrumentation tests (#460) 2017-09-28 19:54:52 +01:00
..
java/org/xbmc/kore Implemented testing actionbar state (#382) 2017-04-29 16:08:15 +01:00
README.md Updated documentation on running local and instrumentation tests (#460) 2017-09-28 19:54:52 +01:00

README.md

Local tests that do NOT need to be executed on an Android device

Run tests

You can run the tests as follows:

Android Studio

  1. Select build variant "fullDebug"
  2. Set the Project view to Android
  3. Right-click on the directory "test" and select "Run tests"

Commandline

Run the following command from the top of the project:

./gradlew testFullDebugUnitTest