Skip to content

Commit 4e2c374

Browse files
committed
Refactor(test): Replace PowerMock with Mockito
1 parent 7da026b commit 4e2c374

10 files changed

Lines changed: 469 additions & 917 deletions

File tree

app/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@ dependencies {
114114
// Mockito framework
115115
testImplementation "org.mockito:mockito-core:3.12.4"
116116

117-
testImplementation 'org.powermock:powermock-core:2.0.9'
118-
testImplementation 'org.powermock:powermock-api-mockito2:2.0.9'
119-
testImplementation 'org.powermock:powermock-module-junit4:2.0.9'
120117
// Required for local unit tests. Prevent null in JSONObject, JSONArray, etc.
121118
testImplementation 'org.json:json:20240303'
122119

0 commit comments

Comments
 (0)