Searched defs:stubber (Results 1 – 3 of 3) sorted by relevance
173 public Stubber stubber() { in stubber() method in MockitoCore177 public Stubber stubber(Strictness strictness) { in stubber() method in MockitoCore
65 private static Stubber stubber() { in stubber() method in DefaultLenientStubber
102 Stubber stubber = doThrow(toBeThrown); in doThrow() local