Android单元测试研究与实践(4)

发表于:2017-02-21来源:meituan作者:潘铭炜 黄超点击数: 标签:单元测试Android
repositories{ jcenter() } dependencies{ testCompile org.mockito:mockito-core:1.+


  1. repositories { 
  2.  
  3. jcenter() 
  4.  
  5.  
  6. dependencies { 
  7.  
  8. testCompile "org.mockito:mockito-core:1.+" 
  9. 原文转自:http://tech.meituan.com/Android_unit_test.html