单元测试
最后更新于:2022-04-01 02:25:33
# 单元测试
Android Studio 1.1 添加了单元测试支持(实验性功能),详细请看 [Unit testing support](http://tools.android.com/tech-docs/unit-testing-support)。本章的其余部分描述的是 “instrumentation tests”,利用 Instrumentation 测试框架可以构建一个独立的测试 APK 并运行在真实设备(或模拟器)中以测试。
';