android平台的单元测试
所以,我终于能够构建和调试android平台了(这个过程可以在这里看到)。现在的问题是:单元测试在哪里,如何启动它们以及在哪里可以看到结果?
另外,有没有关于android平台架构的指南?
So, I was finally able to build and debug the android platform (the process can be seen here). Now, the question is: where are the unit tests, how do I launch them and where do I see results?
And also, is there any guide to android platform architecture?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想没有办法在 Android src 上运行每个单元测试。
我不知道 C 代码,但你可以在一些包含 Android 应用程序的 git 存储库中看到它,例如 Contacts 他们有一个测试文件夹,这是一个 android 测试项目。您可以在此处查看如何运行它们。
I guess there is no way to run every unit test on Android src.
I don't know about the C code, but you can see that inside some git repos holding Android apps like Contacts they have a tests folder which is an android test project. You can check how to run them here.