mirror of
https://github.com/hmalik144/Farmr.git
synced 2025-12-10 02:25:19 +00:00
- local test fix
This commit is contained in:
@@ -53,13 +53,13 @@ dependencies {
|
||||
testImplementation "junit:junit:$JUNIT_VERSION"
|
||||
androidTestRuntimeOnly "org.jetbrains.kotlin:kotlin-test-junit:$KOTLIN_VERSION"
|
||||
testRuntimeOnly "org.jetbrains.kotlin:kotlin-test-junit:$KOTLIN_VERSION"
|
||||
testImplementation "org.jetbrains.kotlin:kotlin-test:$KOTLIN_VERSION"
|
||||
androidTestImplementation "androidx.test:rules:$TEST_KTX_VERSION"
|
||||
androidTestImplementation 'androidx.test:core:1.5.0'
|
||||
androidTestImplementation 'androidx.test:monitor:1.6.1'
|
||||
androidTestImplementation 'junit:junit:4.13.2'
|
||||
androidTestImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1'
|
||||
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1'
|
||||
|
||||
/ * mockito and livedata testing * /
|
||||
testImplementation "org.mockito:mockito-inline:$MOKITO_INLINE_VERSION"
|
||||
testImplementation "androidx.arch.core:core-testing:$CORE_TEST_VERSION"
|
||||
|
||||
Reference in New Issue
Block a user