google-nomulus/javatests/google/registry/tools/params
mcilwain 03c782f38e Replace ExceptionRule with ExpectedException
This is in preparation for running the automatic refactoring script that
will replace all ExpectedExceptions with use of JUnit 4.13's assertThrows/
expectThrows.

Note that I have recorded the callsites of assertions about EppExceptions
being marshallable and will edit those specific assertions back in after
running the automatic refactoring script (which do not understand these).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=178812403
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
DateParameterTest.java Replace ExceptionRule with ExpectedException 2017-12-13 12:43:45 -05:00
DateTimeParameterTest.java Replace ExceptionRule with ExpectedException 2017-12-13 12:43:45 -05:00
DurationParameterTest.java Replace ExceptionRule with ExpectedException 2017-12-13 12:43:45 -05:00
EnumParameterTest.java Replace ExceptionRule with ExpectedException 2017-12-13 12:43:45 -05:00
HostAndPortParameterTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
IntervalParameterTest.java Replace ExceptionRule with ExpectedException 2017-12-13 12:43:45 -05:00
KeyValueMapParameterTest.java Replace ExceptionRule with ExpectedException 2017-12-13 12:43:45 -05:00
MoneyParameterTest.java Replace ExceptionRule with ExpectedException 2017-12-13 12:43:45 -05:00
PathParameterTest.java Replace ExceptionRule with ExpectedException 2017-12-13 12:43:45 -05:00
PhoneNumberParameterTest.java Replace ExceptionRule with ExpectedException 2017-12-13 12:43:45 -05:00
YearMonthParameterTest.java Replace ExceptionRule with ExpectedException 2017-12-13 12:43:45 -05:00