gpt4 book ai didi

Android Studio 测试显示测试结果 0/0。如何开始测试?

转载 作者:行者123 更新时间:2023-12-05 00:00:27 28 4
gpt4 key购买 nike

我正在 Android Studio 中学习 Kotlin 初学者类(class) - 在测试阶段,测试结果总是 0/0 .我怎样才能完成这些测试?
代码由 Google Android 开发人员编写,应该可以完美运行。 (我用的一样)。应用程序编译没有错误。代码在这里:
https://github.com/google-developer-training/android-basics-kotlin-words-app
我尝试了各种解决方案:

  • Espresso tests not running on Android 12
  • Android instrumented test no tests found
  • 将 gradle 和所有内容升级到最新版本。
  • 在 Pixel 2 和 Pixel 3 模拟器上试过

  • 它可能与 Android Studio 版本 - Bumblebee 或模拟器中阻止测试的某些设置有关。我怀疑这一点,因为在创建以前的应用程序时,在测试阶段发生了同样的事情(测试结果 0/0)
    测试结果说:

    05/04 21:06:18: Launching 'navigate_to_words_...()' on Pixel 3 API 29.App restart successful without requiring a re-install.Running tests


    $ adb shell am instrument -w -m -e debug false -e class 'com.example.wordsapp.NavigationTests#navigate_to_words_nav_component' com.example.wordsapp.test/android.support.test.runner.AndroidJUnitRunnerConnected to process 10870 on device 'Pixel_3_API_29 [emulator-5556]'.>


    您对此有何看法?感谢您的时间!

    最佳答案

    看原文 build.gradle - 您使用了错误的测试运行器:

    testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

    关于Android Studio 测试显示测试结果 0/0。如何开始测试?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/72114551/

    28 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com