[ADD] Location Tests + ID at every XML file

This commit is contained in:
Robin Koedood
2021-01-05 10:58:33 +01:00
parent bcd9eb6378
commit d3cab8c70d
14 changed files with 57 additions and 1 deletions

View File

@@ -56,4 +56,7 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
testImplementation 'org.mockito:mockito-core:2.7.22'
androidTestImplementation 'com.21buttons:fragment-test-rule:2.0.1'
androidTestImplementation 'androidx.test:rules:1.3.0-beta01'
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.4.0-alpha02'
}