Answer the question
In order to leave comments, you need to log in
How to run android unit tests not on device or emulator?
In android studio, by default, the project has a nested project containing, as I understand it, integration tests that are essentially run on a device or emulator that essentially check the functionality of the application that depends on the android SDK. But I have methods independent of android. I would like to test them on the JVM, avoiding launching the emulator as the first stage of testing, and if they are completed, then proceed to testing on the emulator.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question