Uses of Class
dagger.hilt.android.testing.HiltAndroidRule
-
-
Uses of HiltAndroidRule in dagger.hilt.android.testing
Methods in dagger.hilt.android.testing that return HiltAndroidRule Modifier and Type Method Description HiltAndroidRuleHiltAndroidRule. componentReady()Completes Dagger component creation ifdelayComponentReady()was used.HiltAndroidRuleHiltAndroidRule. delayComponentReady()Delays creating the component untilcomponentReady()is called.
-