Home
last modified time | relevance | path

Searched refs:newSubchannel (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/core/src/test/java/io/grpc/util/
DRoundRobinLoadBalancerTest.java172 Subchannel newSubchannel = mock(Subchannel.class); in pickAfterResolvedUpdatedHosts() local
175 newSubchannel)) { in pickAfterResolvedUpdatedHosts()
218 subchannels2.put(new EquivalentAddressGroup(newAddr), newSubchannel); in pickAfterResolvedUpdatedHosts()
227 verify(newSubchannel, times(1)).requestConnection(); in pickAfterResolvedUpdatedHosts()
234 newSubchannel); in pickAfterResolvedUpdatedHosts()
241 assertThat(getList(picker)).containsExactly(oldSubchannel, newSubchannel); in pickAfterResolvedUpdatedHosts()