grpc-java/netty
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
..
shaded Shade Netty transport, with tcnative 2017-12-08 14:02:35 -08:00
src all: Prefer mock+delegatesTo() over Mockito.spy() 2018-01-11 09:32:54 -08:00
BUILD.bazel Also fix bazel name of io.netty:netty-transport 2017-08-23 15:48:08 -07:00
build.gradle Move jmh benchmarks to their respective modules 2017-08-28 13:37:39 -07:00