google-nomulus/javatests/google/registry/tools/server
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 Add domain_unlock nomulus command 2017-11-23 01:09:07 -05:00
BUILD Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
CreateGroupsActionTest.java Automatically refactor some exception testing to use new JUnit rules 2017-11-21 18:56:04 -05:00
CreatePremiumListActionTest.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
DeleteEntityActionTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
GenerateZoneFilesActionTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
KillAllCommitLogsActionTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
KillAllEppResourcesActionTest.java Refactor Guava functional methods to use lambdas 2017-12-01 22:14:05 -05:00
ListActionTestCase.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
ListDomainsActionTest.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
ListHostsActionTest.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
ListPremiumListsActionTest.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
ListRegistrarsActionTest.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
ListReservedListsActionTest.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
ListTldsActionTest.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
PollMapreduceActionTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
RefreshDnsForAllDomainsActionTest.java Add TLDs parameter to refresh DNS action 2017-07-10 11:23:57 -04:00
ResaveAllHistoryEntriesActionTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
ToolsTestData.java Clean up test "load resources" methods and classes 2017-12-01 22:14:05 -05:00
UpdatePremiumListActionTest.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
VerifyOteActionTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00