Uses of Interface
dagger.hilt.android.testing.OnComponentReadyRunner.OnComponentReadyListener
-
-
Uses of OnComponentReadyRunner.OnComponentReadyListener in dagger.hilt.android.testing
Methods in dagger.hilt.android.testing with parameters of type OnComponentReadyRunner.OnComponentReadyListener Modifier and Type Method Description static <T> voidOnComponentReadyRunner. addListener(android.content.Context context, java.lang.Class<T> entryPoint, OnComponentReadyRunner.OnComponentReadyListener<T> listener)Must be called on the test thread, before the Statement is evaluated.
-