Passé à AndroidX
et reçu obsolète: import androidx.test.InstrumentationRegistry
.
Si j'ai fait la prochaine importation: import androidx.test.platform.app.InstrumentationRegistry
je ne peux pas utiliser getContext()
.
Ex:
val context = InstrumentationRegistry.getContext()
.
En build.gradle
:
androidTestImplementation 'androidx.test.ext:junit:1.0.0-beta02'
androidTestImplementation 'androidx.test:runner:1.1.0-beta02'