google-nomulus/javatests/google/registry/reporting
guyben 95647528b8 Clean up test "load resources" methods and classes
There is a big mix of different "load Resources" from different libraries
depending on where you were and what type of resource you want. Now there is a
clear hirarchy:

ResourceUtils:
  for use in actual (non-test) code, reads a file from a context directory

TestDataHelper (uses ResourceUtils):
  for use in tests, reads a file from a context directory + "/testdata". Also
  caches the resource so calling it multiple times with the same file will
  not read the file multiple times.

Library specific helpers (e.g. ToolsTestData) (uses TestDataHelper):
  for use in that library's tests only, reads from a specific testdata directory.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=177027533
2017-12-01 22:14:05 -05:00
..
testdata Fix reporting module parameters and yearMonth usage 2017-11-07 17:15:47 -05:00
ActivityReportingQueryBuilderTest.java Fix reporting module parameters and yearMonth usage 2017-11-07 17:15:47 -05:00
BUILD Add reporting retry, emailing and better logging 2017-11-07 16:46:48 -05:00
IcannHttpReporterTest.java Add reporting retry, emailing and better logging 2017-11-07 16:46:48 -05:00
IcannReportingModuleTest.java Fix reporting module parameters and yearMonth usage 2017-11-07 17:15:47 -05:00
IcannReportingStagerTest.java Fix reporting module parameters and yearMonth usage 2017-11-07 17:15:47 -05:00
IcannReportingStagingActionTest.java Chain ICANN report upload after staging 2017-11-21 18:16:08 -05:00
IcannReportingUploadActionTest.java Add reporting retry, emailing and better logging 2017-11-07 16:46:48 -05:00
ReportingEmailUtilsTest.java Add reporting retry, emailing and better logging 2017-11-07 16:46:48 -05:00
ReportingTestData.java Clean up test "load resources" methods and classes 2017-12-01 22:14:05 -05:00
TransactionsReportingQueryBuilderTest.java Fix reporting module parameters and yearMonth usage 2017-11-07 17:15:47 -05:00