Searched refs:newSubchannel (Results 1 – 1 of 1) sorted by relevance
172 Subchannel newSubchannel = mock(Subchannel.class); in pickAfterResolvedUpdatedHosts() local175 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()