Home
last modified time | relevance | path

Searched refs:fooSpy (Results 1 – 1 of 1) sorted by relevance

/external/mockito/src/test/java/org/mockitousage/debugging/
DVerboseLoggingOfInvocationsOnMockTest.java126 FooImpl fooSpy = mock(FooImpl.class, in shouldPrintRealInvocationOnSpyToStdOut() local
128 doCallRealMethod().when(fooSpy).doSomething("Klipsch"); in shouldPrintRealInvocationOnSpyToStdOut()
131 fooSpy.doSomething("Klipsch"); in shouldPrintRealInvocationOnSpyToStdOut()
136 .contains(mockName(fooSpy)) in shouldPrintRealInvocationOnSpyToStdOut()