android - Run Unit Test Before Launch -


i have created first unit test part of android project. followed guide found here.

now include unit tests in "test" package before app launched phone. how include in gradle file?


Comments

Popular posts from this blog

tcpdump - How to check if server received packet (acknowledged) -