当试图运行'hello world'类型'本地单元测试'时,我收到错误
Test running failed: Instrumentation run failed due to 'java.lang.RuntimeException'
查看https://developer.android.com/training/testing/unit-testing/local-unit-tests.html处的文档 我已经在app / build.gradle中验证了以下内容
testCompile 'junit:junit:4.12'
我想简单介绍一下如何设置“本地单元测试”,从“文件>新建>新项目”中进行空活动。
测试方法addition_isCorrect
或整个班级.ExampleUnitTest
此外,我的设置启动了模拟设备但我了解本地设备测试不需要设备或模拟器?
现在看来Test Artifact in the Build Variants view.
已经过时了。
答案 0 :(得分:0)
答案是创建一个新的JUnit
配置。
不是似乎与ApplicationTest一起使用的Android测试。
Run>Edit Configurations>Add a new configuration>
选择你的模块并选择类.ExampleUnitTest