Home
last modified time | relevance | path

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

/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DRetriableStreamTest.java1034 ArgumentCaptor<ClientStreamListener> sublistenerCaptor5 = in expBackoff_maxBackoff_maxRetryAttempts() local
1036 inOrder.verify(mockStream5).start(sublistenerCaptor5.capture()); in expBackoff_maxBackoff_maxRetryAttempts()
1040 sublistenerCaptor5.getValue().closed(Status.fromCode(RETRIABLE_STATUS_CODE_2), new Metadata()); in expBackoff_maxBackoff_maxRetryAttempts()
1137 ArgumentCaptor<ClientStreamListener> sublistenerCaptor5 = in pushback() local
1139 inOrder.verify(mockStream5).start(sublistenerCaptor5.capture()); in pushback()
1143 sublistenerCaptor5.getValue().closed(Status.fromCode(RETRIABLE_STATUS_CODE_2), new Metadata()); in pushback()