Home
last modified time | relevance | path

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

/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DNettyClientTransportTest.java435 final SettableFuture<Object> pingResult = SettableFuture.create(); in failingToConstructChannelShouldFailGracefully() local
440 pingResult.set(roundTripTimeNanos); in failingToConstructChannelShouldFailGracefully()
445 pingResult.setException(cause); in failingToConstructChannelShouldFailGracefully()
449 assertFalse(pingResult.isDone()); in failingToConstructChannelShouldFailGracefully()
451 assertTrue(pingResult.isDone()); in failingToConstructChannelShouldFailGracefully()
453 pingResult.get(); in failingToConstructChannelShouldFailGracefully()