test(US-11): add failing tests for settings persistence
This commit is contained in:
parent
628129977f
commit
c646709438
3 changed files with 82 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ lifecycleRuntimeKtx = "2.8.3"
|
|||
activityCompose = "1.9.0"
|
||||
composeBom = "2024.06.00"
|
||||
junit = "4.13.2"
|
||||
mockitoKotlin = "5.4.0"
|
||||
androidxJunit = "1.2.1"
|
||||
espressoCore = "3.6.1"
|
||||
|
||||
|
|
@ -23,6 +24,7 @@ androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit
|
|||
androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
|
||||
lifecycle-viewmodel-compose = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-compose", version.ref = "lifecycleRuntimeKtx" }
|
||||
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
||||
mockito-kotlin = { group = "org.mockito.kotlin", name = "mockito-kotlin", version.ref = "mockitoKotlin" }
|
||||
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidxJunit" }
|
||||
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue