0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00

Kotlin: add mockito-kotlin

Allows better syntax for mocks

https://github.com/mockito/mockito-kotlin
This commit is contained in:
David Allison 2021-07-03 02:44:29 +01:00
parent 97926936d8
commit 9f9925aa45

View File

@ -313,6 +313,7 @@ dependencies {
testImplementation 'org.junit.vintage:junit-vintage-engine:5.7.2'
testImplementation 'org.mockito:mockito-inline:3.11.2'
testImplementation "org.mockito.kotlin:mockito-kotlin:3.2.0"
testImplementation 'org.hamcrest:hamcrest-all:1.3'
testImplementation 'net.lachlanmckee:timber-junit-rule:1.0.1'
testImplementation "org.robolectric:robolectric:4.5.1"