首页 > 代码库 > Android 测试 AndroidTestCase 和 InstrumentationTestCase

Android 测试 AndroidTestCase 和 InstrumentationTestCase

111111111111111

 

 

 

 

 

class InstrumentationTestCase extends TestCase{}

 

class AndroidTestCase extends TestCase

 

他们两个都继承 TestCase。

 


 

 

InstrumentationTestCase: 

Android单元测试初探——Instrumentation

http://www.uml.org.cn/mobiledev/201112024.asp

 

 

 



 

Android 测试 AndroidTestCase 和 InstrumentationTestCase