google-nomulus/javatests/google/registry/dns/writer
jianglai 3d26359e2d 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
..
clouddns Migrate org.mockito.Matchers#any* to org.mockito.ArgumentMatchers 2019-05-30 12:52:21 -04:00
dnsupdate Replace deprecated Mockito Matchers class 2019-05-06 16:21:27 -04:00
BaseDnsWriterTest.java Add BaseDnsWriterTest to opensource tree 2019-02-01 16:21:32 -05:00