Migrate tests to mockk

This commit is contained in:
Albert Vaca Cintora
2025-10-10 01:10:51 +02:00
parent a9216ee636
commit a24b50ae3e
6 changed files with 76 additions and 97 deletions

View File

@@ -327,7 +327,8 @@ dependencies {
// Testing
testImplementation(libs.junit)
testImplementation(libs.mockito.core)
testImplementation(libs.mockk)
testImplementation(libs.slf4j.simple) // do not try to use the Android logger backend in tests
testImplementation(libs.jsonassert)
// For device controls