Searched defs:thenReturn (Results 1 – 2 of 2) sorted by relevance
48 OngoingStubbing<T> thenReturn(T value); in thenReturn() method67 OngoingStubbing<T> thenReturn(T value, T... values); in thenReturn() method
19 public OngoingStubbing<T> thenReturn(T value) { in thenReturn() method in BaseStubbing24 public OngoingStubbing<T> thenReturn(T value, T... values) { in thenReturn() method in BaseStubbing