Refactor tests so that all test data is created in the first test

This commit is contained in:
Torsten Grote
2018-09-17 18:53:23 -03:00
parent 1c90e64894
commit 60d949c342
9 changed files with 103 additions and 92 deletions

View File

@@ -140,7 +140,7 @@ dependencies {
androidTestAnnotationProcessor "com.google.dagger:dagger-compiler:2.0.2"
androidTestCompileOnly 'javax.annotation:jsr250-api:1.0'
androidTestImplementation 'junit:junit:4.12'
androidTestScreenshotImplementation "tools.fastlane:screengrab:1.1.0"
androidTestScreenshotImplementation "tools.fastlane:screengrab:1.2.0"
androidTestScreenshotImplementation "com.android.support.test.uiautomator:uiautomator-v18:2.1.3"
}