Searched refs:mockInterface (Results 1 – 2 of 2) 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()
83 public void mockInterface() throws Exception { in mockInterface() method in GeneralMocking