Avoid using AndroidJUnit4 runner to test Entrypoint implementations.

This commit is contained in:
Benoit Marty 2025-09-15 10:49:13 +02:00
parent 682e7928cf
commit 264472ba36
39 changed files with 271 additions and 119 deletions

View file

@ -61,6 +61,4 @@ dependencies {
testImplementation(projects.services.appnavstate.test)
testImplementation(projects.services.analytics.test)
testImplementation(projects.services.toolbox.test)
testImplementation(libs.test.appyx.junit)
testImplementation(libs.test.arch.core)
}