aboutsummaryrefslogtreecommitdiff
path: root/java/dagger/hilt/android/internal/testing/TestApplicationComponentManager.java
AgeCommit message (Expand)Author
2021-05-12Revert "Merge commit 'upstream/dagger-2.35.1^'"Aurimas Liutikas
2021-04-09Generate a separate TestComponentDataSupplier for each root.Brad Corso
2021-04-08Internal changesBrad Corso
2021-02-24Add EarlyTestEntryPoints to allow entry points to be called in tests before t...Brad Corso
2021-02-05Uncomment precondition check enforcing that HiltAndroidRule#inject() is not c...Grant Oakley
2021-02-04Reset DelayComponentState between gradle test runs. Adds a new gradle test th...Grant Oakley
2021-01-29Allow deferring component initialization in tests when using @BindsValue.Grant Oakley
2020-09-01Internal changeDagger Team
2020-07-29Don't throw in TestApplicationComponentManager#clearState()bcorso
2020-07-08Internal cleanupbcorso
2020-05-21Better error message if reflection fails to suggest adding hilt compiler buil...bcorso
2020-05-20Adding no-arg non-static modules to Hilt tests automaticallymahsabadian
2020-05-20Rollback of previous commitnielsdb
2020-05-20Adding no-arg non-static modules to Hilt tests automaticallymahsabadian
2020-05-17Fix Kokoro breakage on API 16 instrumentation tests.bcorso
2020-05-15Add HiltTestApplicationbcorso
2020-05-15Refactor TestComponentSupplier in Hiltbcorso
2020-05-06Merge @AndroidRobolectricEntryPoint and @AndroidEmulatorEntryPoint to @HiltAn...bcorso
2020-05-05Add HiltTestRule#injectbcorso
2020-05-04Enable multiple Hilt emulator tests in Gradle.bcorso
2020-04-28Enable multiple test cases in gradle instrumentation tests.bcorso
2020-04-28Roll forward (try 2): Organize Hilt gradle example tests and update to use Ac...bcorso
2020-04-23Move OnComponentReadyRunner into TestApplicationComponentManager.bcorso
2020-04-22Remove Guava dep from Hilt's runtime.danysantiago
2020-04-09Revert 3fb66db3ed42788b99696109888858ed69a11b47bcorso
2020-04-09Remove application context parameter from OnComponentReadyRunner.bcorso
2020-03-20Start pushing Hilt to GitHub.erichang