Searched refs:sublistenerCaptor5 (Results 1 – 1 of 1) sorted by relevance
1034 ArgumentCaptor<ClientStreamListener> sublistenerCaptor5 = in expBackoff_maxBackoff_maxRetryAttempts() local1036 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() local1139 inOrder.verify(mockStream5).start(sublistenerCaptor5.capture()); in pushback()1143 sublistenerCaptor5.getValue().closed(Status.fromCode(RETRIABLE_STATUS_CODE_2), new Metadata()); in pushback()