Home
last modified time | relevance | path

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

/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DRetriableStreamTest.java1021 ArgumentCaptor<ClientStreamListener> sublistenerCaptor4 = in expBackoff_maxBackoff_maxRetryAttempts() local
1023 inOrder.verify(mockStream4).start(sublistenerCaptor4.capture()); in expBackoff_maxBackoff_maxRetryAttempts()
1027 sublistenerCaptor4.getValue().closed(Status.fromCode(RETRIABLE_STATUS_CODE_2), new Metadata()); in expBackoff_maxBackoff_maxRetryAttempts()
1122 ArgumentCaptor<ClientStreamListener> sublistenerCaptor4 = in pushback() local
1124 inOrder.verify(mockStream4).start(sublistenerCaptor4.capture()); in pushback()
1128 sublistenerCaptor4.getValue().closed(Status.fromCode(RETRIABLE_STATUS_CODE_2), new Metadata()); in pushback()