Searched defs:thenThrow (Results 1 – 3 of 3) sorted by relevance
32 private OngoingStubbing<T> thenThrow(Throwable throwable) { in thenThrow() method in BaseStubbing36 public OngoingStubbing<T> thenThrow(Throwable... throwables) { in thenThrow() method in BaseStubbing51 public OngoingStubbing<T> thenThrow(Class<? extends Throwable> throwableType) { in thenThrow() method in BaseStubbing56 …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
META-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...