Searched defs:thenReturn (Results 1 – 2 of 2) sorted by relevance
49 OngoingStubbing<T> thenReturn(T value); in thenReturn() method66 OngoingStubbing<T> thenReturn(T value, T... values); in thenReturn() method
15 public OngoingStubbing<T> thenReturn(T value) { in thenReturn() method in BaseStubbing19 public OngoingStubbing<T> thenReturn(T value, T... values) { in thenReturn() method in BaseStubbing