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 |
---|---|
static <T> void |
OnComponentReadyRunner.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.
|