Android??????????ν??е??????
?????iteye(???) ???????[ 2012/5/29 10:58:57 ] ????????
???????????????????Android??????????????ν??е????????????????????????У?????????????б?????????????д???????????????????????????μ?????????????????????á?
??????????????????????????????(???????С??λ)??????????????????????????????????С????????????????????У??????????????????????????????????????????С?????????????????????????????????????????????е?????????????????????????????????????????????????????????????????????α?д??????????????????????????д??????????е?????????????????δ???????????????????????
????????????????????????д????????????????????????????????£??????????????????????????????Щ??????絯?????????????????????????????????????????????????????????????????????????????????????????????????????????70%?????????δ?????????????????????С???????Щ?????????????BUG?????????????????????????????????????????????????????????????????????????г????????????????????????????????????????·??
??????????????????????????????д???????е???????????????????д?????????????????????????????
????????г???????????????д????????????????????????????????????????????????????????????????????????????????????????????????????????????
??Android??????????????????????е?????????????????????????????????
????????????[???????????????е??????]
????????????????????????????????? com.andyidea.demo ???е? JUnitService.java ?е???????????????????????????и? add????????????????????????
Html????
package com.andyidea.demo;
public class JUnitService {
public int add(int a?? int b){
return a+b;
}
}
package com.andyidea.demo;
public class JUnitService {
public int add(int a?? int b){
return a+b;
}
}?????????MyJnuitTest.java?б?д??????????[????ò???????????? AndroidTestCase??] ???????????????????????????????
Html????
package com.andyidea.jnuit;
import junit.framework.Assert;
import android.test.AndroidTestCase;
import com.andyidea.demo.JUnitService;
public class MyJnuitTest extends AndroidTestCase {
public void testAdd() throws Exception{
JUnitService js = new JUnitService();
int sum = js.add(1?? 2);
Assert.assertEquals(3?? sum);
}
}
package com.andyidea.jnuit;
import junit.framework.Assert;
import android.test.AndroidTestCase;
import com.andyidea.demo.JUnitService;
public class MyJnuitTest extends AndroidTestCase {
public void testAdd() throws Exception{
JUnitService js = new JUnitService();
int sum = js.add(1?? 2);
Assert.assertEquals(3?? sum);
}
}???????????? Manifest.xml ?嵥??????????????£????????????????????????
??????
???·???
??????????????????
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