grpc-java/cronet/src
Tim van der Lippe ad0893737e 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.
2019-05-29 16:53:01 -07:00
..
main core,netty,okhttp: propagate the subchannel logger to the transport 2019-03-04 15:16:53 -08:00
test/java/io/grpc/cronet Migrate org.mockito.Matchers#any* to org.mockito.ArgumentMatchers 2019-05-29 16:53:01 -07:00