Updated on 2026-08-14

This commit is contained in:
Tangem 2023-03-17 15:58:26 +08:00
parent a3a3a4a7cb
commit a30e44b1cf
21 changed files with 736 additions and 25 deletions

View file

@ -82,8 +82,9 @@ detekt = "1.21.0"
# region Testing
espresso = "3.4.0"
junit = "4.13.2"
truth = "1.1.3"
junitAndroidExt = "1.1.3"
mockk = "1.13.4"
truth = "1.1.3"
# endregion Testing
[plugins]
@ -153,10 +154,12 @@ detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting",
# ndregion Detekt
# region Test
test-coroutine = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutine" }
test-espresso = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso" }
test-junit = { module = "junit:junit", version.ref = "junit" }
test-junit-android = { module = "androidx.test.ext:junit", version.ref = "junitAndroidExt" }
test-truth = { module = "com.google.truth:truth", version.ref = "truth" }
test-mockk = { module = "io.mockk:mockk", version.ref = "mockk" }
# endregion Test
# region Other