Skip to content

Commit 57a8aef

Browse files
maskaravivekashishkumar468
authored andcommitted
Use mockito for all tests instead of just for UI tests (commons-app#3277)
1 parent 96d36ba commit 57a8aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ dependencies {
6868
testImplementation 'com.squareup.okhttp3:mockwebserver:3.12.1'
6969
testImplementation "org.powermock:powermock-module-junit4:2.0.0-beta.5"
7070
testImplementation "org.powermock:powermock-api-mockito2:2.0.0-beta.5"
71+
testImplementation 'org.mockito:mockito-core:2.23.0'
7172

7273
// Android testing
7374
androidTestImplementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$KOTLIN_VERSION"
@@ -78,7 +79,6 @@ dependencies {
7879
androidTestImplementation 'androidx.test:rules:1.2.0'
7980
androidTestImplementation 'androidx.annotation:annotation:1.1.0'
8081
androidTestImplementation 'com.squareup.okhttp3:mockwebserver:3.12.1'
81-
androidTestImplementation 'org.mockito:mockito-core:2.13.0'
8282
androidTestUtil 'androidx.test:orchestrator:1.2.0'
8383

8484
// Debugging

0 commit comments

Comments
 (0)