Home
last modified time | relevance | path

Searched defs:throwables (Results 1 – 3 of 3) sorted by relevance

/external/mockito/src/org/mockito/stubbing/
DOngoingStubbing.java88 OngoingStubbing<T> thenThrow(Throwable... throwables); in thenThrow()
/external/mockito/src/org/mockito/internal/stubbing/
DBaseStubbing.java34 public OngoingStubbing<T> thenThrow(Throwable... throwables) { in thenThrow()
/external/mockito/src/org/mockito/
DBDDMockito.java94 BDDMyOngoingStubbing<T> willThrow(Throwable... throwables); in willThrow()
154 public BDDMyOngoingStubbing<T> willThrow(Throwable... throwables) { in willThrow()