Searched refs:fooSpy (Results 1 – 1 of 1) sorted by relevance
126 FooImpl fooSpy = mock(FooImpl.class, in shouldPrintRealInvocationOnSpyToStdOut() local128 doCallRealMethod().when(fooSpy).doSomething("Klipsch"); in shouldPrintRealInvocationOnSpyToStdOut()131 fooSpy.doSomething("Klipsch"); in shouldPrintRealInvocationOnSpyToStdOut()136 .contains(mockName(fooSpy)) in shouldPrintRealInvocationOnSpyToStdOut()