<meter id="pryje"><nav id="pryje"><delect id="pryje"></delect></nav></meter>
          <label id="pryje"></label>

          新聞中心

          android_Junit 單元測(cè)試

          作者: 時(shí)間:2016-09-12 來源:網(wǎng)絡(luò) 收藏

          PersonService.java

          本文引用地址:http://www.ex-cimer.com/article/201609/305200.htm

          01package com.android.junit.service;

          02

          03public class PersonService {

          04

          05 public int addPerson(){

          06 int i=1;

          07 int k=2;

          08 int h=i+k;

          09 // int y=h/0;

          10 return h;

          11 }

          12}

          PersonServiceTest.java

          01package com.android.junit.activity;

          02

          03import com.android.junit.service.PersonService;

          04

          05import android.test.AndroidTestCase;

          06import android.util.Log;

          07

          08public class PersonServiceTest extends AndroidTestCase {

          09

          10 // 第一個(gè) 方法 無返回值 方法名 test(固定)+測(cè)試方法

          11 public void testAddPerson(){

          12 PersonService personService=new PersonService();

          13 int result=personService.addPerson();

          14 System.out.println(result=+result);

          15 Log.i(test, result=+result);

          16 }

          17}

          注意:



          關(guān)鍵詞:

          評(píng)論


          相關(guān)推薦

          技術(shù)專區(qū)

          關(guān)閉
          看屁屁www成人影院,亚洲人妻成人图片,亚洲精品成人午夜在线,日韩在线 欧美成人 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();