Searched defs:thenThrow (Results 1 – 2 of 2) sorted by relevance
52 private OngoingStubbing<T> thenThrow(Throwable throwable) { in thenThrow() method in BaseStubbing57 public OngoingStubbing<T> thenThrow(Throwable... throwables) { in thenThrow() method in BaseStubbing73 public OngoingStubbing<T> thenThrow(Class<? extends Throwable> throwableType) { in thenThrow() method in BaseStubbing82 public OngoingStubbing<T> thenThrow( in thenThrow() method in BaseStubbing
92 OngoingStubbing<T> thenThrow(Throwable... throwables); in thenThrow() method117 OngoingStubbing<T> thenThrow(Class<? extends Throwable> throwableType); in thenThrow() method153 OngoingStubbing<T> thenThrow( in thenThrow() method