本文學(xué)習(xí)使用捐康,
Espresso仇矾、Ui Automator、AndroidJUnitRunner
進(jìn)行測(cè)試的具體細(xì)節(jié)
一 解总、在app gradle文件里面配置
贮匕、、花枫、
android {
defaultConfig {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
}
刻盐、掏膏、、
dependencies {
androidTestCompile 'com.android.support.test:runner:0.4'
// Set this dependency to use JUnit 4 rules
androidTestCompile 'com.android.support.test:rules:0.4'
// Set this dependency to build and run Espresso tests
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.1'
// Set this dependency to build and run UI Automator tests
androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.2'
}
敦锌、馒疹、、
二乙墙、 示例
颖变、、伶丐、