在Android中使用unittest,不用再运行整个工程,只是测试某一些类是否正确运行。
步骤:
- 设置Android studio,
Enable the unit testing feature in Settings > Gradle > Experimental.
- 在Android studio左下角,有一个Build Variantes, 最上方选择Unit Tests.
选择Unit Tests
- 愉快的写test就可以了
在Android中使用unittest,不用再运行整个工程,只是测试某一些类是否正确运行。
Enable the unit testing feature in Settings > Gradle > Experimental.
选择Unit Tests