1 Star 0 Fork 0

骑卡拉恰的兔牙/AIVoiceLibrary

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
test.gradle 3.23 KB
一键复制 编辑 原始数据 按行查看 历史
kalaqia 提交于 2017-11-16 19:17 . Initial commit
//测试依赖
dependencies {
def espressoLib = "3.0.1";
androidTestImplementation ("com.android.support.test.espresso:espresso-core:${espressoLib}"){
exclude group: 'com.android.support', module: 'support-annotations'
}
// // Espresso dependencies
// androidTestImplementation "com.android.support.test.espresso:espresso-core:${espressoLib}"
// androidTestImplementation "com.android.support.test.espresso:espresso-contrib:${espressoLib}"
// androidTestImplementation "com.android.support.test.espresso:espresso-intents:${espressoLib}"
// androidTestImplementation "com.android.support.test.espresso:espresso-accessibility:${espressoLib}"
// androidTestImplementation "com.android.support.test.espresso:espresso-web:${espressoLib}"
// androidTestImplementation "com.android.support.test.espresso.idling:idling-concurrent:${espressoLib}"
// AndroidJUnitRunner and JUnit Rules
def runner = "1.0.1"
androidTestImplementation ("com.android.support.test:runner:${runner}"){
exclude group: 'com.android.support', module: 'support-annotations'
}
androidTestImplementation ("com.android.support.test:rules:${runner}"){
exclude group: 'com.android.support', module: 'support-annotations'
}
testImplementation 'junit:junit:4.12'
// Espresso的IdlingResource异步接口依赖:
// androidTestImplementation("com.android.support.test.espresso:espresso-idling-resource:${espressoLib}") {
// exclude group: 'com.android.support', module: 'support-annotations'
// }
// androidTestImplementation("com.android.support.test.espresso:espresso-contrib:${espressoLib}") {
// exclude group: 'com.android.support', module: 'support-v4'
// exclude group: 'com.android.support', module: 'appcompat-v7'
// exclude group: 'com.android.support', module: 'design'
// exclude group: 'com.android.support', module: 'recyclerview-v7'
// exclude group: 'com.android.support', module: 'support-annotations'
// exclude group: 'com.google.android.apps.common.testing.accessibility.framework', module: 'accessibility-test-framework'
// }
//
// def robolectricLib = "3.5"
//
// testCompile("org.robolectric:robolectric:${robolectricLib}")
//
// def powerMockVersion = "1.7.3";
//
// testCompile "org.powermock:powermock-core:${powerMockVersion}"
// testCompile "org.powermock:powermock-api-mockito:${powerMockVersion}"
// testCompile "org.powermock:powermock-module-junit4-common:${powerMockVersion}"
// testCompile "org.powermock:powermock-module-junit4:${powerMockVersion}"
// testCompile "org.powermock:powermock-module-junit4-legacy:${powerMockVersion}"
// testCompile "org.powermock:powermock-module-testng:${powerMockVersion}"
// testCompile "org.powermock:powermock-module-junit4-rule:${powerMockVersion}"
// testCompile "org.powermock:powermock-classloading-xstream:${powerMockVersion}"
//
// def mockitoVersion = "2.11.0";
//
// testCompile "org.mockito:mockito-core:${mockitoVersion}"
// testCompile "org.mockito:mockito-android:${mockitoVersion}"
// AndroidJUnitRunner and JUnit Rules
// androidTestImplementation "com.android.support.test:runner:1.0.1'
// androidTestImplementation "com.android.support.test:rules:1.0.1'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/kalaqia/AIVoiceLibrary.git
git@gitee.com:kalaqia/AIVoiceLibrary.git
kalaqia
AIVoiceLibrary
AIVoiceLibrary
master

搜索帮助