Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚用androidStudio创建了一个项目,我添加了测试的结构,可以看到xml/html格式的测试结果。
我的问题是如何在控制台中看到测试输出?
您可以在https://github.com/kolyjjj/process_killer查看项目
当您编写本地单元测试时,输出似乎会显示在控制台中。位于模块名称/src/test/java/。但是在 Instrumented 测试中,位于 module-name/src/androidTest/java/ 中,输出没有显示在控制台中,它会显示在 logcat 中。