测试涵盖的 Android 项目的好例子?

发布于 2024-09-18 03:15:42 字数 61 浏览 3 评论 0原文

您能否指出一些正在进行单元测试的 Android 项目的好例子?

从这些例子中学习是很好的。

Could you point some good examples of Android projects that have unit testing in action?

It would be great to learn by example from those.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烙印 2024-09-25 03:15:42

看看安卓源码。您可以在 https://android.googlesource.com/ 上找到它们。

为了更准确一点,请看一下计算器应用程序。
https://android.googlesource.com/platform/packages/apps/Calculator。 git

可以看到测试目录。我想这就是你的意思。

我希望这就是您正在寻找的。

Look at the android sources. You can find them on https://android.googlesource.com/.

To be a bit more precise take a look at the Calculator app for example.
https://android.googlesource.com/platform/packages/apps/Calculator.git

You can see the test directory. I guess that is what you meant.

I hope that this is what you were looking for.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文