Package | Description |
---|---|
dagger.hilt.android.testing |
This package contains APIs for writing Android local or instrumentation tests with Hilt.
|
Modifier and Type | Method and Description |
---|---|
HiltAndroidRule |
HiltAndroidRule.componentReady()
Completes Dagger component creation if
delayComponentReady was used. |
HiltAndroidRule |
HiltAndroidRule.delayComponentReady()
Delays creating the component until
componentReady() is called. |