google-nomulus/javatests/google/registry/util
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 Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
CidrAddressBlockTest.java Refactor Guava functional methods to use lambdas 2017-12-01 22:14:05 -05:00
CollectionUtilsTest.java Remove unused Truth8.assertThat() imports in tests 2017-11-07 17:01:19 -05:00
ComparingInvocationHandlerTest.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
ConcurrentTest.java Automatically refactor some exception testing to use new JUnit rules 2017-11-21 18:56:04 -05:00
DateTimeUtilsTest.java Remove unnecessary generic type arguments 2017-11-21 18:17:31 -05:00
DiffUtilsTest.java Remove unnecessary explicit generic type declarations 2017-11-07 17:11:29 -05:00
DomainNameUtilsTest.java Remove unused Truth8.assertThat() imports in tests 2017-11-07 17:01:19 -05:00
HexDumperTest.java Remove implicit uses of platform default charset 2017-11-07 16:59:51 -05:00
PosixTarHeaderSystemTest.java Remove implicit uses of platform default charset 2017-11-07 16:59:51 -05:00
PosixTarHeaderTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
RequestStatusCheckerImplTest.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
RetrierTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
SerializeUtilsTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
SqlTemplateTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
TaskEnqueuerTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
TeeOutputStreamTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
TypeUtilsTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00
UrlFetchUtilsTest.java Get rid of custom ExceptionRule methods 2017-12-13 12:43:45 -05:00