Searched defs:willThrow (Results 1 – 1 of 1) sorted by relevance
118 BDDMyOngoingStubbing<T> willThrow(Throwable... throwables); in willThrow() method124 BDDMyOngoingStubbing<T> willThrow(Class<? extends Throwable> throwableType); in willThrow() method132 …BDDMyOngoingStubbing<T> willThrow(Class<? extends Throwable> throwableType, Class<? extends Throwa… in willThrow() method171 public BDDMyOngoingStubbing<T> willThrow(Throwable... throwables) { in willThrow() method in BDDMockito.BDDOngoingStubbingImpl175 public BDDMyOngoingStubbing<T> willThrow(Class<? extends Throwable> throwableType) { in willThrow() method in BDDMockito.BDDOngoingStubbingImpl179 …public BDDMyOngoingStubbing<T> willThrow(Class<? extends Throwable> throwableType, Class<? extends… in willThrow() method in BDDMockito.BDDOngoingStubbingImpl372 BDDStubber willThrow(Throwable... toBeThrown); in willThrow() method378 BDDStubber willThrow(Class<? extends Throwable> toBeThrown); in willThrow() method385 …BDDStubber willThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwable>... nextToBe… in willThrow() method440 public BDDStubber willThrow(Throwable... toBeThrown) { in willThrow() method in BDDMockito.BDDStubberImpl[all …]