Require the Mockito library for unit testing

This commit is contained in:
Borjan Tchakaloff 2019-03-31 16:17:55 +02:00
parent 3c7fd274de
commit cba4059063
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ dependencies {
}
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:1.10.19'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test:rules:1.0.2'