grpc-java/interop-testing
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
..
src Migrate org.mockito.Matchers#any* to org.mockito.ArgumentMatchers 2019-05-29 16:53:01 -07:00
build.gradle interop-test: add test case for "pick_first" picking behavior (#5554) 2019-04-10 14:08:54 -07:00