I have a problem with testing a Room database: when I run the test, I get this exception:
java.lang.RuntimeException: cannot find implementation for databa
If You Use Kotlin sure exists this code in your in grade file.
apply plugin: "kotlin-kapt" // Room implementation "androidx.room:room-runtime:$room_version" kapt "androidx.room:room-compiler:$room_version"
Documentation: https://developer.android.com/jetpack/androidx/releases/room