instrument: update symmetric tests

This commit is contained in:
Vincent Breitmoser
2015-06-20 20:04:33 +02:00
parent c80d331b96
commit d472e30b4e
6 changed files with 162 additions and 25 deletions

View File

@@ -24,6 +24,7 @@ dependencies {
androidTestCompile 'com.android.support.test:runner:0.3'
androidTestCompile 'com.android.support.test:rules:0.3'
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2'
androidTestCompile 'com.android.support.test.espresso:espresso-intents:2.2'
androidTestCompile ('com.android.support.test.espresso:espresso-contrib:2.2') {
exclude group: 'com.android.support', module: 'appcompat'
exclude group: 'com.android.support', module: 'support-v4'