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.java52 private OngoingStubbing<T> thenThrow(Throwable throwable) { in thenThrow() method in BaseStubbing
57 public OngoingStubbing<T> thenThrow(Throwable... throwables) { in thenThrow() method in BaseStubbing
73 public OngoingStubbing<T> thenThrow(Class<? extends Throwable> throwableType) { in thenThrow() method in BaseStubbing
82 public OngoingStubbing<T> thenThrow( in thenThrow() method in BaseStubbing
/external/mockito/src/main/java/org/mockito/stubbing/
DOngoingStubbing.java92 OngoingStubbing<T> thenThrow(Throwable... throwables); in thenThrow() method
117 OngoingStubbing<T> thenThrow(Class<? extends Throwable> throwableType); in thenThrow() method
153 OngoingStubbing<T> thenThrow( in thenThrow() method