Searched defs:doThrow (Results 1 – 8 of 8) sorted by relevance
31 Stubber doThrow(Throwable... toBeThrown); in doThrow() method47 Stubber doThrow(Class<? extends Throwable> toBeThrown); in doThrow() method66 …Stubber doThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwable>... nextToBeThrow… in doThrow() method
19 public Stubber doThrow(Throwable... toBeThrown) { in doThrow() method in DefaultLenientStubber24 public Stubber doThrow(Class<? extends Throwable> toBeThrown) { in doThrow() method in DefaultLenientStubber29 …public Stubber doThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwable>... nextTo… in doThrow() method in DefaultLenientStubber
73 public Stubber doThrow(Throwable... toBeThrown) { in doThrow() method in StubberImpl85 public Stubber doThrow(Class<? extends Throwable> toBeThrown) { in doThrow() method in StubberImpl101 …public Stubber doThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwable>... nextTo… in doThrow() method in StubberImpl
156 public StaticCapableStubber doThrow(Throwable... toBeThrown) { in doThrow() method in StaticCapableStubber162 public StaticCapableStubber doThrow(Class<? extends Throwable> toBeThrown) { in doThrow() method in StaticCapableStubber169 public final StaticCapableStubber doThrow(Class<? extends Throwable> toBeThrown, in doThrow() method in StaticCapableStubber
122 public static StaticCapableStubber doThrow(Class<? extends Throwable> toBeThrown) { in doThrow() method in ExtendedMockito132 public static StaticCapableStubber doThrow(Class<? extends Throwable> toBeThrown, in doThrow() method in ExtendedMockito142 public static StaticCapableStubber doThrow(Throwable... toBeThrown) { in doThrow() method in ExtendedMockito
2263 public static Stubber doThrow(Throwable... toBeThrown) { in doThrow() method in Mockito2286 public static Stubber doThrow(Class<? extends Throwable> toBeThrown) { in doThrow() method in Mockito2313 …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