Uses of Interface
dagger.hilt.android.testing.OnComponentReadyRunner.OnComponentReadyListener
Package
Description
This package contains APIs for writing Android local or instrumentation tests with Hilt.
-
Uses of OnComponentReadyRunner.OnComponentReadyListener in dagger.hilt.android.testing
Modifier and TypeMethodDescriptionstatic <T> void
OnComponentReadyRunner.addListener
(android.content.Context context, Class<T> entryPoint, OnComponentReadyRunner.OnComponentReadyListener<T> listener) Must be called on the test thread, before the Statement is evaluated.