Searched defs:thenThrow (Results 1 – 2 of 2) sorted by relevance
37 private OngoingStubbing<T> thenThrow(Throwable throwable) { in thenThrow() method in BaseStubbing42 public OngoingStubbing<T> thenThrow(Throwable... throwables) { in thenThrow() method in BaseStubbing58 public OngoingStubbing<T> thenThrow(Class<? extends Throwable> throwableType) { in thenThrow() method in BaseStubbing67 …public OngoingStubbing<T> thenThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwab… in thenThrow() method in BaseStubbing
89 OngoingStubbing<T> thenThrow(Throwable... throwables); in thenThrow() method114 OngoingStubbing<T> thenThrow(Class<? extends Throwable> throwableType); in thenThrow() method149 …OngoingStubbing<T> thenThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwable>... … in thenThrow() method