grpc-java/core
Eric Anderson ba8063e7b0 all: Prefer mock+delegatesTo() over Mockito.spy()
Spies are really magical and easily produce unexpected results. Using them in
tests can easily yield tests that don't do what you think they do. Delegation
is much safer when possible.

Delegation doesn't work when methods `return true`, final methods, and with
restricted visibility, though. So CensusModulesTest and
MaxConnectionIdleManagerTest are left as-is.
2018-01-11 09:32:54 -08:00
..
src all: Prefer mock+delegatesTo() over Mockito.spy() 2018-01-11 09:32:54 -08:00
BUILD.bazel bazel: Add dep on opencensus-contrib-grpc-metrics 2017-11-10 16:41:36 -08:00
build.gradle core: add a service config file 2017-12-19 12:33:27 -08:00