Improve remote repository tests

This commit is contained in:
Koitharu
2021-07-15 19:54:22 +03:00
parent 6a3421df8a
commit d2609c0560
12 changed files with 213 additions and 185 deletions

View File

@@ -102,6 +102,8 @@ dependencies {
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'
testImplementation 'junit:junit:4.13.2'
testImplementation 'com.google.truth:truth:1.1.3'
testImplementation 'org.json:json:20210307'
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.1'
testImplementation 'io.insert-koin:koin-test-junit4:3.1.2'
}