Kore/app/src/test
STB Land a9a833ddfe
Add support to sharing from Arte's video to Kodi (#736)
* Add support to sharing from Arte video (The European Culture Channel) to Kodi
* Handle Arte's video (The European Culture Channel)
2020-05-25 19:38:50 +01:00
..
java/org/xbmc/kore Add support to sharing from Arte's video to Kodi (#736) 2020-05-25 19:38:50 +01:00
README.md unit test IDE execution improvements (#463) 2017-10-01 12:34:45 +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. Make sure in the Run/Debug Configurations - Android JUnit - Defaults for Working directory: $MODULE_DIR$ is set.
  2. Select build variant "fullDebug"
  3. Set the Project view to Android
  4. Right-click on the directory "test" and select "Run tests"

Commandline

Run the following command from the top of the project:

./gradlew testFullDebugUnitTest