测试涵盖的 Android 项目的好例子?
您能否指出一些正在进行单元测试的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看安卓源码。您可以在 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.