Uses of Package
dagger.hilt.android.testing
Packages that use dagger.hilt.android.testing
Package
Description
This package contains APIs for writing Android local or instrumentation tests with Hilt.
-
Classes in dagger.hilt.android.testing used by dagger.hilt.android.internal.testingClassDescriptionProvides access to the Singleton component in tests, so that Rules can access it after custom test modules have been added.Public for use by generated code and
TestApplicationComponentManager
-
Classes in dagger.hilt.android.testing used by dagger.hilt.android.testingClassDescriptionA
TestRule
for Hilt that can be used with JVM or Instrumentation tests.Provides access to the Singleton component in tests, so that Rules can access it after custom test modules have been added.Rules should register an implementation of this to get access to the singleton component