Searched defs:doThrow (Results 1 – 5 of 5) sorted by relevance
86 Stubber doThrow(Throwable... toBeThrown); in doThrow() method102 Stubber doThrow(Class<? extends Throwable> toBeThrown); in doThrow() method121 …Stubber doThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwable>... nextToBeThrow… in doThrow() method
66 public Stubber doThrow(Throwable... toBeThrown) { in doThrow() method in StubberImpl78 public Stubber doThrow(Class<? extends Throwable> toBeThrown) { in doThrow() method in StubberImpl94 …public Stubber doThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwable>... nextTo… in doThrow() method in StubberImpl
2230 public static Stubber doThrow(Throwable... toBeThrown) { in doThrow() method in Mockito2253 public static Stubber doThrow(Class<? extends Throwable> toBeThrown) { in doThrow() method in Mockito2280 …public static Stubber doThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwable>...… in doThrow() method in Mockito
86 static void doThrow(JNIEnv* env, const char* exc, const char* msg = NULL) in doThrow() function
385 public static void doThrow(Object arg) { in doThrow() method in NullPointerTesterTest.PassObject