google-nomulus/javatests/google/registry/request
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
..
auth Allow XSRF to be sent as POST parameter in addition to HTML header 2018-12-20 07:46:33 -05:00
lock Clean up third_party imports in BUILD files 2018-07-14 01:11:51 -04:00
BUILD Add metrics measuring all request processing times 2018-10-31 19:11:39 -04:00
JsonResponseTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
RequestHandlerTest.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
RequestModuleTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
RequestParametersTest.java Only inject @Parameter-created variables in the Action itself 2019-02-13 16:07:45 -05:00
ResponseImplTest.java Send a plaintext link to the mapreduce console in fluent style 2019-01-10 17:14:06 -05:00
RouterTest.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00