google-nomulus/javatests/google/registry/model
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
..
billing Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
common Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
contact Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
domain Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
eppinput Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
eppoutput Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
host Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
index Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
mark Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
ofy 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
rde Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
registrar Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
registry Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
reporting Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
server Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
smd Replace many Work and VoidWork usages with lambdas 2017-11-21 18:45:12 -05:00
tmch Replace many Work and VoidWork usages with lambdas 2017-11-21 18:45:12 -05:00
transfer Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
translators Clean up some code quality issues 2017-12-01 22:14:06 -05:00
BUILD Move backported JUnit file to third_party (part 2) 2017-12-02 11:37:46 -05:00
CreateAutoTimestampTest.java Replace many Work and VoidWork usages with lambdas 2017-11-21 18:45:12 -05:00
EntityClassesTest.java Refactor Guava functional methods to use lambdas 2017-12-01 22:14:05 -05:00
EntityTestCase.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
EppResourceUtilsTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
ImmutableObjectTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
ModelUtilsTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
ResourceCommandTestCase.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
schema.txt Add metric for lock life duration 2017-12-01 22:14:06 -05:00
SchemaVersionTest.java Add golden files for request component routing maps 2017-06-05 18:17:09 -04:00
UpdateAutoTimestampTest.java Replace many Work and VoidWork usages with lambdas 2017-11-21 18:45:12 -05:00