Searched defs:doThrow (Results 1 – 6 of 6) 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
63 public Stubber doThrow(Throwable... toBeThrown) { in doThrow() method in StubberImpl75 public Stubber doThrow(Class<? extends Throwable> toBeThrown) { in doThrow() method in StubberImpl80 …public Stubber doThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwable>... nextTo… in doThrow() method in StubberImpl
2073 public static Stubber doThrow(Throwable... toBeThrown) { in doThrow() method in Mockito2095 public static Stubber doThrow(Class<? extends Throwable> toBeThrown) { in doThrow() method in Mockito2121 …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
META-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...