google-nomulus/javatests/google/registry/flows/host
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 Make host flows only accept canonicalized host names as input 2016-11-10 11:29:03 -05:00
HostCheckFlowTest.java Rename all testdata loading files to conform to a single naming scheme 2017-12-01 22:14:06 -05:00
HostCreateFlowTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
HostDeleteFlowTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
HostFlowUtilsTest.java Check the host is under registry suffix instead of public suffix 2017-11-21 18:41:06 -05:00
HostInfoFlowTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
HostUpdateFlowTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00