Add a NavDrawerActivityTest

This commit is contained in:
Torsten Grote
2018-07-26 12:26:36 -03:00
parent daf5db470f
commit 05fbb87c06
5 changed files with 80 additions and 3 deletions

View File

@@ -53,6 +53,7 @@ dependencies {
def espressoVersion = '3.0.2'
androidTestImplementation "com.android.support.test.espresso:espresso-core:$espressoVersion"
androidTestImplementation "com.android.support.test.espresso:espresso-contrib:$espressoVersion"
androidTestImplementation "com.android.support.test.espresso:espresso-intents:$espressoVersion"
androidTestImplementation "tools.fastlane:screengrab:1.1.0"
androidTestAnnotationProcessor "com.google.dagger:dagger-compiler:2.0.2"
androidTestCompileOnly 'javax.annotation:jsr250-api:1.0'