Home
last modified time | relevance | path

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

/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/exception/
DExceptionUtilsTest.java227 final List<Throwable> throwables = new ArrayList<>(); in testForEach_jdkNoCause() local
235 final List<Throwable> throwables = new ArrayList<>(); in testForEach_nested() local
244 final List<Throwable> throwables = new ArrayList<>(); in testForEach_null() local
251 final List<Throwable> throwables = new ArrayList<>(); in testForEach_recursiveCause() local
261 final List<Throwable> throwables = new ArrayList<>(); in testForEach_withCause() local
271 final List<Throwable> throwables = new ArrayList<>(); in testForEach_withoutCause() local
418 final List<?> throwables = ExceptionUtils.getThrowableList(jdkNoCause); in testGetThrowableList_Throwable_jdkNoCause() local
425 final List<?> throwables = ExceptionUtils.getThrowableList(nested); in testGetThrowableList_Throwable_nested() local
433 final List<?> throwables = ExceptionUtils.getThrowableList(null); in testGetThrowableList_Throwable_null() local
439 final List<?> throwables = ExceptionUtils.getThrowableList(cyclicCause); in testGetThrowableList_Throwable_recursiveCause() local
[all …]
/external/kotlinx.coroutines/integration-testing/src/jvmCoreTest/kotlin/
DListAllCoroutineThrowableSubclassesTest.kt43 …val throwables = classes.filter { Throwable::class.java.isAssignableFrom(it.load()) }.map { it.toS… in testThrowableSubclassesAreSerializable() constant
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/exception/
DExceptionUtils.java278 final Throwable[] throwables = getThrowables(throwable); in getRootCauseStackTraceList() local
519 final Throwable[] throwables = getThrowables(throwable); in indexOf() local
833 final Throwable[] throwables = getThrowables(throwable); in throwableOf() local
/external/mockito/src/main/java/org/mockito/stubbing/
DOngoingStubbing.java89 OngoingStubbing<T> thenThrow(Throwable... throwables); in thenThrow()
/external/mockito/src/main/java/org/mockito/internal/stubbing/
DBaseStubbing.java42 public OngoingStubbing<T> thenThrow(Throwable... throwables) { in thenThrow()
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/
DAggregateException.java158 @Nullable String prologue, ImmutableList<Throwable> throwables) { in throwablesToString()
/external/mockito/src/main/java/org/mockito/
DBDDMockito.java118 BDDMyOngoingStubbing<T> willThrow(Throwable... throwables); in willThrow()
171 public BDDMyOngoingStubbing<T> willThrow(Throwable... throwables) { in willThrow()
/external/cronet/base/android/jni_generator/java/src/org/chromium/example/jni_generator/
DSampleForAnnotationProcessor.java39 Throwable[] throwables, String string, String[] strings, TestStruct tStruct, in testSpecialTypes()
/external/cronet/base/android/jni_generator/
Dsample_for_tests.cc180 const base::android::JavaParamRef<jobjectArray>& throwables, in JNI_SampleForAnnotationProcessor_TestSpecialTypes()