Home
last modified time | relevance | path

Searched defs:nextToBeThrown (Results 1 – 7 of 7) sorted by relevance

/external/mockito/src/main/java/org/mockito/stubbing/
DBaseStubber.java66 …tubber doThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwable>... nextToBeThrown in doThrow()
DOngoingStubbing.java149 …g<T> thenThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwable>... nextToBeThrown in thenThrow()
/external/mockito/src/main/java/org/mockito/internal/stubbing/
DBaseStubbing.java67 …g<T> thenThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwable>... nextToBeThrown in thenThrow()
DDefaultLenientStubber.java29 …tubber doThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwable>... nextToBeThrown in doThrow()
DStubberImpl.java101 …tubber doThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwable>... nextToBeThrown in doThrow()
/external/dexmaker/dexmaker-mockito-inline-extended/src/main/java/com/android/dx/mockito/inline/extended/
DStaticCapableStubber.java170 Class<? extends Throwable>... nextToBeThrown) { in doThrow()
/external/mockito/src/main/java/org/mockito/
DBDDMockito.java385 …bber willThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwable>... nextToBeThrown in willThrow()
448 …bber willThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwable>... nextToBeThrown in willThrow()