ImageLoader Test Updated (#4517)

This commit is contained in:
Aditya-Srivastav 2021-07-24 14:09:59 +05:30 committed by Aditya Srivastava
parent 443dcf445b
commit 36a94fea93
4 changed files with 101 additions and 128 deletions

View file

@ -93,6 +93,7 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-api:5.3.1"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.3.1"
testImplementation 'com.facebook.soloader:soloader:0.9.0'
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.4.2"
// Android testing
androidTestImplementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$KOTLIN_VERSION"