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

pix*_*xel 5 android unit-testing functional-testing

你能指出一些有单元测试的Android项目的好例子吗?

通过这些例子来学习会很棒.

Oct*_*ean 2

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

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

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

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

  • 嗯,我认为这个链接是一个资源。计算器应用程序很简单我知道这只是一个例子。他们在该存储库中有更多应用程序,例如电子邮件应用程序 http://android.git.kernel.org/?p=platform/packages/apps/Email.git;a=tree (2认同)