【android】android下的junit

1 <instrumentation 
2         android:name="android.test.InstrumentationTestRunner"
3           android:targetPackage="cn.zengfansheng.queryMobile" 
4           android:label="Tests for My App" />

application下android

1 <uses-library android:name="android.test.runner"/>