grpc-java/interop-testing/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
..
generated/main/grpc/io/grpc/testing/integration all: Stop committing generated protobuf messages 2019-03-05 16:28:55 -07:00
main core: Make OpenCensus tags non-propagating. (#5689) 2019-05-24 14:32:26 -07:00
test/java/io/grpc Migrate org.mockito.Matchers#any* to org.mockito.ArgumentMatchers 2019-05-29 16:53:01 -07:00