aboutsummaryrefslogtreecommitdiff
path: root/java/dagger/hilt/processor/internal/root/TestComponentDataGenerator.java
AgeCommit message (Expand)Author
2021-05-12Revert "Merge commit 'upstream/dagger-2.35.1^'"Aurimas Liutikas
2021-04-20Remove defaultRootComponentName and pass in default root directly.Brad Corso
2021-04-09Generate a separate TestComponentDataSupplier for each root.Brad Corso
2021-04-07Generate all test components in a common directory separate from the test cla...Grant Oakley
2021-04-01Reuse the Default root generated components for test roots in the same compil...Grant Oakley
2021-02-17Internal refactorGrant Oakley
2021-02-04Internal refactorBrad Corso
2020-12-29Rename ClassNames.APPLICATION_COMPONENT to SINGLETON_COMPONENTBrad Corso
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-15Add HiltTestApplicationbcorso