google-nomulus/javatests/google/registry/batch
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
..
BUILD Move backported JUnit file to third_party (part 2) 2017-12-02 11:37:46 -05:00
DeleteContactsAndHostsActionTest.java Remove unused Truth8.assertThat() imports in tests 2017-11-07 17:01:19 -05:00
DeleteProberDataActionTest.java Remove unnecessary generic type arguments 2017-11-21 18:17:31 -05:00
ExpandRecurringBillingEventsActionTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
MapreduceEntityCleanupActionTest.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
RefreshDnsOnHostRenameActionTest.java Add metrics for async batch operation processing 2017-06-05 18:17:09 -04:00
ResaveAllEppResourcesActionTest.java Remove unused Truth8.assertThat() imports in tests 2017-11-07 17:01:19 -05:00
TestMapreduceEntityCleanupUtil.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
VerifyEntityIntegrityActionTest.java Remove unused Truth8.assertThat() imports in tests 2017-11-07 17:01:19 -05:00