We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa8c91 commit 464b83bCopy full SHA for 464b83b
build.gradle
@@ -20,7 +20,9 @@ dependencies {
20
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
21
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
22
testImplementation 'org.mockito:mockito-core:5.5.0'
23
+ testImplementation 'org.mockito:mockito-junit-jupiter:5.5.0'
24
testImplementation 'org.assertj:assertj-core:3.24.2'
25
+
26
}
27
28
test {
0 commit comments