Searched refs:mockInterface (Results 1 – 1 of 1) sorted by relevance
40 MockInterface mockInterface; field in CaptorAnnotationTest64 mockInterface.testMe(argForFinalCaptor, argForGenericsCaptor); in testNormalUsage()66 Mockito.verify(mockInterface).testMe(finalCaptor.capture(), genericsCaptor.capture()); in testNormalUsage()