Searched refs:StubbingLookupEvent (Results 1 – 4 of 4) sorted by relevance
23 … StubbingLookupEvent event = new Event(invocation, stubbingFound, allStubbings, creationSettings); in notifyStubbedAnswerLookup()29 static class Event implements StubbingLookupEvent {
29 void onStubbingLookup(StubbingLookupEvent stubbingLookupEvent); in onStubbingLookup()
16 public interface StubbingLookupEvent { interface
8 import org.mockito.internal.listeners.StubbingLookupEvent;34 public void onStubbingLookup(StubbingLookupEvent event) { in onStubbingLookup()