There is already an open PR #1350 that proposes and adds support for @Mock. This issue is to extend on that PR if / when it gets merged to also support the @Captor annotation in method parameters. This would allow to inject method specific generic ArgumentCaptor that can't be caught with ArgumentCaptor.of(Class).
There is already an open PR #1350 that proposes and adds support for
@Mock. This issue is to extend on that PR if / when it gets merged to also support the@Captorannotation in method parameters. This would allow to inject method specific genericArgumentCaptorthat can't be caught withArgumentCaptor.of(Class).