Home
last modified time | relevance | path

Searched defs:doThrow (Results 1 – 9 of 9) sorted by relevance

/external/mockito/src/main/java/org/mockito/stubbing/
DBaseStubber.java31 Stubber doThrow(Throwable... toBeThrown); in doThrow() method
47 Stubber doThrow(Class<? extends Throwable> toBeThrown); in doThrow() method
66 …Stubber doThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwable>... nextToBeThrow… in doThrow() method
/external/mockito/src/main/java/org/mockito/internal/stubbing/
DDefaultLenientStubber.java19 public Stubber doThrow(Throwable... toBeThrown) { in doThrow() method in DefaultLenientStubber
24 public Stubber doThrow(Class<? extends Throwable> toBeThrown) { in doThrow() method in DefaultLenientStubber
29 …public Stubber doThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwable>... nextTo… in doThrow() method in DefaultLenientStubber
DStubberImpl.java73 public Stubber doThrow(Throwable... toBeThrown) { in doThrow() method in StubberImpl
85 public Stubber doThrow(Class<? extends Throwable> toBeThrown) { in doThrow() method in StubberImpl
101 …public Stubber doThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwable>... nextTo… in doThrow() method in StubberImpl
/external/dexmaker/dexmaker-mockito-inline-extended/src/main/java/com/android/dx/mockito/inline/extended/
DStaticCapableStubber.java156 public StaticCapableStubber doThrow(Throwable... toBeThrown) { in doThrow() method in StaticCapableStubber
162 public StaticCapableStubber doThrow(Class<? extends Throwable> toBeThrown) { in doThrow() method in StaticCapableStubber
169 public final StaticCapableStubber doThrow(Class<? extends Throwable> toBeThrown, in doThrow() method in StaticCapableStubber
DExtendedMockito.java122 public static StaticCapableStubber doThrow(Class<? extends Throwable> toBeThrown) { in doThrow() method in ExtendedMockito
132 public static StaticCapableStubber doThrow(Class<? extends Throwable> toBeThrown, in doThrow() method in ExtendedMockito
142 public static StaticCapableStubber doThrow(Throwable... toBeThrown) { in doThrow() method in ExtendedMockito
/external/mockito/src/main/java/org/mockito/
DMockito.java2273 public static Stubber doThrow(Throwable... toBeThrown) { in doThrow() method in Mockito
2296 public static Stubber doThrow(Class<? extends Throwable> toBeThrown) { in doThrow() method in Mockito
2323 …public static Stubber doThrow(Class<? extends Throwable> toBeThrown, Class<? extends Throwable>...… in doThrow() method in Mockito
/external/neven/
DFaceDetector_jni.cpp86 static void doThrow(JNIEnv* env, const char* exc, const char* msg = NULL) in doThrow() function
/external/guava/android/guava-testlib/test/com/google/common/testing/
DNullPointerTesterTest.java455 public static void doThrow(Object arg) { in doThrow() method in NullPointerTesterTest.PassObject
/external/guava/guava-testlib/test/com/google/common/testing/
DNullPointerTesterTest.java508 public static void doThrow(Object arg) { in doThrow() method in NullPointerTesterTest.PassObject