gpt4 book ai didi

android - 如何使用 Gradle 命令在 Android 中运行单个测试类?

转载 作者:行者123 更新时间:2023-11-29 18:46:09 25 4
gpt4 key购买 nike

在我的 Android 应用程序中,我有几个测试类。如果我运行下面命令我尝试使用以下命令上课:

./gradlew test --tests com.login.user.UserLoginTest

上面的命令抛出以下异常

FAILURE: Build failed with an exception.

* What went wrong:
Problem configuring task :app:test from command line.
> Unknown command-line option '--tests'.

* Try:
Run gradlew help --task :app:test to get task usage details. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org


My app gradle version is 3.3

最佳答案

如果您的项目中有多种风格,您可能会遇到此错误。不要只使用test,而是尝试一个特定的测试任务:

./gradlew testDebugUnitTest --tests com.login.user.UserLoginTest

关于android - 如何使用 Gradle 命令在 Android 中运行单个测试类?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51823185/

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