Avoid using AndroidJUnit4 runner to test Entrypoint implementations.
This commit is contained in:
parent
c90332bb6e
commit
4d7d0ac8d0
39 changed files with 271 additions and 119 deletions
|
|
@ -44,6 +44,8 @@ fun DependencyHandlerScope.testCommonDependencies(
|
|||
testImplementation(libs.androidx.test.ext.junit)
|
||||
testImplementation(libs.coroutines.test)
|
||||
testImplementation(libs.molecule.runtime)
|
||||
testImplementation(libs.test.appyx.junit)
|
||||
testImplementation(libs.test.arch.core)
|
||||
testImplementation(libs.test.junit)
|
||||
testImplementation(libs.test.mockk)
|
||||
testImplementation(libs.test.robolectric)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue