Home
last modified time | relevance | path

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

/external/mockito/src/main/java/org/mockito/
DBDDMockito.java118 BDDMyOngoingStubbing<T> willThrow(Throwable... throwables); in willThrow() method
124 BDDMyOngoingStubbing<T> willThrow(Class<? extends Throwable> throwableType); in willThrow() method
132 …BDDMyOngoingStubbing<T> willThrow(Class<? extends Throwable> throwableType, Class<? extends Throwa… in willThrow() method
171 public BDDMyOngoingStubbing<T> willThrow(Throwable... throwables) { in willThrow() method in BDDMockito.BDDOngoingStubbingImpl
175 public BDDMyOngoingStubbing<T> willThrow(Class<? extends Throwable> throwableType) { in willThrow() method in BDDMockito.BDDOngoingStubbingImpl
179 …public BDDMyOngoingStubbing<T> willThrow(Class<? extends Throwable> throwableType, Class<? extends… in willThrow() method in BDDMockito.BDDOngoingStubbingImpl
372 BDDStubber willThrow(Throwable... toBeThrown); in willThrow() method
378 BDDStubber willThrow(Class<? extends Throwable> toBeThrown); in willThrow() method
385 …BDDStubber willThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwable>... nextToBe… in willThrow() method
440 public BDDStubber willThrow(Throwable... toBeThrown) { in willThrow() method in BDDMockito.BDDStubberImpl
[all …]
/external/robolectric/v1/lib/test/
Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...