Searched refs:idCaptor (Results 1 – 1 of 1) sorted by relevance
661 ArgumentCaptor<Integer> idCaptor = ArgumentCaptor.forClass(Integer.class); in windowUpdateWithInboundFlowControl() local663 idCaptor.capture(), eq(messageFrameLength)); in windowUpdateWithInboundFlowControl()665 assertEquals(1, idCaptor.getAllValues().size()); in windowUpdateWithInboundFlowControl()666 assertEquals(0, (int)idCaptor.getValue()); in windowUpdateWithInboundFlowControl()