Home
last modified time | relevance | path

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

/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DManagedChannelImplTest.java1019 Status server2Error = Status.UNAVAILABLE.withDescription("Server2 failed to connect"); in allServersFailedToConnect() local
1020 transportInfo2.listener.transportShutdown(server2Error); in allServersFailedToConnect()
1027 assertSame(server2Error, stateInfoCaptor.getValue().getStatus()); in allServersFailedToConnect()
1032 .thenReturn(PickResult.withError(server2Error)); in allServersFailedToConnect()
1037 verify(mockCallListener2).onClose(same(server2Error), any(Metadata.class)); in allServersFailedToConnect()