google-nomulus/javatests/google/registry/flows
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
..
async Add metrics for async batch operation processing 2017-06-05 18:17:09 -04:00
contact Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
custom Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
domain Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
host Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
poll Append event year to poll message external IDs 2017-12-13 12:43:45 -05:00
session Rename all testdata loading files to conform to a single naming scheme 2017-12-01 22:14:06 -05:00
testdata Append event year to poll message external IDs 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
CheckApiActionTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
EppCommitLogsTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
EppConsoleActionTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
EppControllerTest.java Rename all testdata loading files to conform to a single naming scheme 2017-12-01 22:14:06 -05:00
EppLifecycleContactTest.java Append event year to poll message external IDs 2017-12-13 12:43:45 -05:00
EppLifecycleDomainApplicationTest.java Add more EPP metric lifecycle tests 2017-05-03 10:58:51 -04:00
EppLifecycleDomainTest.java Append event year to poll message external IDs 2017-12-13 12:43:45 -05:00
EppLifecycleHostTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
EppLifecycleLoginTest.java Add flow-level EPP metric tests 2017-05-03 10:51:12 -04:00
EppLoggedOutTest.java Finish YAMLification of last necessary config values 2017-02-03 12:37:38 -05:00
EppLoginAdminUserTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
EppLoginTlsTest.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
EppLoginUserTest.java Make Registrar load methods return Optionals instead of Nullables 2017-08-01 16:58:59 -04:00
EppTestCase.java Rename all testdata loading files to conform to a single naming scheme 2017-12-01 22:14:06 -05:00
EppTestComponent.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
EppTlsActionTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
EppToolActionTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
EppXmlTransformerTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
EppXxeAttackTest.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ExtensionManagerTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
FlowReporterTest.java Rename all testdata loading files to conform to a single naming scheme 2017-12-01 22:14:06 -05:00
FlowRunnerTest.java Rename all testdata loading files to conform to a single naming scheme 2017-12-01 22:14:06 -05:00
FlowTestCase.java Rename all testdata loading files to conform to a single naming scheme 2017-12-01 22:14:06 -05:00
ResourceCheckFlowTestCase.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
ResourceFlowTestCase.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
TlsCredentialsTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00