开发者

Unit testing the android platform

开发者 https://www.devze.com 2023-01-07 20:06 出处:网络
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?

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 archit开发者_运维问答ecture?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消