Searched refs:spy (Results 1 – 2 of 2) sorted by relevance
54 Consumer<Object> spy = (o) -> { found.add(o); }; in testForEach() local55 c.stream().forEach(spy); in testForEach()59 c.stream().forEach(spy); in testForEach()64 c.stream().forEach(spy); in testForEach()71 c.stream().forEach(spy); in testForEach()
21 import static org.mockito.Mockito.spy;472 Provider provider = spy(new MockableProvider()); in testGetParameters_IsCalled()473 Provider.Service service = spy(new Provider.Service(provider, "Signature", in testGetParameters_IsCalled()