Searched refs:sublistenerCaptor4 (Results 1 – 1 of 1) sorted by relevance
1021 ArgumentCaptor<ClientStreamListener> sublistenerCaptor4 = in expBackoff_maxBackoff_maxRetryAttempts() local1023 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() local1124 inOrder.verify(mockStream4).start(sublistenerCaptor4.capture()); in pushback()1128 sublistenerCaptor4.getValue().closed(Status.fromCode(RETRIABLE_STATUS_CODE_2), new Metadata()); in pushback()