google-nomulus/javatests/google/registry/dns
jianglai ef9478b68c Migrate org.mockito.Matchers#any* to org.mockito.ArgumentMatchers
The former is deprecated and replaced by the latter in Mockito 2. However, there is a
functional difference: ArgumentMatchers will reject `null` and check the type
if the matcher specified a type (e.g. `any(Class)` or `anyInt()`). `any()` will
remain to accept anything.

For more information see []

Tested:
    TAP --sample ran all affected tests and none failed
    []

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=250690285
2019-05-30 12:52:21 -04:00
..
writer Migrate org.mockito.Matchers#any* to org.mockito.ArgumentMatchers 2019-05-30 12:52:21 -04:00
BUILD Allow third_party/java_src/gtld/ to use :mockito2_for_third_party 2019-03-20 14:25:28 -04:00
DnsInjectionTest.java Remove more unnecessary "throws" declarations 2018-06-27 15:28:52 -04:00
DnsQueueTest.java Remove more unnecessary "throws" declarations 2018-06-27 15:28:52 -04:00
DnsTestComponent.java Consolidate Dagger modules for utils classes 2019-01-17 19:20:52 -05:00
PublishDnsUpdatesActionTest.java Replace deprecated Mockito Matchers class 2019-05-06 16:21:27 -04:00
ReadDnsQueueActionTest.java Remove more unnecessary "throws" declarations 2018-06-27 15:28:52 -04:00
RefreshDnsActionTest.java Switch to constructor injection in a few actions 2019-02-06 17:53:49 -05:00