Uses of Class
org.mockito.ArgumentCaptor
-
Uses of ArgumentCaptor in org.mockito
Modifier and TypeMethodDescriptionstatic <U> ArgumentCaptor
<U> ArgumentCaptor.captor
(U... reified) Build a newArgumentCaptor
by inferring the class type.static <U,
S extends U>
ArgumentCaptor<U> Build a newArgumentCaptor
.