Hi, I noticed that there are some tests which are not necessarily need to be executed as instrumented android tests. As a proof of concept, I tried to turn the QueryTest into normal unit test and it did work well. I would like to take some time and effort to refactor production and test code in order to move away pure unit tests out of androidTest package. Please let me know what do you think about it. Thank you!
Hi, I noticed that there are some tests which are not necessarily need to be executed as instrumented android tests. As a proof of concept, I tried to turn the QueryTest into normal unit test and it did work well. I would like to take some time and effort to refactor production and test code in order to move away pure unit tests out of androidTest package. Please let me know what do you think about it. Thank you!