Searched refs:genericListCaptor (Results 1 – 1 of 1) sorted by relevance
92 @Captor ArgumentCaptor<List<String>> genericListCaptor; field in CaptorAnnotationBasicTest102 verify(mock).listArgMethod(genericListCaptor.capture()); in shouldCaptureGenericList()105 assertSame(list, genericListCaptor.getValue()); in shouldCaptureGenericList()