真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

擴展InstrumentationTestRunner,傳遞自定義參數(shù)-創(chuàng)新互聯(lián)

通過繼承InstrumentationTestRunner,就可以傳遞自定義參數(shù)到TestRunner。這里是傳遞port、packageName、activityName,其中port是用于在手機側啟動一個TCP服務的端口,packageName和activityName是用于指定首個啟動的activity的參數(shù)配置:

在通山等地區(qū),都構建了全面的區(qū)域性戰(zhàn)略布局,加強發(fā)展的系統(tǒng)性、市場前瞻性、產(chǎn)品創(chuàng)新能力,以專注、極致的服務理念,為客戶提供做網(wǎng)站、成都網(wǎng)站制作 網(wǎng)站設計制作按需定制制作,公司網(wǎng)站建設,企業(yè)網(wǎng)站建設,高端網(wǎng)站設計,成都全網(wǎng)營銷推廣,外貿(mào)網(wǎng)站制作,通山網(wǎng)站建設費用合理。
  1. import
  2. import
  3. publicclassextends
  4. privatestatic"com.taobao.fario"
  5. private static String activityName = "com.taobao.fario.MainActivity"; 
  6.              
  7. privatestatic"1234"
  8. publicstatic
  9. return
  10. publicstatic
  11. return
  12. publicstatic
  13. return
  14. @Override
  15. publicvoid
  16. if (arguments != null) { 
  17.             String port = arguments.getString("port"); 
  18.             String packageName = arguments.getString("packageName"); 
  19.             String activityName = arguments.getString("activityName"); 
  20.             if (port != null) { 
  21.                 AthrunInstrumentationTestRunner.port = port; 
  22.             } 
  23.             if (packageName != null) { 
  24.                 AthrunInstrumentationTestRunner.packageName = packageName; 
  25.             } 
  26.             if (activityName != null) { 
  27.                 AthrunInstrumentationTestRunner.activityName = activityName; 
  28.             } 
  29.         } 
  30.  
  31. super

執(zhí)行命令變成:

  1. adb -s SH14MTJ01900 shell am instrument -w -e port 1234 -e class org.athrun.remoterunner.TravelTest#test org.athrun.remoterunner/org.athrun.instrumentation.AthrunInstrumentationTestRunner 

在Testcase中如何使用傳入的packageName和activityName:

  1. publicclassextends
  2.     
  3. privatestatic
  4. return
  5. privatestaticthrows
  6. return
  7. publicthrows
  8. super

-e 是屬于擴展參數(shù),使用這種方法是可以不斷擴展的。

另外有需要云服務器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務器、裸金屬服務器、高防服務器、香港服務器、美國服務器、虛擬主機、免備案服務器”等云主機租用服務以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應用場景需求。


文章標題:擴展InstrumentationTestRunner,傳遞自定義參數(shù)-創(chuàng)新互聯(lián)
轉載來于:http://weahome.cn/article/jophs.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部