google-nomulus/javatests/google/registry/reporting/icann
guyben 4097dae3b2 Only inject @Parameter-created variables in the Action itself
Icann reports have 3 parameter-provided injections:

- yearMonth
- subdir
- reportType

We move all of them away from the "inner classes" and only @Inject them in the Actions themselves.

This has 2 benefits:
- it's much clearer what all the parameter inputs of the Actions are
- the "inner injected classes" don't assume anything about the Action that uses them - they will work just as well for JSON actions as for "regular" actions.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=233625765
2019-02-13 16:07:45 -05:00
..
testdata Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
ActivityReportingQueryBuilderTest.java Only inject @Parameter-created variables in the Action itself 2019-02-13 16:07:45 -05:00
BUILD Only inject @Parameter-created variables in the Action itself 2019-02-13 16:07:45 -05:00
IcannHttpReporterTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
IcannReportingModuleTest.java Only inject @Parameter-created variables in the Action itself 2019-02-13 16:07:45 -05:00
IcannReportingStagerTest.java Only inject @Parameter-created variables in the Action itself 2019-02-13 16:07:45 -05:00
IcannReportingStagingActionTest.java Only inject @Parameter-created variables in the Action itself 2019-02-13 16:07:45 -05:00
IcannReportingUploadActionTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
ReportingEmailUtilsTest.java Refactor ICANN reporting and billing into common package 2018-02-01 21:56:06 -05:00
ReportingTestData.java Refactor ICANN reporting and billing into common package 2018-02-01 21:56:06 -05:00
TransactionsReportingQueryBuilderTest.java Only inject @Parameter-created variables in the Action itself 2019-02-13 16:07:45 -05:00