google-nomulus/javatests/google/registry/tools/server
mcilwain b825a2b5a8 Get rid of custom ExceptionRule methods
The only remaining methods on ExceptionRule after this are methods that
also exist on ExpectedException, which will allow us to, in the next CL,
swap out the one for the other and then run the automated refactoring to
turn it all into assertThrows/expectThrows.

Note that there were some assertions about root causes that couldn't
easily be turned into ExpectedException invocations, so I simply
converted them directly to usages of assertThrows/expectThrows.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=178623431
2017-12-13 12:43:45 -05:00
..
testdata Add domain_unlock nomulus command 2017-11-23 01:09:07 -05:00
BUILD Move backported JUnit file to third_party (part 2) 2017-12-02 11:37:46 -05:00
CreateGroupsActionTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
CreatePremiumListActionTest.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
DeleteEntityActionTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -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 Rename all testdata loading files to conform to a single naming scheme 2017-12-01 22:14:06 -05:00
UpdatePremiumListActionTest.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
VerifyOteActionTest.java Rename all testdata loading files to conform to a single naming scheme 2017-12-01 22:14:06 -05:00