Home
last modified time | relevance | path

Searched defs:thenThrow (Results 1 – 2 of 2) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/stubbing/
DBaseStubbing.java32 private OngoingStubbing<T> thenThrow(Throwable throwable) { in thenThrow() method in BaseStubbing
36 public OngoingStubbing<T> thenThrow(Throwable... throwables) { in thenThrow() method in BaseStubbing
51 public OngoingStubbing<T> thenThrow(Class<? extends Throwable> throwableType) { in thenThrow() method in BaseStubbing
56 …public OngoingStubbing<T> thenThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwab… in thenThrow() method in BaseStubbing
/external/mockito/src/main/java/org/mockito/stubbing/
DOngoingStubbing.java89 OngoingStubbing<T> thenThrow(Throwable... throwables); in thenThrow() method
114 OngoingStubbing<T> thenThrow(Class<? extends Throwable> throwableType); in thenThrow() method
149 …OngoingStubbing<T> thenThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwable>... … in thenThrow() method