Android單元測試框架-Espresso

導入框架,在gradle中添加配置(通常默認建立項目就有這個了) androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) 建立TEST類文件 在當前類
相關文章
相關標籤/搜索