Android Gradle-Project and Unit-Testing
Hi, can anyone help me getting Unittesting working for my Android-Project within Intellij?
I just need normal unit tests for my code - no UI-Testing. After hours of research I got it working from the shell via gradlew, but it would be very nice to use the IDE's Testrunner to run my unit-tests.
Thanks
请先登录再写评论。
Hi,
IDE's Testrunner integration for gradle-based unit-tests will be introduced in IDEA 14, see http://youtrack.jetbrains.com/issue/IDEA-116904 and http://youtrack.jetbrains.com/issue/IDEA-116907 for details.
You could try it ~ at 1st of June with EAP version.