Android???????Junit??????
???????????? ???????[ 2015/1/9 13:42:44 ] ????????Android ??????? Junit
??????????????????????Run AsRun configurations????Android JUnit Test???????????????????????????棺
??????Instrumentation runner????б??????У????android.test.InstrmentationTestRunner?????????????
?????????????嵥??????£?
????????<?xml version="1.0" encoding="utf-8"?>
????????<manifest package="com.ink.juint"
????????android:versionCode="1"
????????android:versionName="1.0" xmlns:android="http://schemas.android.com/apk/res/android">
????????<uses-sdk
????????android:minSdkVersion="8"
????????android:targetSdkVersion="8" />
????????<instrumentation android:name="android.test.InstrumentationTestRunner" android:targetPackage="com.ink.juint" android:label="suibian"></instrumentation>
????????<application
????????android:allowBackup="true"
????????android:icon="@drawable/ic_launcher"
????????android:label="@string/app_name"
????????android:theme="@style/AppTheme" >
????????<activity
????????android:name="com.ink.junit.MainActivity"
????????android:label="@string/app_name" >
????????<intent-filter>
????????<action android:name="android.intent.action.MAIN" />
????????<category android:name="android.intent.category.LAUNCHER" />
????????</intent-filter>
????????</activity>
????????<uses-library android:name="android.test.runner"/>
????????</application>
????????</manifest>
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11