Android???????????????
???????????? ???????[ 2012/9/5 11:30:54 ] ????????
????????????????????????????????????????????????????????????в????????????????bug????????????????????????????????????????
?????????Java???????????junit???в????????System.out.println()?????????????д??????????????????ζ?Android??y??? ??????????????????
???????????????????
????1???????????裺
?????????????AndroidManifest.xml????в??????′?????
?????????????д?????????? ???????????AndroidTestCase??
??????????????в???
????2?????????
??????????AndroidManifest.xml????????????????????????£?
http://schemas.android.com/apk/res/android"
package="cn.csdn.android.junit"
android:versionCode="1"
android:versionName="1.0" >
android:label="@string/app_name" >
android:name=".Junit_testActivity" >
android:targetPackage="cn.csdn.android.junit"
android:label="MyJunitTest"
>
????????????? public void func1(){}???г??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????£?
package cn.csdn.android.junit;
????????????????????
import junit.framework.Assert;
import android.test.AndroidTestCase;
public class MyTest extends AndroidTestCase{
public void testFunc1() throws Throwable{
User u = new User();
u.func1();
}
public void testFunc2()throws Throwable{
User u = new User();
Assert.assertEquals(20??u.func2());
}
}
??????
???·???
??????????????????
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