NordicSemiconductor / Android-nRF-Toolbox

The nRF Toolbox is a container app that stores your Nordic Semiconductor apps for Bluetooth Low Energy in one location.
https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Toolbox
BSD 3-Clause "New" or "Revised" License
1.09k stars 464 forks source link

Unit tests are missing in app/java #94

Open Manue26 opened 4 years ago

Manue26 commented 4 years ago

I'd like to run the unit tests to understand their process. I'm using Android Studio However, in the file app/java, there is no file no.nordicsemi.android.nrftoolbox (Test) only a file no.nordicsemi.android.nrftoolbox (androidTest) in which a package "android.test.ApplicationTestCase;" is missing and therefore cannot be run. Can you fix this issue please, so I can test the unit tests? Thank you very much